Keep WM5.0 device On

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Is there a way to keep WM5.0 device "on" overriding any settings to turn off
the device when not in use?

The reason for this is that I developing an application that keeps pulling
data from GPS device connected via bluetooth. However, it gets interrupted
due to "Turn off device ... " options in Settings, where the device got
switched off automatically. Is there a way to override this settings and set
it to original settings when my application quits.

Thanks.
 
Periodically (faster than the setting for the sleep timeout) call
SystemIdleTimerReset()


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top