Disable sleep
-
hi all...im creating a mobile application that needs to run constantly...is there a way to disable the sleep mode accross different versions of win mob., the earliest will be 2003, is there a way to achieve this? thanks in advance.
living life on the flip side
-
hi all...im creating a mobile application that needs to run constantly...is there a way to disable the sleep mode accross different versions of win mob., the earliest will be 2003, is there a way to achieve this? thanks in advance.
living life on the flip side
I know only this way: Your application would must send a keystroke every 30 seconds which makes the operating system think it is being used. This does not stop the screen from auto dimming - this must be set in the CE device System configuration. I have actually installed an application provided of this feature. I hope this help you.
-
hi all...im creating a mobile application that needs to run constantly...is there a way to disable the sleep mode accross different versions of win mob., the earliest will be 2003, is there a way to achieve this? thanks in advance.
living life on the flip side
http://www.codeproject.com/KB/mobile/WiMoPower1.aspx Search for "Don't let the device sleep." In short you need to call SystemIdleTimerReset() every so often. the exact rate at which you need to call it will vary based on device settings. There is an example program in this article that will show you how to do it.
Joel Ivory Johnson (J2i.net) Live Messenger