PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1131 (permalink)  
Old 02-09-2011, 10:10 AM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by arrrghhh View Post
dzo responded! Gotta love the guy. Here's what he told me... I think the HD2 guys came to the same conclusion, AFAIK: (seems like you have as well )


I hope it does too. Let me know how it goes!
Thanks arrrghhh!

More for reference...

Here is a Normal Vogue ROM NBInfo 2.1rc2 VOGUE '..\OS.nb.payload' has val - Vogue
Here is a Normal TP2 ROM NBInfo 2.1rc2 TP2 '..\OS.nb.payload' has valid - TP2

Not too sure how to change the partition table just yet, even if we figure this out what are the values we need to change them too, ideas?
__________________
Reply With Quote
  #1132 (permalink)  
Old 02-09-2011, 10:13 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by arrrghhh View Post
dzo responded! Gotta love the guy. Here's what he told me... I think the HD2 guys came to the same conclusion, AFAIK: (seems like you have as well )


I hope it does too. Let me know how it goes!
guy is a legend.. to think, dzo knows we exist.

Unfortunately i know shit about partition tables.. good thing nate has a better grasp.

also who is an SPL master ? someone who knows all those mtty commands? would be nice to just do this via spl and call it a day.

Worse case cant we sniff the usb traffic to mtty and see how winmo does its nonsense ?
__________________
Reply With Quote
  #1133 (permalink)  
Old 02-09-2011, 01:30 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
guy is a legend.. to think, dzo knows we exist.

Unfortunately i know shit about partition tables.. good thing nate has a better grasp.

also who is an SPL master ? someone who knows all those mtty commands? would be nice to just do this via spl and call it a day.

Worse case cant we sniff the usb traffic to mtty and see how winmo does its nonsense ?
I am totally stoked by that information. For partition tables, I'm going to take a look into that. What we need at this point is to find out where the NAND starts, position tinboot with the small partition table so it only uses one block, figure out the offset for the rest of it, and put that into the mtdparts command. It's all HEX based for sizes, and is pretty easy to compute. I think following along the way the Vogue does things for now would be good until we can learn why they did them that way :P

Also, I'll try to get info on mtty, and you can always use snoopy pro: http://sourceforge.net/projects/usbsnoop/
Reply With Quote
This post has been thanked 1 times.
  #1134 (permalink)  
Old 02-09-2011, 02:15 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
I am totally stoked by that information. For partition tables, I'm going to take a look into that. What we need at this point is to find out where the NAND starts, position tinboot with the small partition table so it only uses one block, figure out the offset for the rest of it, and put that into the mtdparts command. It's all HEX based for sizes, and is pretty easy to compute. I think following along the way the Vogue does things for now would be good until we can learn why they did them that way :P

Also, I'll try to get info on mtty, and you can always use snoopy pro: Usb Sniffer for Windows | Download Usb Sniffer for Windows software for free at SourceForge.net
there is really no need right ? We are sending the imgfs in the payload. Vogue adds this separately through tinboot. So we we need to mod our payload and strip the imgfs portion so we can add it to tinboot as well. We can actually use their emtpy imgfs which will just wipe one block. I dont think the partition table on the vogue even matches the mtd parts.

I can try to snoop the mtty tonight and see what the whole flash process looks like.

who isnt working right now? come on someone lets try this !!!
Reply With Quote
This post has been thanked 3 times.
  #1135 (permalink)  
Old 02-09-2011, 02:34 PM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
there is really no need right ? We are sending the imgfs in the payload. Vogue adds this separately through tinboot. So we we need to mod our payload and strip the imgfs portion so we can add it to tinboot as well. We can actually use their emtpy imgfs which will just wipe one block. I dont think the partition table on the vogue even matches the mtd parts.

I can try to snoop the mtty tonight and see what the whole flash process looks like.

who isnt working right now? come on someone lets try this !!!
Tried running it on Windows 7 but it didn't work for me.
Reply With Quote
  #1136 (permalink)  
Old 02-09-2011, 02:45 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by Lmiller1708 View Post
Tried running it on Windows 7 but it didn't work for me.
Yeah, to get mtty or snoopy pro to work on Win7, you have to restart the computer with driver enforcement disabled, then install the driver, then go at it, and you will have to restart with driver enforcement disabled every single time you want to do it.

I actually keep an old XP laptop laying around just for the purpose of running old stuff like this
Reply With Quote
  #1137 (permalink)  
Old 02-09-2011, 02:47 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
there is really no need right ? We are sending the imgfs in the payload. Vogue adds this separately through tinboot. So we we need to mod our payload and strip the imgfs portion so we can add it to tinboot as well. We can actually use their emtpy imgfs which will just wipe one block. I dont think the partition table on the vogue even matches the mtd parts.

I can try to snoop the mtty tonight and see what the whole flash process looks like.

who isnt working right now? come on someone lets try this !!!
Yeah, what I am looking at is finding out exactly where the NAND starts so we can put tinboot at the very beginning and maximize the amount of space we have to use on NAND. I guess it doesn't really matter at this point since we know the locations we are writing to are valid.

I guess we could try using the vogue's current tinboot build, make the MTYPE change, mem start change and other changes and see how it works. I was in the process of doing that last night just to see if it worked by chance, but I got pulled away by the wife. Unfortunately, we have a dinner party at some friends tonight, so I won't have a computer all night
Reply With Quote
  #1138 (permalink)  
Old 02-09-2011, 02:54 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
Yeah, what I am looking at is finding out exactly where the NAND starts so we can put tinboot at the very beginning and maximize the amount of space we have to use on NAND. I guess it doesn't really matter at this point since we know the locations we are writing to are valid.

I guess we could try using the vogue's current tinboot build, make the MTYPE change, mem start change and other changes and see how it works. I was in the process of doing that last night just to see if it worked by chance, but I got pulled away by the wife. Unfortunately, we have a dinner party at some friends tonight, so I won't have a computer all night
i already diff'ed the tinboot sources and they aren't that different. Lmiller actually already added the emptyimgs portion at the end but one thing missing is removing it from the payload. I'm not sure how to do this.. is there a partition table editor ? lol or do we have to hex edit it out?

Or take the partitions table and hex edit it to match our layout. This way we dont remove data, just modify it.
Reply With Quote
  #1139 (permalink)  
Old 02-09-2011, 04:09 PM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

lmiller, you tryin the driver again or you need me to try?
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid....
Reply With Quote
  #1140 (permalink)  
Old 02-09-2011, 04:47 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by MassStash View Post
lmiller, you tryin the driver again or you need me to try?
damn.. you look hungry.. like you wanna test. sounds like you are ready to modify some partition tables..
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:22 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com