View Single Post
  #757 (permalink)  
Old 12-28-2010, 12:49 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices

Quote:
Originally Posted by natemcnutty View Post
[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!
very interesting init seq. completely different from the others. Anyways i'll have to add that but still waiting on wistilt for some auto-brightness updates.

Bzo didnt sent any patches my way so it must not be ready yet.

I'm not sure how to poll for the sim card. I know this has been a big challenge in the past. To my knowledge no one was able to solve it so they implemented force.cdma. Now you can look into the RIL code and see where that is done. I was hoping Jonpry would create a wrapper for the HTC ril like the hd2 guys did but he has been busy.

ALso about the machine variant on haret. Thing is that on nand we access sbl memory to get all this information. This code is rhod specific so if we add it to haret version we need to do it for everyone since the locations of these pieces of data are different. I don't think this will make it to haret to be honest, but i can talk to the fellas and see.
__________________
Reply With Quote