This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid.... |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
__________________
|
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
hey acl any testing you need done let me know i bought an extra rhod 400 to help test on nand.
|
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
addlist 0xBA0811AC 0x1000 addlist 0xBA081440 0x1000 addlist 0xBA0811B0 0x1000 wirq 10 (during the first wirq 10, press the power button to turn the screen off) wirq 10 (during the second wirq 10, press the power button again to turn the screen on) |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
vdump 0xBA0811AC 0xF |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Ok, here are the dumps. I am running a RHOD400
LCD On HaRET(1)# vdump 0xBA0811AC 0xF ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(2)# vdump 0xBA081440 0xF ba081440 | 00400101 12010000 0003cfc0 00000000 | ..@............. HaRET(3)# vdump 0xBA0811B0 0xF ba0811b0 | 00000000 00000000 00000400 00000000 | ................ LCD Off HaRET(4)# vdump 0xBA0811AC 0xF ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(5)# vdump 0xBA081440 0xF ba081440 | 00400101 00400000 0004316a 00000000 | ..@...@.j1...... HaRET(6)# vdump 0xBA0811B0 0xF ba0811b0 | 00000000 00000000 00000400 00000000 | ................ If you need anything else dumped, lemme know. |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Sorry I didn't get this done last night. It was too late to fire up the computer and get it done.
I have been getting values on this all morning, and here's my observations. It doesn't matter if the screen is on, off, or dimmed, the values of 0xBA0811AC and 0xBA0811B0 never change. The values of 0xBA081440 are the ones I'm assuming you are really looking for. When the screen is on, the first 8 bits are 00400101 12010000 followed by something that seems to change independantly of whether the screen is on or off. When the screen is off, the value is 00400101 00400000 which is again followed by something that doesn't seem to follow a pattern. Here's the dump twice, starting with the screen on, then off, then on, then off: Code:
HaRET(1)# vdump 0xBA0811AC 16 ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(2)# vdump 0xBA081440 16 ba081440 | 00400101 12010000 002f22f8 00000000 | ..@......"/..... HaRET(3)# vdump 0xBA0811B0 16 ba0811b0 | 00000000 00000000 00000400 00000000 | ................ HaRET(4)# HaRET(5)# vdump 0xBA0811AC 16 ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(6)# vdump 0xBA081440 16 ba081440 | 00400101 00400000 002f84a1 00000000 | ..@...@.../..... HaRET(7)# vdump 0xBA0811B0 16 ba0811b0 | 00000000 00000000 00000400 00000000 | ................ HaRET(8)# HaRET(9)# vdump 0xBA0811AC 16 ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(10)# vdump 0xBA081440 16 ba081440 | 00400101 12010000 002fe64a 00000000 | ..@.....J./..... HaRET(11)# vdump 0xBA0811B0 16 ba0811b0 | 00000000 00000000 00000400 00000000 | ................ HaRET(12)# HaRET(13)# vdump 0xBA0811AC 16 ba0811ac | 00000001 00000000 00000000 00000400 | ................ HaRET(14)# vdump 0xBA081440 16 ba081440 | 00400101 00400000 002fe64a 00000000 | ..@...@.J./..... HaRET(15)# vdump 0xBA0811B0 16 ba0811b0 | 00000000 00000000 00000400 00000000 | ................ |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
also remember feel free to modify the wiki. Tons of info there that we are collecting. |
|
||||
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
Quote:
|
This post has been thanked 1 times. |
|
|
|