Quote:
Originally Posted by [ACL]
damn .. not what i expected
|
I flashed stock ROM to do some testing, and I'm wondering if this is even the right memory address. I am getting random results for 0xBA0811D4. Most of the time it stays what I have below:
Code:
HaRET(16)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a52bb 00200000 00600000 52d00400 | .R*:.. ...`....R
After letting it sit for 5 minutes, it has changed to this:
Code:
HaRET(18)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a5457 00200000 00600000 52d00400 | WT*:.. ...`....R
HaRET(19)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a548e 00200000 00600000 52d00400 | .T*:.. ...`....R
And it is now staying as 3a2a548e
I just dumped the entire MMU while the screen was dimmed, off, and on full brightness. I'm creating diffs between them, but holy crap is there a lot of junk in there.