[android-developers] Android LocationManager GPS Reading Never Changes While Screen is Off

2012-02-03 Thread Joshua Witter
I posted this same question on StackOverflow if anyone wants the karma for answering it there. This is on an Android phone running 2.3.3 Gingerbread. I am trying to log a GPS location while the screen is off. When the screen is on, the GPS gives correct outputs... driving around in my car I have

Re: [android-developers] Android LocationManager GPS Reading Never Changes While Screen is Off

2012-02-03 Thread Ted Scott
I do a similar thing by running a service from an alarm, it checks position every 15 mins. It works while I'm just toting the phone around in my pocket screen locked. It even works while the app is closed as long as the app has been started since boot and the alarm initialized. Maybe it has

Re: [android-developers] Android LocationManager GPS Reading Never Changes While Screen is Off

2012-02-03 Thread Dhaval Varia
Hey if u need Continuous update.then leave ur s reenon in oncreate of activity On Feb 4, 2012 4:54 AM, Ted Scott t...@hootinholler.com wrote: I do a similar thing by running a service from an alarm, it checks position every 15 mins. It works while I'm just toting the phone around in my