|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
ACL, does the backlight turn on and off properly for you? Once I power it off, I can't get it to reliably turn back on. Once out of every 20 or so attempts I can keep it on, but most of the time it turns on and flickers back off within seconds. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Just downloaded it. Great timing.
Finally got around to updating my system.ext2 file Taking a bit longer to boot obviously. lol new data.img time Last edited by coolsilver; 11-01-2010 at 05:27 PM. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Quote:
__________________
|
|
||||
Wirelessly posted (Vogue: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Quote:
__________________
|
|
||||
Wirelessly posted (Vogue: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX02) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Oops! Last edited by Lmiller1708; 11-01-2010 at 07:10 PM. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Where is the code located for that? I'll look through it and maybe toss some ideas at you to translate into working code.
Nevermind looking through last committed files. Last edited by coolsilver; 11-01-2010 at 10:18 PM. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
Looking back through haret kernels... I remember when they got power collapse to work and dimming.
Here is that commit. Commit in linux-msm in Linux on Qualcomm's MSM - Gitorious I seen a few different times Diamond had rewritten the i2c calls Here is one example a few months ago when their panel stopped working right. Commit in linux-msm in Linux on Qualcomm's MSM - Gitorious None of that code messed with RHOD from what I could tell. I dunno just trying to think. I can't see a reason why it would work on HARET but not NAND. Last edited by coolsilver; 11-01-2010 at 10:49 PM. |
|
||||
Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
I can post the assembly from the dlls :-p
The issue is the following. Compare the topaz panel code compared to the rhod panel. You will notice the topaz has gpio information, vreg information and up on top they have the mddi init. We have none of those, well actually we have the gpio's from the disassembled dll i dug up. Issue is when i shut down the gpios.. and then turn them back on, android doesnt resume. Its as if android doesn't see the panel come back up. This is an old panel code i wrote before the autobl commit. http://pastebin.com/fcWDwQ54 If you notice the blank and unblank functions you will see the gpio settings we are missing on the current code. I cant commit them yet since i cant bring the panel back up. I spoke to wistilt about this and he recommended to call the resume function on the microp code after the unblank so we can turn on the brightness and android can know we are back up. Unfortunately that does not work. So thats where the issue remains. Topaz right now has working panel up and down but apparently autobl breaks their up and down as well. So autobl may not be 100% for everyone yet. If you guys want, you can revert back to the pre-autobl commit and use my panel code i pasted. You will see the screen go black. Any of you have wince compilers? maybe studying how to do it on wince we can do it on android. the dll that handles all of this crap is disptools.dll. |
|
|
|