No GPS updates on Galaxy S3
Posted
by
Valelik
on Stack Overflow
See other posts from Stack Overflow
or by Valelik
Published on 2012-09-17T09:36:03Z
Indexed on
2012/09/17
9:37 UTC
Read the original article
Hit count: 297
I'm developing a GPS tracker and it works like a charm. But a couple of weeks ago a customer of me (a trackage company) bought Samsung Galaxy S3 for his drivers. And since that we have really strange behaviour of my app. The app receives location updates from GPS receiver, but after some hours of work it doesn't receive any location updates. I have registered the app for onGpsStatusChanged() too and in this time onGpsStatusChanged() was called (I see that GPS receiver have 10-17 satellites!), but the method onLocationChanged() was not called! After the service restart (=re-registering of LocationListener) it works again. It is really strange. It seems that after some hours of work the GPS reciever is not in the mood for calling onLocationChanged() :)
Any idea what may be wrong?
© Stack Overflow or respective owner