I use a Service to get GPS coordinates and it works well for about 30 minutes. After 30 minutes, it stops working and no more onLocationChanged occurs (sometimes even the GPS lock signal is off, too). Is there any limitation that I should consider when using continuous GPS navigation? Does the GPS get killed by the OS after a certain period?
Could it be the service that runs the GPS service? Can it be killed after 30 minutes? I start it with START_STICKY.