WM 6.5 - Lock Slider & Backlight Issue - Touch HD General

I changed the following registry entry:
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"AutoDeviceLockEnable"=dword:00000001
Now when I press the the power button of the blackstone the wm 6.5 slider will appear. So far it works fine. But when the phone is not used for a while the backlight is getting darker. When I unlock the blackstone with the slider, the backlight is not getting brighter, it remains darker (but still not turned off).
Does anybody know this behaviour? Any solutions?
Thanks
Andy

This is a known problem..Try to use auto csdevctrl for auto wm 6.5 locking..

wm6.5 lock is nice and functionally but it is slow and buggy. Don't know if it's final version will improve but I suggest you to use third-party solutions.

gbjack said:
wm6.5 lock is nice and functionally but it is slow and buggy. Don't know if it's final version will improve but I suggest you to use third-party solutions.
Click to expand...
Click to collapse
Ever tried EnergyROM HD 'Phoenix' (21731)
faster than any other 6.1 ROM I have tried.
Anyways - why do we need another program to do what WM6.5 should do on ist own?

peterkling said:
Anyways - why do we need another program to do what WM6.5 should do on ist own?
Click to expand...
Click to collapse
Because WM6.5 isn't officially released on the Blackstone

the reason is...I am cooking my own 6.5 rom and I just won't get it working.

on the new miri V18 the backlight work perfectly

voileuxcool said:
on the new miri V18 the backlight work perfectly
Click to expand...
Click to collapse
no,it's not.

sorry it don't work after unlock but it work when touch the screen ! And on previous versions the wake up on touch don't worked

When I am using the following settings, the lock is not activated anymore when the backlight is dims...but when I tab on the screen, the backlight does not turn on anymore. So with those settings I went one step ahead, but I still not reached my goal. Has someone an idea? How can I force the backlight to turn on again?
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"BatteryTimeout"=dword:0000003C
"LightDetectOn"=dword:00000001
"Brightness"=dword:00000005
"ACBrightness"=dword:00000005
"ExtOnOff"=dword:00000001
"LightSensorToScreenOff"=dword:00000005
"LightSensorPollingEnable"=dword:00000000
"AutoDeviceLockTimeout"=dword:0000012C
"AutoBklOffset"=dword:00000000
"LedOnOffAdcValue"=dword:0000013F
"AutoDeviceLockEnable"=dword:00000001
"DimBKLinUnlockScreen"=dword:00000000
"ACBacklightOnTap"=dword:00000001
"BacklightOnTap"=dword:00000001
"OnOff"=dword:00000001
"LightSensorThreshold"=dword:00000005
"LightSensorInterval"=dword:0000012C
"LightSensorTimeout"=dword:0000001E
"AutoSensor"=dword:00000001
"QKeyLedTimeout"=dword:0000000A
"BatteryTimeoutUnchecked"=dword:00000000
"BatteryTimeoutTemp"=dword:00000000
"ACTimeoutUnchecked"=dword:00000000
"ACTimeoutTemp"=dword:00000000
"ACTimeout"=dword:0000003C
[HKEY_CURRENT_USER\ControlPanel\BackLight\LockLevel]
"LockLevel"=dword:00000000

Hi mates,
If you want to use the AutoLock of WM6.5 without backlight issue, you need to do as follow:
1. Change Auto Backlight to Manual
2. Disable "Turn Off Backlight" in Power Setting
Now, the AutoLock will work only when you do poweroff.
Cheers,

thanks...but I know... I need the registry settings...cause I want to cook it into my rom.

backlight issues here too
I am having the exact same problem. I have the 6.5 5nergy ROM. I have to manually go to backlight and touch the screen. Even though the bar on the backlight program is up to the top, it's still dim.
This has made me avoid using my Fuze and stick with my N85 - which has a much better camera anyway. But that full QWERTY keyboard... I miss it so!

Does anybody want the fix for this, or is this old news?

ANDYx1975 said:
the reason is...I am cooking my own 6.5 rom and I just won't get it working.
Click to expand...
Click to collapse
It is a known problems, have problem across three devise HD2, HD & SX1.
My 2 cent obser, slock mess up, device lock work good for me across three device, so far as I know only energy rom cook in and no issue. hope it help.
Cheers

