Guest raid Posted January 12, 2006 Report Posted January 12, 2006 (edited) Does anybody have some Cf1.0 code that will prevent the LCD screen from automatically turning off for smartphone 2003? Not Backlight! thnx. Edited January 15, 2006 by raid
Guest raid Posted January 12, 2006 Report Posted January 12, 2006 (edited) I'm trying this code but does not work.. [DllImport("coredll.dll")] private static extern void SystemIdleTimerReset(); public void KeepOn() { SystemIdleTimerReset(); } Edited January 12, 2006 by raid
Guest raid Posted January 15, 2006 Report Posted January 15, 2006 i'm resolving this problem... it's working ;) [DllImport("Aygshell.dll")] private static extern void SHIdleTimerReset(); public void ResetSHIdleTimer() { SHIdleTimerReset(); } timers calling ResetSHIdleTimer(); every 8sec.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now