Disabling the Idle Timeout.
Disabling the Idle Timeout.
How do I disable the Idle Timeout for the display.
There are two timeouts, one for the display, and one after which the PSP suspends.
scePowerIdleTimerDisable disables both the idle timers, and also when you call scePowerIdleTimerEnable it instantly goes to standby if the idle time has elapsed before that.
scePowerTick also resets the suspend time and the display timer as well.
I want to disable the display timer but leave the suspend timer enabled.
The XMB music player disables only the suspend timer, but the display idle timer is enabled. I cannot find a way to do this either.
If display timer enabled and suspend timer disabled is possible by the music player, then I presume that the opposite is possible as well.
There are two timeouts, one for the display, and one after which the PSP suspends.
scePowerIdleTimerDisable disables both the idle timers, and also when you call scePowerIdleTimerEnable it instantly goes to standby if the idle time has elapsed before that.
scePowerTick also resets the suspend time and the display timer as well.
I want to disable the display timer but leave the suspend timer enabled.
The XMB music player disables only the suspend timer, but the display idle timer is enabled. I cannot find a way to do this either.
If display timer enabled and suspend timer disabled is possible by the music player, then I presume that the opposite is possible as well.
-
- Posts: 409
- Joined: Tue Oct 09, 2007 4:22 am
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
-
- Posts: 409
- Joined: Tue Oct 09, 2007 4:22 am
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
I tried disabling with all the values.
0 disables all timers.
1 disables suspend timer (the screen will shut off after its timeout but console wont suspend).
Values from 2-6 all functioned like 0. Display & PSP just remained on.
Couldn't get only the display to remain on with the suspend timer active.
0 disables all timers.
1 disables suspend timer (the screen will shut off after its timeout but console wont suspend).
Values from 2-6 all functioned like 0. Display & PSP just remained on.
Couldn't get only the display to remain on with the suspend timer active.
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
It works perfectly. Just performing scePowerTick(6) at regular intervals keeps the display on until the suspend timeout suspends the PSP.Insert_witty_name wrote:Ahh, I could be thinking about the scePowerTick() parameters, apologies.
Its better to use scePowerTick as well, because the other function has a "queuing" problem like scePowerLock. Any event that occured while disabled would instantly be triggered on enable and cant be stopped easily.
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm