[android-developers] Re: Service stops running in standby mode

2009-05-27 Thread aaaa
blem might be, that I have no "context" object withing the listener. So I pass the context object from the boot completed receiver to my listener. Could this be the problem? br and thanx for your help, ash On 26 Mai, 01:13, Mark Murphy wrote: > wrote: > > I'm tryin

[android-developers] Service stops running in standby mode

2009-05-25 Thread aaaa
hi guys, I'm trying to log the phone's cell movement. So I created a PhoneStateListener that is being called when the CellLocation has been changed. Then it informs a logging service to write that new cell information to a log file. This works as long as the screen is on. But when the screen goe