Power timeouts - Windows Mobile

hi all
i want to know what are these keys and what they do?
BattSuspendTimeout
ACSuspendTimeout
BatteryTimeout
ACTimeout
... etc (similar to these)
thanks a lot friends

The easiest thing with those keys is just to make a change to your power settings, and see which one was changed. I can never remember which is which. Also, just set up the device with the power settings you like, and then export all the reg keys and you'll be good to go. These are the ones that I save:
;*** battery timeout ***
;=============================================================================
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts]
"BattSuspendTimeout"=dword:0000012C; 300 seconds-this is the time to shut off the device
"BattSuspendTimeoutSave"=dword:0000012C; same thing; dunno why there are two
"ACSuspendTimeout"=dword:00000000; 0 means that it doesn't shut down at 30 min (see below)
"ACSuspendTimeoutSave"=dword:00000708; 1800 seconds; shuts down at 30 min on AC
"BatteryPoll"=dword:000001F4
"BattResumingSuspendTimeout"=dword:00000001
"ACResumingSuspendTimeout"=dword:00000001
"BattUserIdle"=dword:00000000
"ACUserIdle"=dword:00000000
;*** Change Power Settings ***
;====================================================================================
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"ACBrightness"=dword:0000000a; 10-the backlight level on AC
"LightDetectOn"=dword:00000000
"Brightness"=dword:00000005; 5-the backlight brightness on battery
"BatteryTimeout"=dword:00000078 ; 120 seconds-this is the time to turn the backlight down to 1 on battery power
"LedOnOffAdcValue"=dword:0000013f
"DimBKLinUnlockScreen"=dword:00000001
"AutoBklOffset"=dword:00000000
"ACTimeout"=dword:00000000; no backlight dimming on AC power (box unchecked)-set a time here if the box is checked, and set below to 0
"ACTimeoutUnchecked"=dword:0000003c ; 60 seconds-this is the time for the backlight to dim on AC power; I have it unchecked. I guess you set this to 0 if the box is checked
"LightSensorPollingEnable"=dword:00000000
"ACBacklightOnTap"=dword:00000001
"BacklightOnTap"=dword:00000001
"ExtOnOff"=dword:00000001
"OnOff"=dword:00000001
"LightSensorToScreenOff"=dword:00000005
"LightSensorThreshold"=dword:00000005
"LightSensorInterval"=dword:0000012c
"LightSensorTimeout"=dword:0000001e
"AutoDeviceLockTimeout"=dword:00000005
"AutoDeviceLockEnable"=dword:00000000
"AutoSensor"=dword:00000001
"QKeyLedTimeout"=dword:0000000a
"BatteryTimeoutUnchecked"=dword:00000000
"BatteryTimeoutTemp"=dword:00000000
"ACTimeoutTemp"=dword:00000000
Click to expand...
Click to collapse
It sets the backlight to 5 on battery power and 10 on AC power. The timeouts on battery are 2 min to dim and 5 to power off. On AC power, it doesn't power off (I think the two values are 30 min, or whatever the max setting is). So, you basically have 10 setting that you want cooked in. The first two are the backlight power levels, and the last 8 are for the timeouts on battery and AC power (as well as the check-boxes for whether or not you want the timeout). I've never found the dimbacklight unlockscreen value to do anything.
The keys I'd like to change are the ones in the boot.rgu for the backlight levels during startup. I've never messed with them before, because there are a bunch of them, and I don't know which is which. Mainly, I'd like to turn the backlight down during a soft reset.
Edit: I added notes for some of the keys you wanted (figured out what they did).

You can edit them by Advanced Config and export your settings easily. There are some explanations also.

Would it be possible via registry to force different times for dim backlight and standby than the options which appear in settings-> System -> Power -> backligth?
Just an example the min time for dim the backlight are 30 sec, but the min time for standby is 1 min. is it possible to force both to dim and standby in a shrter time E.G: 20 secs?
Would these be the right keys?
HKEY_CURRENT_USER\ControlPanel\BackLight
BatteryTimeout: 30
ACTimeout: 60

Yeah, you can input different choices; I haven't done it before myself, but there was a thread in Q&A a while ago where a poster was doing that.

I tried, but I couldn't force values lower than the minimum defaults.
I guess that I'll need to use a 3rd party solution (like S2U2) to turn the screen off quicker than the WM minimum timeouts

Related

turn off backlight tweak wanted

is there a way to change the choices for the default amount of time before the backlight turns off?like having a 30 mins choice in the "on battery power" setting.maybe by tweaking the registry?anyone?

Backlight woes

