![]() |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Quote:
I'm not sure why it's working for some people though - either the CSSU version of the libqtm-location package is faulty, or they're somehow linking to the libqtm-11-location version instead. Rolling back to the old libqtm-location package didn't help though, so it doesn't appear to be (just) that. |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
1 Attachment(s)
Another (maybe definitive) solution...
Please, add at the end of: /etc/ld.so.conf this row: /opt/qtm11/lib and run: ldconfig To verify, run: ldconfig -v | grep -i qt Now cloudgps should run without specify any LD_LIBRARY_PATH. After this.... I don't want hurt anyone... just for fun i have installed all the development libs inside my N900.... (Oh yeah!) ....and rebuilt cloudgps 0.6.5 using libqtm-12.... So, here it is an attached binary for the brave one ....if someone would make a test. (in my opinion it seems a little faster - maybe because compiled directly on the device? - or due to libqtm12?) In this case you have to specify the path /opt/qtm12/lib in ld.conf.so. After this, i'm using a general wrapper (to log the errors) like this: #!/bin/sh # LD_LIBRARY_PATH=/opt/qtm11/lib /opt/cloudgps/cloudgps.orig 2>&1 >> /tmp/cloudgps.log # LD_LIBRARY_PATH=/opt/qtm12/lib /opt/cloudgps/cloudgps.orig 2>&1 >> /tmp/cloudgps.log # /opt/cloudgps/cloudgps.orig 2>&1 >> /tmp/cloudgps.log /opt/cloudgps/cloudgps.q12 2>&1 >> /tmp/cloudgps.log EDIT. Pay attention, just corrected the lines to add in ld.so.conf |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
How to download maps for offline use on the N9? It doesn't have Modrana....
|
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Quote:
@dwaradzyn Concerning the binary (cloudgps.q12) of my previous post... Observing the gps fix time, my impressions are very very positive.... could you take a look at that and give me your opinion? |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Quote:
|
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Nice!
Adding /opt/qtm11/lib and /opt/qtm12/lib to ld.so.conf also worked for me. |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
I am testing with your compiled version, @xes, but it is not working anyway. I do not see any libqt location or something like that in /opt.
Where are mines? I will continue searching for a solution. |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
I do not think it can be safe to define that in ld.so.conf because you are mixing libraries. If the program use first the incorrect one it will not work. But as a workaround... ok
Anyway your compiled version is not working for me. It say the same: Position unknown Speed: ---- but in the console it show: CloudGPS 0.6.5 loaded the Generic plugin loaded the N900 plugin Compass sensor is not present Location source initialized GPS Satellite info source initialized Accelerometer initialized Opening font /opt/cloudgps/res/nokia_pure.ttf , size: 32 And when I close cloudgps: Segmentation fault And the satellite icon does not appears when cloudgps is open but with another program that uses the gps that does not happens. I finally found my libraries: / $ ls /opt/qt*/lib/*Loc* /opt/qtm11/lib/libQtLocation.so /opt/qtm11/lib/libQtLocation.so.1 /opt/qtm11/lib/libQtLocation.so.1.1 /opt/qtm11/lib/libQtLocation.so.1.1.4 /opt/qtm12/lib/libQtLocation.so /opt/qtm12/lib/libQtLocation.so.1 /opt/qtm12/lib/libQtLocation.so.1.2 /opt/qtm12/lib/libQtLocation.so.1.2.0 But still my cloudgps is not working. bye |
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Quote:
|
Re: [WIP] CloudGPS 0.4.8 - smoothest maps for N900
Quote:
I have no other apps requiring qtm11 and it seems that qtm12 is considered the stable version. @anyeos sorry that my binary doesn't work in your phone. I suggest you to run ldd cloudgps.q12 and check all the required libs. BUT don't forget, this is only a trial build made with my phone that i decided to share. Nothing more. Maybe it runs, maybe not. You are free to try. ;) |
| All times are GMT. The time now is 15:04. |
vBulletin® Version 3.8.8