Jump to content

Recommended Posts

Posted (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 by raid
Posted (edited)

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

[DllImport("coredll.dll")]

private static extern void SystemIdleTimerReset();


public void KeepOn()

{

      SystemIdleTimerReset();

}

Edited by raid
Posted

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.

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.