[android-porting] Android Suspend geeting called continuously

2010-05-21 Thread shilpa
Hi, I'm facing a strange problem. I'm working on Android eclair 2.1 version. Even when device was put to suspendwithout running any apps the battery was discharging faster. It was found that suspend is getting called continuously. This happens if the device is kept in standalone mode. Below is the

Re: [android-porting] Android Suspend geeting called continuously

2010-05-21 Thread Deva R
> It was found that suspend is getting called continuously. This happens > if the device is kept in standalone mode. probably you should see it other way: system never stays in sleep mode, and getting woken up by spurious hardware event. since no task may be scheduled for that event, system will e