PDA

View Full Version : Programmatically Wakeup SmartPhone or PocketPc without unavailable suspend Mode


Ericwan
09-28-2006, 09:11 AM
%-6 Hello,

I would like to know if PPL application can stay in process during power standby (or suspend ) and automatically wakeup programmatically. BUT NOT USING SOMETHING LIKE SystemIdleTimerReset. Because SystemIdleTimerReset usage can can quickly drain the batteries.

I need to make an applicatation wich one stay in activity but nothing is made (with timer), SmartPhone or pocket (after 3 minutes will be in suspend mode) and I need to Wakeup Pocket or smart to process my code in 1 hour for example without unavailable suspend mode.


Thank’s in advance

kornalius
09-28-2006, 04:09 PM
I am sorry I think SystemIdleTimerReset is your only option and won't drain your battery if you use it only once every two minutes.