Hi,
I'm trying find out what reg key is used for setting the backlight off level.
At the moment, after the 30 second timeout, the backlight is set to dim (1) - what I want is to make it completely shut off, without turning off the display.
Before I get told to search the forums, there are a few threads and certainly one or two have already asked, but none have a solution.
I've tried setting various levels such as under HKCU\control panel\backlight - i was thinking that onoff or extonoff may do what i want, but to no avail after a soft reset
Any ideas?
Furbious said:
Hi,
I'm trying find out what reg key is used for setting the backlight off level.
At the moment, after the 30 second timeout, the backlight is set to dim (1) - what I want is to make it completely shut off, without turning off the display.
Before I get told to search the forums, there are a few threads and certainly one or two have already asked, but none have a solution.
I've tried setting various levels such as under HKCU\control panel\backlight - i was thinking that onoff or extonoff may do what i want, but to no avail after a soft reset
Any ideas?
Click to expand...
Click to collapse
Dunno about what reg key this effects, but it sounds like you're looking for the timeout settings as opposed to the backlight settings.
This can be found in the control panel, under power -> advanced, and here you can set how long it takes to hibernate the device.
Not sure if you still need the reg. settings, but it might help to know that backlight entries are probably the wrong place to be poking!
What's the model of your device?
Some manufacturers like to go proprietary, eg. ASUS, in which case, you will need IDA and hack your way through.
HTC 3300 with either WM5 or 6 - it's not timeout settings or whatever, even if i set the backlight to as low as possible within the OS, it is always slightly on.
It appears the OS sets the BKL value from 1 to 4, 1 being dim, 4 being max brightness.
I can get it to turn off by setting the value to 0 manually in the registry and doing a soft reset, but thats not exactly ideal - I just want the device to stay active but without the backlight as thats what uses up most of the power.
my 2 devices, O2 mini and asus P535 allows the display to stay active and the backlight off. this can be achieved using the control panel applets which implies self-developed software can do the same.
so the question is, can your device achieve that state using built-in applets?
if it can't, then it's really a gamble for you to spend time finding a way.
i'm assuming that when you set the registry to 1, your backlight turns on slightly? most devices can't be viewed properly without the backlight, so in my opinion, there's little point in leaving it on without the backlight.
why do you need the display active? perhaps there is a better alternative to reach your goals, eg. LEDs
[HKEY_CURRENT_USER\ControlPanel\Backlight]
"ACTimeout"=dword:3C
"ACTimeoutTemp"=dword:0
"ACTimeoutUnchecked"=dword:0
"BatteryTimeout"=dword:1e
"BatteryTimeoutTemp"=dword:0
"BatteryTimeoutUnchecked"=dword:0
"OnOff"=dword:1
"OnOffAC"=dword:1
"OnOffBatt"=dword:1
"AutoMode"=dword:0
"Brightness"=dword:7
"ACBrightness"=dword:a
"BacklightOnTap"=dword:1
"ACBacklightOnTap"=dword:1
"DefaultBrightness"=dword:4
"DefaultACBrightness"=dword:a
"QKeyLedTimeout"=dword:a
"QKeyLedOnOff"=dword:1
"AutoSensor"=dword:0
Hope this helps

Screen dims on power

My touch HD has just started an annoying habit - when it is on external power, the screen dims to about half-brightness in about 5 seconds. This is extremely annoying in the car cradle as it is very hard to read.
I cant find anywhere in settings or Advanced Config to change this.
Is there somewhere i can change this? a reg key?
cheers
settings > system > Power > backlight > uncheck auto adjust andf settings for external power should show up.
thx bigf00t - i tried that before, but it only changes the actual brightness of the screen while it is on power and in use. After I adjust that it then dims again after 5 seconds no matter what the setting.
You may try settings -> systems -> Power -> Advance, you should able to find what you need there.
ok - that was definitely it.
"Turn off backlight if device not used for" was set to 1 minute. I changed it to 2mins then back to 1 minute and it actually stayed bright for 1 minute instead of 5 seconds!
Nice to know that "turn off backlight" actually means "dim backlight"

Backlight goes off in 5secs when battery at 50%..

Searched and searched but couldn't find an answer.
As the title says.... I can still see the display is on and its responding to my inputs but no backlight at all.
Have tried adjusting all backlight options disabling and enabling them to no avail.
always start to happen at 50% power then every 5 or so secs it turns off so i need to press the power button twice to turn it on again but have it turn itself off if i left it to idle for more than 5 secs.
Settings currently for on battery at dim backlight 30secs, power off 1min. on AC dim at 1min, power off at 10mins
Comforting thing is when playing videos with coreplayer, backlight remains on.
Anybody any ideas?
started when i flashed back to official 1.66 after mtty and now am on merlion 2.4 also after mtty. could it be that i always flash at the 50% to 60% power mark??
Currently draining my batt to see if it is the batt sensor's problem....

Backlight on when phone is off

I've done the usual search and can't find anyone reporting this . . .
If I turn mt AT&T Pure off with the power button (not complete power down, just normal on/off) I notice a faint glow from the screen like it's still trying to show the backlight.
If I power up and then power down a second time, there is no glow.
This phone is running stock AT&T ROM, and it happens on battery power - so I'm concerned that it's draining the battery unnecessarily.
Battery settings -- "Auto adjust backlight" NOT checked
power save sliders around 30%.
Advanced tab -- "On battery power" - both boxes checked, 30 sec backlight off, 3 minutes turn off. "On external power" - neither box is checked
Any ideas?
Thanks
Try installing this cab, changes registry to auto lock with power button.
If it doesn't work, you may consider a lock screen such as smart lock.
Thanks for the post, but I don't understand what it does -- could you explain how the phone should behave after installing the CAB?
Thanks
Using this reg edit makes the device go into standby once you press the power button, no backlight staying on etc.
Includes the following reg edits.
Code:
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"ACBrightness"=dword:0000000a
"ACTimeout"=dword:00000000
"ACTimeoutTemp"=dword:00000000
"ACTimeoutUnchecked"=dword:00000000
"AutoBklOffset"=dword:00000000
"AutoDeviceLockEnable"=dword:00000001
"AutoDeviceLockTimeout"=dword:00000005
"AutoSensor"=dword:00000001
"BatteryTimeout"=dword:00000078
"BatteryTimeoutTemp"=dword:00000000
"BatteryTimeoutUnchecked"=dword:00000078
"Brightness"=dword:00000007
"DimBKLinUnlockScreen"=dword:00000000
"LedOnOffAdcValue"=dword:0000013f
"LightDetectOn"=dword:00000000
"MAXBrightnessScale"=dword:0000000a
"MINBrightnessScale"=dword:00000001
"QKeyLedTimeout"=dword:0000000a
[HKEY_CURRENT_USER\ControlPanel\BackLight\LockLevel]
"LockLevel"=dword:00000000
Thank you very much!

Categories

Resources