Avoiding the "turn off" of device

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top