Hi, I'm trying to receive cell location updates in a background process, but I've only found very power inefficient ways of doing so.
PhoneStateListeners stops listening when the phone sleeps, and require a period wake up. The broadcast intent "android.intent.action.SIG_STR", doesn't appear to be broadcasting. LocationManager isn't quite the right fit, and I suspect it fails the same way that the phonestatelister fails, being built with a listener. The broadcast intent "PHONE_STATE_CHANGED_ACTION", isn't appropriate. I'd rather not wake up the phone periodically when it may not have moved an inch for hours, such as overnight. The trigger should be a cell, not time, based. Is there any way of doing this, such as a gsm broadcast or something like that? Thank you, Bryan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

