PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

MassStash 12-27-2010 11:07 PM

Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update
 
Quote:

Originally Posted by lemeiux1 (Post 2025213)
Is there any word on when the full package will be back up?

thanks guys

hope ya don't mind mcnutty, but i'm bored as hell so I'm throwin your package untouched on my site til you letme know you got it up somewhere else...

http://www.lantowcorporations.com/an...3Dpackages.zip

cool logcat is working in haret too :) uuuuuuhhhhhhh and you can use "dpad" in terminal!!!

natemcnutty 12-28-2010 03:20 AM

Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update
 
Quote:

Originally Posted by MassStash (Post 2025230)
hope ya don't mind mcnutty, but i'm bored as hell so I'm throwin your package untouched on my site til you letme know you got it up somewhere else...

http://www.lantowcorporations.com/an...3Dpackages.zip

cool logcat is working in haret too :) uuuuuuhhhhhhh and you can use "dpad" in terminal!!!

Thanks MassStash! I am currently uploading the full package to Hotfile right now, and I'll switch out the links tomorrow so your hosting doesn't get too much traffic. For some reason, the upload is going super slow, so it won't be done for an hour or so.

Edit: The first post has been updated with the new link if you need to save some bandwidth ;)

sailow 12-28-2010 04:39 AM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
thanks. just got my TP2 back from my girlfriend. Been waiting for the full package for a couple of days.

natemcnutty 12-28-2010 05:04 AM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
Quote:

Originally Posted by sailow (Post 2025327)
thanks. just got my TP2 back from my girlfriend. Been waiting for the full package for a couple of days.

Yeah, sorry, when I was in Alaska, I had 512 Kbps internet and wasn't really able to download and then re-upload the package :P

Also, looks like all of my Dropbox links have been restored, so we should be good from here.

natemcnutty 12-28-2010 05:17 AM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
2 Attachment(s)
[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!

levi 12-28-2010 08:54 AM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
1 Attachment(s)
Hi,
I have not used Your HaretConsole, I've just used telnet. Hope this is enough :-)
I have RHOD100_de device.

[ACL] 12-28-2010 12:49 PM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
Quote:

Originally Posted by natemcnutty (Post 2025332)
[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.

MassStash 12-28-2010 05:12 PM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
Quote:

Originally Posted by [ACL] (Post 2025445)
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.

on that note, nothing at all to drop for a nand cdma test? haha I'm not sure how possible this is, but if somehow anyone could look into the way that "internet sharing" in winmo polls the sim card.... that might shine some light on the project. i say this because with sim card, it understands connections and works. without, it's useless and no options for connections are available. idk just a thought

is there a winmo logcat??? searching...

[ACL] 12-28-2010 05:37 PM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
Quote:

Originally Posted by MassStash (Post 2025597)
on that note, nothing at all to drop for a nand cdma test? haha I'm not sure how possible this is, but if somehow anyone could look into the way that "internet sharing" in winmo polls the sim card.... that might shine some light on the project. i say this because with sim card, it understands connections and works. without, it's useless and no options for connections are available. idk just a thought

is there a winmo logcat??? searching...

keep in mind i'm a kernel dev (Not an android dev). RIL itself is part of android. I spoke to Alex today and hopefully we can look into the Ril once the camera gets all done. Apparently there are alot of errors we have been avoiding for a while.

MassStash 12-29-2010 01:19 AM

Re: NAND Boot Testing - 12-14: Panel power on and off working on some devices
 
Quote:

Originally Posted by [ACL] (Post 2025614)
keep in mind i'm a kernel dev (Not an android dev). RIL itself is part of android. I spoke to Alex today and hopefully we can look into the Ril once the camera gets all done. Apparently there are alot of errors we have been avoiding for a while.

cool man. im cdma, so no dealy to me. all im hopeing for is a working panel in nand one day :)


All times are GMT -4. The time now is 05:46 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0