Jump to content

Keep LCD Screen On


Guest raid

Recommended Posts

Does anybody have some Cf1.0 code that will prevent the LCD screen from

automatically turning off for smartphone 2003? Not Backlight!

thnx.

Edited by raid
Link to comment
Share on other sites

I'm trying this code but does not work..

[DllImport("coredll.dll")]

private static extern void SystemIdleTimerReset();


public void KeepOn()

{

      SystemIdleTimerReset();

}

Edited by raid
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.