05-18-2020, 02:43 PM
(This post was last modified: 06-11-2020, 09:17 AM by Luke.
Edit Reason: added sudo to step 4 install gpsd ;)
)
Here are the steps to enable and help testing GPS on Ubuntu Touch.
I strongly suggest you open SSH first:
Step 1)
You need to be using OTA version 27 (May 17th) or newer. You should be on devel channel.
Step 2)
Fetch uNav and Pure Maps from OpenStore
Step 3)
Mount the volume so its rewritable
Step 4)
Install gpsd
Step 5)
Start GPS + some magic
Step 6)
Open uNav and request it to fetch your location.
Report issues, fixes, ideas and everything else related to the topic of location services on Ubuntu Touch in this thread.
I strongly suggest you open SSH first:
Code:
sudo mount -o rw,remount /
sudo umount /etc/init/ssh.override
sudo rm /etc/init/ssh.override
sudo start ssh
Step 1)
You need to be using OTA version 27 (May 17th) or newer. You should be on devel channel.
Step 2)
Fetch uNav and Pure Maps from OpenStore
Step 3)
Mount the volume so its rewritable
Code:
sudo mount -o rw,remount /
Step 4)
Install gpsd
Code:
sudo ubports-qa install xenial_-_edge_-_gpsd
Step 5)
Start GPS + some magic
Code:
sudo gpsd start
sudo restart ubuntu-location-service
initctl unset-env --global UBUNTU_PLATFORM_API_BACKEND
initctl set-env --global UBUNTU_PLATFORM_API_BACKEND=touch_mirclient
Step 6)
Open uNav and request it to fetch your location.
Report issues, fixes, ideas and everything else related to the topic of location services on Ubuntu Touch in this thread.