Wrong GPS position

asked 2016-05-07 12:17:29 +0300

SveKi gravatar image

updated 2018-12-03 21:53:22 +0300

Tanghus gravatar image

After trying various native and non-native Navigation Apps, the current position is always abput 1 or 2 km wrong.They have all zhe same position, so it's not randomly displaced for each map. Did I miss something?

edit retag flag offensive close delete

Comments

1

If you have developer mode enabled, make sure you have closed all location-related applications (maps etc), wait 50 seconds, and then ssh into the device and do:

devel-su
killall geoclue-hybris
QT_LOGGING_RULES="*.debug=true" /usr/libexec/geoclue-hybris

then start your maps application.

You should see a bunch of information (NMEA strings plus location lat/lon/accuracy updates) being emitted (once you have GPS lock).

Use Google maps or something, on a desktop computer to check to see if the location reported from the geoclue plugin is correct or not. If it is not, then the GPS itself is reporting incorrect values; if it is, then something is messing with the data before it gets to your mapping application (e.g., possible bug in Alien Dalvik).

chris.adams ( 2016-05-10 06:07:34 +0300 )edit