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
Post a Comment