|
|
02/17/2010, 04:18 AM
|
#25 (permalink) |
|
Member
![]() Join Date: Sep 2009
Posts: 64
Likes Received: 2
Thanks: 0
Thanked 24 Times in 10 Posts
|
Not me, but it seems that someone got it to work 23: 0.0.1 first navit palm pre shot webos - Pali Dhar
|
02/25/2010, 04:05 AM
|
#29 (permalink) |
|
Member
![]() Join Date: Feb 2010
Posts: 7
Likes Received: 0
Thanks: 0
Thanked 7 Times in 3 Posts
|
Greetz,
I tried since a couple of months to port navit to palm pre and got pretty quick to the stage where it started but was not responsive, and didn't get any further This week i had the idea to attach gdb and see what what is it actually doing. From that stack trace, i came across this thread. Thanks to you, debilater, and to cp15, I got the hint what is going wrong. So here it is: the navit running on Palm Pre, responsive, even got some OSD elements to work (zoom). Some menu elements don't show up well. This needs to be investigated. Also SVG and XPM files cannot be loaded on Pre. I will try with PNG files. The next big step is to get the GPS data. I put here the patch for the SDL graphics. Please note that the patched source will not work on other SDL platform than the pre, but for a 1st try it's ok ;-) |
02/25/2010, 04:12 AM
|
#30 (permalink) |
|
Member
![]() Join Date: Nov 2009
Location: O2 Germany 1.3.5.2 - Dubai - Etisalat SIM
Posts: 68
Likes Received: 1
Thanks: 13
Thanked 4 Times in 3 Posts
|
wow, sounds good,
i always wanted a diffrent gps app on my pre, this might be it. looking forward to test the alph/beta version on the pre. |
02/25/2010, 04:42 AM
|
#31 (permalink) |
|
Member
![]() Join Date: Nov 2009
Location: Prague, CzechRepublic
Posts: 342
Likes Received: 2
Thanks: 139
Thanked 20 Times in 20 Posts
|
as I had some trouble today with my PNU tomtom device.. looking really forward to have some good navigation on my PRE. so if you need any tester.. willing to join the beta team...
|
03/01/2010, 10:11 AM
|
#33 (permalink) |
|
Member
![]() Join Date: Nov 2009
Posts: 44
Likes Received: 0
Thanks: 2
Thanked 1 Time in 1 Post
|
Nice! This would be awesome. You probably don't know it, but the standard Sprint employee accounts do not come with free Telenav (we have to pay $10/month for it). So you'd actually make a lot of Sprint employees happy if you got it working!
|
03/11/2010, 05:14 PM
|
#37 (permalink) |
|
Member
![]() Join Date: Feb 2010
Posts: 7
Likes Received: 0
Thanks: 0
Thanked 7 Times in 3 Posts
|
well, sort of.
I was trying to get GPS data by writing a vehicle plugin for webos. The idea is to start a luna-send process and pipe the output (coordinates) to navit, parse the json and deliver it to the plugin system. Quite messy, but at the time the only solution i could see. I got quite far with it, but... A few days ago Palm released the PDK and the luna-send idea seems obsolete because the PDK defines two functions to access the gps data: PDL_GetLocation and PDL_EnableLocationTracking. However, this functions are not on the device in the libpdl.so, webos 1.4 Currently I'm trying to get the libs from the PDK (desktop installation) to work with navit on the device. I will post the webos sdl & vehicle plugins patches as soon as i have something more stable. |
03/12/2010, 09:16 AM
|
#38 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 5
Likes Received: 0
Thanks: 3
Thanked 0 Times in 0 Posts
|
Has anyone had success in building navit with the official PDK from Palm?
I can compile the software but if I try to start it on the device it fails saying that 'graphics_sdl_new' can not register the 'glib' event system (don't remember the exact error message right now). I looked in the source and I guess he is trying to load a plugin named 'libsupport_glib.so' which does not exist. However, during the build there is a libsupport_glib.la which is IIRC a static lib and therefor can not be loaded at runtime. Any hints? donbachi |
03/12/2010, 12:50 PM
|
#39 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2009
Location: Germany
Posts: 31
Likes Received: 0
Thanks: 1
Thanked 4 Times in 3 Posts
|
Hi binutzu
I still have to try your patch... was quite busy last weeks. For the GPS have you considered using dbus? Palm is providing some kind of interface (check dbus-monitor). I havn't looked deeper into it, but it looks promising. Kind regards, Christof |
03/12/2010, 03:22 PM
|
#40 (permalink) |
|
Homebrew Developer
![]() Join Date: Oct 2009
Location: near Hamburg, Germany
Posts: 145
Likes Received: 6
Thanks: 8
Thanked 27 Times in 20 Posts
|
using dbus-monitor I found that "GPS dashboard" does something like
method call sender=:1.76 -> dest=com.palm.location path=/; interface=org.json; member=startTracking string "{"subscribe": true}" string "net.bradleygraber.gpsdashboard 1021" and then it get's returns like method return sender=:1.61 -> dest=:1.76 reply_serial=37 string "{"errorCode":0,"timestamp":1.268427206311E12,"latitude":53.XXXXX,"longitude":9.XXXXX,"horizAccuracy ":150,"heading":0,"velocity":0,"altitude":0,"vertAccuracy":0}" so com.palm.location seems to be the dbus service to query for GPS data: Location Service – Palm Developer Center Last edited by noradtux; 03/13/2010 at 04:06 AM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



