Quote:
Originally Posted by EtherealRemnant
I just think its amusing. You're obviously doing something wrong with your flashes but that's not something that needs to be littered in this thread. So back to the topic at hand:
I've now flashed three different ROMs today with this kitchen and it seems that the "power management" option by no2chem is what causes my device to go right back to sleep when I get a text message.
Is anyone else using this option in the kitchen and is it triggering any issues for them? Just curious if its got something to do with the power management + something else I'm using.
|
It is probably this reg in the power management OEM:
Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\WakeupPowerOff]
"WakeupPowerOff"=dword:0
Now, you can change this setting to whatever you want. It is the interval in seconds before you device sleeps. So:
Code:
dword:0000000F (15 seconds in Dec)
dword:0000001E (30 seconds in Dec)
dword:0000002D (45 seconds in Dec)
dword:0000003C (60 seconds in Dec)