The issue from what I have been able to determine, is that once your device Auto Locks, the BackLightOnTap stops working. Once it happens, it is not possible to get the backlight back on until you turn the screen off and back on again (if Auto adjust backlight is turned off this may not even work). One way to get around it is to never dim the backlight.
Anyway, I extracted the BackLight.dll from the leaked WM 6.5 ROM for the Diamond (Pine) and it corrects the issue on my Raphael. HTC seems to have fixed the issue, but there is one caveat.
With the new driver, the screen dims when ever the device is locked. The backlight will turn back on once it is unlocked. What this means is that if you are outdoors and your device is locked, it will be difficult to see the slider in order to unlock it.
This is the only issue I have encountered so far.
Update: Doh, what an easy fix. The value that controls the backlight level while the screen is locked is here...
Code:
[HKEY_CURRENT_USER\ControlPanel\BackLight\LockLevel]
"LockLevel"=dword:0
By default, this is set to 0. Values 0 through 10 are valid (0 = lowest, 10 = highest).
Update 2: Bah! One of the drivers sets the LockLevel back to 0 on boot, which is a good thing because if you set the LockLevel to anything but 0 and use AutoLock, BackLight.dll crashes (probably why HTC forces it back to 0 on boot).
Also, a note for Raphael users, since this dll is from a Diamond, you will loose the keyboard backlight.
TrueG

trueg said:
The issue from what I have been able to determine, is that once your device Auto Locks, the BackLightOnTap stops working. Once it happens, it is not possible to get the backlight back on until you turn the screen off and back on again (if Auto adjust backlight is turned off this may not even work). One way to get around it is to never dim the backlight.
Anyway, I extracted the BackLight.dll from the leaked WM 6.5 ROM for the Diamond (Pine) and it corrects the issue on my Raphael. HTC seems to have fixed the issue, but there is one caveat.
With the new driver, the screen dims when ever the device is locked. The backlight will turn back on once it is unlocked. What this means is that if you are outdoors and your device is locked, it will be difficult to see the slider in order to unlock it.
This is the only issue I have encountered so far.
Update: Doh, what an easy fix. The value that controls the backlight level while the screen is locked is here...
Code:
[HKEY_CURRENT_USER\ControlPanel\BackLight\LockLevel]
"LockLevel"=dword:0
By default, this is set to 0. Values 0 through 10 are valid (0 = lowest, 10 = highest).
Update 2: Bah! One of the drivers sets the LockLevel back to 0 on boot, which is a good thing because if you set the LockLevel to anything but 0 and use AutoLock, BackLight.dll crashes (probably why HTC forces it back to 0 on boot).
Also, a note for Raphael users, since this dll is from a Diamond, you will loose the keyboard backlight.
TrueG
Click to expand...
Click to collapse
so ,does it working on HD?

I can't say as I have a Raphael, but it should.
Also, I have found that if you lock the screen using a password [\Control Panel\Lock] there is no problem with the backlight. The crappy part being you have to enter a password from then on, but it's one way.

Any solution yet?
ANDYx1975 said:
I changed the following registry entry:
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"AutoDeviceLockEnable"=dword:00000001
Now when I press the the power button of the blackstone the wm 6.5 slider will appear. So far it works fine. But when the phone is not used for a while the backlight is getting darker. When I unlock the blackstone with the slider, the backlight is not getting brighter, it remains darker (but still not turned off).
Does anybody know this behaviour? Any solutions?
Thanks
Andy
Click to expand...
Click to collapse
Does anyone have a solution for this problem yet?

You can try the CAB I posted. The only quirk is that the screen DIMs when the device is locked (which seems to be the same behaviour as the Omnia). The backlight turns back one once unlocked. This appears to be HTCs answer to the problem.

Related

Keyboard backlight time

