android - GPS. Always same point -


i wrote small app log gps position. works on phones strange results.

if put phone on bench , start logging after maybe 20 given points gps starts give me new points same long/lat/alt. when move maybe 2-3 metres away situation same. 20 points different coords. after same.

it's not problem with:

mlocationmanager.requestlocationupdates(provider, 0, 0, listener); 

as see there no mintime , mindistance.

ok found answer. gps chipsets sirfstar iv have called "static navigation" disable getting location updates when not moving.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -