PINE64
How do you enable GPS? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125)
+---- Thread: How do you enable GPS? (/showthread.php?tid=9579)



How do you enable GPS? - supermagic - 04-03-2020

GPS was working fine before but it stopped working in #271 


How do you enable it?


RE: How do you enable GPS? - EHecht - 04-09-2020

(04-03-2020, 02:49 PM)supermagic Wrote: GPS was working fine before but it stopped working in #271 


How do you enable it?

Hey I am currently working on it following this hint in the gps Issue on Github https://gitlab.com/ubports/community-ports/pinephone/-/issues/50
My current state is the following
* EG25 devices show up under /dev/ with udev rule as in pmOS patch https://github.com/jmechnich/qtposition_gpsd (just put it in /etc/udev rules.d)
* gpsd can be installed and started with init.d script (see pmOS patch)
* atinout 0.9.1 patched with https://github.com/beralt/atinout/commit/133bf25ce0b7a73847aa9f84bb7d89ea7df5bbb3 and cross compiled
* device hook script installed and executes fin
* Can see output after activation using cat /dev/EG25.NMEA
* gpsd does not seen to work yet using gpsmon does connect but no gps position is shown

Next steps
* figure out whats wrong with gpsd any hints appreciated
* cross compile https://github.com/jmechnich/qtposition_gpsd
* figure out where qt plugins are located in UBports
* make plugin work


RE: How do you enable GPS? - RandomN00B - 07-22-2020

If you want to enable GPS now, you can go to https://forum.pine64.org/showthread.php?tid=10165, where it says how to enable it.


RE: How do you enable GPS? - firefox-58 - 07-22-2020

(07-22-2020, 07:36 AM)RandomN00B Wrote: If you want to enable GPS now, you can go to https://forum.pine64.org/showthread.php?tid=10165, where it says how to enable it.

For me it does NOT work! No GPS data after all these things listed and done in the thread listed above. I hope that on on any future build the GPS function will be happen


RE: How do you enable GPS? - Cree - 07-27-2020

(07-22-2020, 10:24 AM)firefox-58 Wrote:
(07-22-2020, 07:36 AM)RandomN00B Wrote: If you want to enable GPS now, you can go to https://forum.pine64.org/showthread.php?tid=10165, where it says how to enable it.

For me it does NOT work! No GPS data after all these things listed and done in the thread listed above. I hope that on on any future build the GPS function will be happen
Didnt work for me at first either. Then i realized that i both had typos and was entering some script out of order. Then it worked fine. But it only seemed to stay on until i first switched the toggle off. Toggle back didnt seem to turn it back on. Bit of a pain if we must manually do this each time for now. Nonetheless, im seeing most growing pains worked out.