This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
I got another SD card and started out using the same NBH from before you removed the auto backlight control. What happens is it boots with screen on, screen then turns off, then back on (once it hits the part of the rootfs), stays on for a bit then turns off again. When I press the power button it turns on for a second and then back off. Now if I go back to my other SD card it works fine. The only thing I can think of is I have AdjBrightness installed and have it control the backlight. So I installed AdjBrightness on the new SD, went to options and checked "Lock brightness". I then flashed back to the NBH with with auto backlight and it worked just fine. So... Can we add the auto control with this work around? Just until you get the above working..
__________________
|
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
|
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
It will allow the backlight to turn off. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
hmm.. i think you are confusing brightness with panel power. We have always been able to bring down the brightness. Thats the only reason in the past the screen went blank to begin with. Turning off the panel power is a completely different thing. Ive done it and can help you mod the code so you can help me in the long-run patch it up. Since im at work i cant do it right now but i can guide you on what to add from the board-htcrhodpanel.c .
|
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
I'm using XDAndroid 2.2 Froyo 11.01.2010 (this one came for most MSM like Diam,TP,TP2) BTW I have it on Boost Mobile, installed droid VNC Server and DynDNS and I can connect to the phone from anywhere via VNC.. Last edited by m4f1050; 11-11-2010 at 12:50 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
Yeah sure I can play around with it a bit. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Compare the topaz panel and the rhod panel code. You will see topaz panel actually has more gpio to shut down the panel. We are currently only triggering 0x63 . We actually need to trigger 0x63 and 0x62 in that order according to the dll to shut down the panel. So you can add that for the blank function or if you decide to move it to the client power thats fine as well. to power the panel back up need to do the same but in the reverse order. 0x62 then 0x63. Alsi maybe a 25 msleep in betneen them helps. If you do this, you will notice your panel go pitch black..
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
What have you gotten so far for the code? |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Thats the issue and why i havent commited it yet. It wont come back on..lol. I haven't tested it much after wistilts autobl patch.
|
|
|
|