[ACL], I have attached a dump of one of the rhod100's using the AUO panel along with dmesg of him trying to boot unsuccessfully. I showed him how to use Haretconsole to grab the info. For the panel init values, I had him start with the panel on, then turn it off using the power button, and the second wirq 10 is him turning the panel back on.
How's the progress coming along? I was hoping we might be able to get bzo's fix for PLL2 dividers committed and start testing the sleep modes at some point here. I'm going to be messing around with my local copy tomorrow, but I figured I'd check in and see how things are going
I'm also messing around with the rootfs some more. Any idea if we can poll the SIM card slot easily? I'd love to add a check on CDMA devices to force GSM if a SIM card is detected.
Finally, this is for everyone that is not running a rhod400/rhod500. Could you please help us gather information by doing the following and
let us know what variant you have?
HaretConsole - http://dl.dropbox.com/u/11790134/Har...kageForWin.zip
Download and unzip.
Connect your phone in ActiveSync mode.
On the phone, browse to Haret.exe and make sure there is no startup.txt or default.txt file in the same directory.
Run Haret.exe on the phone, and click Listen for Connections
Now, on your computer, run the batch file for haretconsole, and it should connect.
We need the following commands to be run, and then upload the log file that it creates in the same folder as the batch file.
1) This will give us the panel type used in your phone
pdump 0x00081034 128
2) This should help us with the panel init sequences. Start with the phone screen on, then run the following.
addlist mmutrace 0x48634000 0x1000
set permissivemmutrace 1
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)
If you know how to ADB, please do the following and let me know the value:
cat /sys/class/htc_hw/machine_variant
Thanks everyone!