I know some people wanted to increase the keyboard backlight time. In case this hasnt been posted already, mad monkey has a cab for it:
http://www.dweiniger.com/tips/k-jam.shtml
No i have not seen this posted. tried on my qtek did not work - does it work on your device. i have seen a hack for the universal not wizard
cheers
nope this don't work on the T-Mobile MDA (US model)
Is it supposed to be a DWORD value? Anyone has gotten this to work?
ch4kk said:
Is it supposed to be a DWORD value? Anyone has gotten this to work?
Click to expand...
Click to collapse
No joy here
didnt work either on 2.8
nope - doesn't work
http://forum.xda-developers.com/viewtopic.php?t=38314
You would think someone at HTC would know how to do it. Do any of those guys/girls post on this forum?
not that I've ever seen - not on any of the official retailer sites either. good luck
p.s. the question might not be 'how to do it' but 'can it be done'
yeah, I'm beginning to believe that the whole thing is completely implemented with hardware: a keypress starts a LED "On" timer. This is also why the kbd doesn't illuminate when it gets extended. Even though WM senses this and flips to landscape, it has no control over the backlight: It takes a keypress to start the timer circuit that illuminates the backlight you see.
bummer.
Sleuth255 said:
This is also why the kbd doesn't illuminate when it gets extended. Even though WM senses this and flips to landscape, it has no control over the backlight: It takes a keypress to start the timer circuit that illuminates the backlight you see.
Click to expand...
Click to collapse
Working under the assumption that it is indeed in-hardware, there would've been nothing to prevent the engineers from making the magnetic switch enable the backlight, too
Working under the assumption that it's purely software, there should be nothing to prevent WM5 from doing this... other than that nobody has coded it to do so
Working under the assumption that it's hardcoded in the driver, somebody would have to hack the driver to extend the backlight; adding functionality to turn the backlight on would be a bit more difficult.
ZeBoxx said:
Working under the assumption that it is indeed in-hardware, there would've been nothing to prevent the engineers from making the magnetic switch enable the backlight, too
Click to expand...
Click to collapse
I'll give you "glass half full" on that one :wink:.
However.... the magnetic switch would be more difficult to implement than a simple key press which also resets a timer circuit. You'd have to tie that additional input into a circuit that could be hard-wired with the keyboard itself.
there's my "glass half empty" viewpoint.... I've just got a bad feeling on this one..... sorry.
I guess I'm going to have to take a closer look at some of the disassembled wizard pictures to make up my mind on this.
I sure hope a way is found to fix this as well as control those other blinking leds.....
well the point was, basically, there already -is- a magnetic switch. It's used to signal the OS that the keyboard has extended, and allow it to react on that; the chosen reaction being that the screen orientation is changed.
There would be nothing whatsoever stopping the engineers who actually put the thing together (not talking about somebody taking it apart and tinkering in there and whatnot) to have hooked that up to the backlight control /if/ that is in hardware %)
And if it's in software, then nothing would have technically stopped the software developers from making the keyboard slide-out trigger the backlight that way; assuming they already do as much on keypresses.
exactly. But the kbd does't light up when you extend it you see.... This behavior shoud be obvious
ok weird doesnt even put this into perspective ... i edited that value and softreset my phone. backlight timeout is still 5 seconds and now my bottom ( previously skinned) bar has gone back to default colours ... tried removing the value and resetting again had no effect either ... lovely hack this is now i can try and figure out why the hell this just happened ... running newest official qtek rom only for info
I think this is one of the largest downsides to this device. When I pull the keyboard out the lights should come on AND it should be longer then 5 seconds. It would also be nice if it had a light sensor (like on the SMT5600) to know if the light SHOULD come on or not.
If someone (or HTC) would fix this it would be awesome.
oh, they'll fix it - for their next device models The Universal already works that way, and you can tweak the backlight time. I'm sure by now they've gotten all the feedback they need to decide that that is better than the fixed behavior of the Wizard (not sure who at HTC ever figured that would be a good idea to begin with).

Buttons not lighting up

