Avoiding the "turn off" of device

  • Thread starter Thread starter VicToro
  • Start date Start date
V

VicToro

Hi,
I have developed a c# app in windows mobile 5 on a pocket pc.
The app basically runs on the background (it is a console app, with a
while(true) loop).

The problem is that whenever the phone is "turned off", the app stops
working, till the phone is "turned on" again.
I dont mean, "swith off".
I am talking about that setting that can be set on the battery panel.
In that panel there is a tab that says "Advanced" and then you can
check a box beside the label of "Turn off device if not used for...".

So, does anybody any way to keep the app working, even that the state
of the phone is "turned off"? I know that the phone is still able to
receive phone calls and messages on that state. So I might be possible
to get an app to run in that state.

Cheers!
Victor
 
An almost identical question was asked and answered this morning in the
pocketpc.developer group with the subject "Always on pattern?"


--

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