PINE64

Full Version: How do you enable GPS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
GPS was working fine before but it stopped working in #271 


How do you enable it?
(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-por.../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...ea7df5bbb3 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
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.
(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
(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.