Can anyone shed any light on why my buttons, just the ones on the unit itself, aren't producing their lovely orange glow anymore? The d-pad light still works, but the OK, Win & browser buttons are dark.
The only thing I could think of was that I installed SBSH, like everything because I'm fed up with Spb, so I uninstalled w/ several reboots. Still no go.
Maybe it's better that way. Less battery drain. It's not like I can't find them, but they were cute. My 3-year-old daughter loves the orange.
UPDATE:
I never did figure out what it was. Between booting up with PhoneAlarm, UltimateLaunch, MccMoblieFinder, LivePVR (which I'm not sure works) something crashed, so I hard reset.
I did figure out after my reset that the backlight doesn't actually go all the way off; when the buttons are off the screen is as dim as it's going to get (and now with rk-backlight, I am finally free of SPB - they lost thier robustitude with newer OSs and everyone else seems to have caught up with thier graphics, but with a smaller footprint.)
Does your backlight work? i always thought it was just the backlight shining through the buttons.
Well, no, actually I've never really thought about it.
Mine are off until the backlight comes on then they are on.
I noticed the other day that mine had gone off too, but a soft reset sorted it.
keyboard backlights!!!
Janis said:
Can anyone shed any light on why my buttons, just the ones on the unit itself, aren't producing their lovely orange glow anymore? The d-pad light still works, but the OK, Win & browser buttons are dark.
The only thing I could think of was that I installed SBSH, like everything because I'm fed up with Spb, so I uninstalled w/ several reboots. Still no go.
Maybe it's better that way. Less battery drain. It's not like I can't find them, but they were cute. My 3-year-old daughter loves the orange.
UPDATE:
I never did figure out what it was. Between booting up with PhoneAlarm, UltimateLaunch, MccMoblieFinder, LivePVR (which I'm not sure works) something crashed, so I hard reset.
I did figure out after my reset that the backlight doesn't actually go all the way off; when the buttons are off the screen is as dim as it's going to get (and now with rk-backlight, I am finally free of SPB - they lost thier robustitude with newer OSs and everyone else seems to have caught up with thier graphics, but with a smaller footprint.)
Click to expand...
Click to collapse
HI GUYS,
A late entry but tot u guys might b able to help a brother in need, my Ameo's keyboard back light never seems to come on EVER, & have check for setting or cab files but all to no success, can any1 help PLEASE either by just replying on here or PM me please :-(.
Umm, the ameo keyboard doesn't have a backlight???
Backlight off
there's rk-backlight.exe
http://forum.xda-developers.com/showthread.php?t=328114&highlight=backlight
check the Settings/system/backlight
The backlight on a working x7500/1 doesn't actually go all the way off, the screen does (standby), and the buttons do when it's in it's more-or-less "off" state (the buttons are off, and the system calls the state "off" but it's just really low.)
If you can see the screen, but there really is NO backlight, my suggestions in this order:
a soft reset
install a backlight contolling software like rk-backlight & set it
a hard reset
a flash of a new rom
send it in to ppctechs.com for repair

Please Please HELP, Background light with WM7 & WM 6.5

Hello
Sorry for my bad english but I hope you can still help me here.
So my HTC HD2 is unfortunately got wet before half a year since going on WM 6.5 & WM7 after 4 seconds the display background illumination (when I then finger from the display assume) from but the screen (you can see if mans obliquely reflect the sunlight) remain on.
If I use Android, I have the problem not because it stays on forever.
Does anyone have a tip on what to do can so what the difference is on Andoid and WM.
Would love to use WM7 but it does not work unfortunately.
Settings no matter what I do so in the menu screen or sensor always remains in the problem except with Android as it is perfect.
Please Please help me.
Greetings Stefan
I'm not sure if I got you correctly, but in WP7 you can try to put your phone under very bright light then lock and unlock, the screen should be on the brightest setting. If that's what you mean.
Otherwise, please elaborate
The problem is not the brightness sensor, the backlight turns off after 4 seconds if you have no finger on screen. (Only the lighting completely switched off the screen still goes)
If android is not so it works perfectly.
My best Tip is Never let your phone get wet!
That's weird though cause you only have this problem with Windows and not Android if i get this correct.
yes I know now it's too late: ((.
Yes, the problem is general in WM, now would anyone know what the difference in the control of screen lighting of WM and Android.

[March 17] [Q] Backlight problem

Hello,
I'm having a very annoying problem with my HD2 : the backlight doesn't work.
I can see the screen, but very badly, when I put the phone to sunlight. It displays normally the sense screens and the keypad is working, but it is impossible to use the phone.
I was using the CHT theme, but I did a hard reset and I'm now on the original sense and it still doesn't work. I also tried to retrieve the SD card, the battery. Nothing worked.
Does anyone already had this problem ?
Thanks for your help !
Marc
Sorry to tell you this but it sounds like your LCD or digitizer is going out. I am more inclined to say it is your LCD as tbe brightness of the screen is the only tging affected. If it was the digitizer your touch functionality would be affected also.
Have you went to Settings/Sounds & Display/ scoll down to Backlight and adjusted the brightness of the display?
T-Macgnolia said:
Have you went to Settings/Sounds & Display/ scoll down to Backlight and adjusted the brightness of the display?
Click to expand...
Click to collapse
Thanks for your response !
i will try to adjust the brightness manualy, but as i just realized a hard rest, i think th default parameters are on...
But luckily it is still under warranty so my HD2 won a nice trip to the shop !

Completely disable button backlights?

Hey guys,
I've searched but I can't find an answer. I'm using an Incredible S ROM on my HD2 at the moment that leaves the hardware keys constantly on when the screen is on - I don't like this, and don't ever need the backlight for the keys as I know where they are now. Is there any way I can disable this totally?
Thanks,
Zuka
Bumpity bump
zukа said:
Hey guys,
I've searched but I can't find an answer. I'm using an Incredible S ROM on my HD2 at the moment that leaves the hardware keys constantly on when the screen is on - I don't like this, and don't ever need the backlight for the keys as I know where they are now. Is there any way I can disable this totally?
Thanks,
Zuka
Click to expand...
Click to collapse
Hey,
if your build is using the same init script as rafdroid you can try this:
create a file called "config.txt" on the root of your sdcard copy/type this line: auto_btn_backlight=0 - then reboot.
this is also worked with dandiest builds, so Might work for you.
Hi, thanks for your reply
I'm not running one of Raf's or Dandiest's ROMs, mine doesn't have an init script so this won't work. Is there any other way? Seeing as those ROMs have different button backlight drivers I'm assuming there has to be a way to control their on/off states
I'm not trying to be annoying by bumping, but this keeps falling off the radar and I'm sure there's a way to do this, if anyone could point me in the right direction that'd be awesome
zukа said:
I'm not trying to be annoying by bumping, but this keeps falling off the radar and I'm sure there's a way to do this, if anyone could point me in the right direction that'd be awesome
Click to expand...
Click to collapse
Sound like an unstable ROM. My only advice is to try a different one. If you like pure android you can try tytung's ROM. It's the best, just follow my sig.
...what?
Why does my ROM sound unstable? The button backlights aren't actually causing a problem, I just don't need them. Ever. I'm looking for a way to disable them, but I like (love) my ROM after months of searching
zukа said:
Hi, thanks for your reply
I'm not running one of Raf's or Dandiest's ROMs, mine doesn't have an init script so this won't work. Is there any other way? Seeing as those ROMs have different button backlight drivers I'm assuming there has to be a way to control their on/off states
Click to expand...
Click to collapse
Hey
guessed u didnt have a rom from raf or dandi, they havent released an Incredible S build yet.
mind telling us which Incredible S you have or is it a secret
& you are right, it has nothing to do with stability, its the newer light drivers, this was implemented to fix the led notifications, not sure if you can change this (always on) behavior without going back to the old drivers.
p.s. how do you know your build doesnt have an init script, have you tried the config.txt?
Hey mate,
I'm using Korand's stripped down Incredible S build - http://forum.xda-developers.com/showthread.php?t=1019489
The reason I'm assuming it doesn't have an init script is because, apart from the battery percentage icon, I think everything else is stock, judging from Korand's first psot. It's hard to tell because there's not much support for the ROM
I wouldn't mind going back to the old light drivers though, or just rendering both the notification LEDs and button backlights inoperable. Don't use either really
bumpity bumpity yeah
zukа said:
Hey guys,
I've searched but I can't find an answer. I'm using an Incredible S ROM on my HD2 at the moment that leaves the hardware keys constantly on when the screen is on - I don't like this, and don't ever need the backlight for the keys as I know where they are now. Is there any way I can disable this totally?
Thanks,
Zuka
Click to expand...
Click to collapse
Theres an app in android market for that...its called "ADJ Brightness" which basically allows yoy to adjust and lock the screen brightness. It can be set to extremely low (much lower than android lowest setting...or extremely high, again higher than android default max
But if you hit menu then chose "options" there near the bottom you will see the option to Lock the button lights OFF...works a treat and saves me a lot of battery jiuce. Also in this options menu you can chose to have the little charging led either On or Off...I find this used in conjunction with "button saviour" and another app that allows me to wake the phone with the volume rocker means i dont need to use the H/W keys at all
Dont know if this is what your after but hopefully it may help.
Thanks Con, I installed the app
It does let me control the hardware buttons, allows me to turn them off, but whenever I press them they just come back on again, despite checking "always off" in the settings
But at least this shows that they can be controlled, even on an HD2
any other ideas?
Ah, sorry zuka, i have only just noticed this as well...yes it seems the backlight does reactivate when i again use the buttons. However i am using Rafdroid 4.2 rom which allows the backlight to off after 10 seconds. So i guess your issue does lie within your rom
I no longer use the hardware buttons (or very rarely) instead i opt to use the onscreen replacments within button savior, Which is why i didnt notice that the backlight does re-activate when the buttons are used...this seems to overide the adj.bright app. But like i say my light is only on for 10 secs or not at all using adj & BS.
Sorry dude am at a loss as to how you could fix this as it does sound frustrating
Nah, thanks for your reply anyway. It's not like this is a horrible bug, it's just annoying because I don't want the hardware buttons at all, I know that they can be controlled but I just can't figure out how to keep the damn things off...
if anybody has any other ideas, I'd welcome them. at this point I'm stumped
Has anybody been thinking about this for a while and has a solution?
Hey
ADJ Brightness should do the work for you
just play with the setting( Menu-option)
lock screen brightness, so it stays off.
good luck
tried this app a while a go and it solved this problem.

Categories

Resources