PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro (http://forum.ppcgeeks.com/forumdisplay.php?f=63)
-   -   ROM Dump How To? (http://forum.ppcgeeks.com/showthread.php?t=41777)

five40 10-27-2008 10:17 AM

ROM Dump How To?
 
I would like to dump my sprint rom.
How and what do I need to pull this off

Thanks

five40 10-27-2008 05:38 PM

Re: ROM Dump How To?
 
Nobody knows or the tools just aren't available as yet

SBR_L3GION 10-28-2008 04:43 AM

Re: ROM Dump How To?
 
Quote:

Originally Posted by five40 (Post 479510)
Nobody knows or the tools just aren't available as yet

the tools are available but the people with the knowledge are not currently my advice is to do some searching if you want to do it personally but if you want some good quality work wait til no2chem gets his dumped and recompiled so it will be flashable then we can expect a bootloader following shortly there after. i am not exactly sure who all is working on it but some very advanced people are taking donations for this device to get an elite ROM and such it should be in this forum with ll the members and every memeber in the group is well respected and well known amongst developers. i personally cannot wait to see what they can do with this awesome device.

five40 10-28-2008 04:22 PM

Re: ROM Dump How To?
 
Oh ok I thought after I dumped the rom it would be flashable..

shadowmite 10-29-2008 04:58 PM

Re: ROM Dump How To?
 
You have to dump the rom, dump the XIP, and recompile into a working enviroment (.nb, .nbh). It's doable with the public tools available on the net, but you're going to have to read to learn it. Google/search for itstools and start reading up on what available. Eventually read up on building a rom from a raw image (search xda)...

tobeychris 10-29-2008 11:16 PM

Re: ROM Dump How To?
 
Here:

Dump My Phone

Included is EnableRapi.cab, pdocread, and a text file that says:
Code:

Commands:
pdocread -l
pdocread -w -d FLASHDR -b 0x800 -p Part00 0 0xaddress0 Part00.raw
pdocread -w -d FLASHDR -b 0x800 -p Part01 0 0xaddress1 Part01.raw
pdocread -w -d FLASHDR -b 0x800 -p Part02 0 0xaddress2 Part02.raw
pdocread -w -d FLASHDR -b 0x800 -p Part03 0 0xaddress3 Part03.raw
Address 0-3 are found in the output from the first command.
Rar and send!
 
Sample Output:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -l
214.25M (0xd640000) FLASHDR
| 3.12M (0x31f000) Part00
| 4.13M (0x420000) Part01
| 93.75M (0x5dc0000) Part02
| 113.25M (0x7140000) Part03
3.75G (0xf0000000) DSK8:
| 3.75G (0xf0000000) PART00
STRG handles:
handle#0 0f0e8fd2 3.75G (0xf0000000)
handle#1 efedc756 113.25M (0x7140000)
handle#2 2ff90b52 93.75M (0x5dc0000)
handle#3 eff90b1e 4.13M (0x420000)
handle#4 0ff9086a 3.12M (0x31f000)
disk 0f0e8fd2
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk efedc756
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk 2ff90b52
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk eff90b1e
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk 0ff9086a
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part00 0 0x0031f000 Part00.raw
CopyTFFSToFile(0x0, 0x31f000, Part00.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part01 0 0x00420000 Part01.raw
CopyTFFSToFile(0x0, 0x420000, Part01.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part02 0 0x05dc0000 Part02.raw
CopyTFFSToFile(0x0, 0x5dc0000, Part02.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part03 0 0x07140000 Part03.raw
CopyTFFSToFile(0x0, 0x7140000, Part03.raw)
DONE!

These are simple cmd commands, and can be easly made into a batch file by those who know the output of pdocread -l.

Once you're done, COMPRESS, and then upload. Compressing saves us all time and bandwidth.

tobeychris 10-30-2008 02:25 AM

Re: ROM Dump How To?
 
Someone do this please:)

Mr. X 10-30-2008 03:47 PM

Re: ROM Dump How To?
 
ive already got a dump

its been posted on ppc geeks ftp

five40 10-31-2008 07:28 AM

Re: ROM Dump How To?
 
Quote:

Originally Posted by tobeychris (Post 484338)
Here:

ftp://ppcgeeks.com/Diamond/Users/Tob...umpMyPhone.rar

Included is EnableRapi.cab, pdocread, and a text file that says:
Code:

Commands:
pdocread -l
pdocread -w -d FLASHDR -b 0x800 -p Part00 0 0xaddress0 Part00.raw
pdocread -w -d FLASHDR -b 0x800 -p Part01 0 0xaddress1 Part01.raw
pdocread -w -d FLASHDR -b 0x800 -p Part02 0 0xaddress2 Part02.raw
pdocread -w -d FLASHDR -b 0x800 -p Part03 0 0xaddress3 Part03.raw
Address 0-3 are found in the output from the first command.
Rar and send!
 
Sample Output:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -l
214.25M (0xd640000) FLASHDR
| 3.12M (0x31f000) Part00
| 4.13M (0x420000) Part01
| 93.75M (0x5dc0000) Part02
| 113.25M (0x7140000) Part03
3.75G (0xf0000000) DSK8:
| 3.75G (0xf0000000) PART00
STRG handles:
handle#0 0f0e8fd2 3.75G (0xf0000000)
handle#1 efedc756 113.25M (0x7140000)
handle#2 2ff90b52 93.75M (0x5dc0000)
handle#3 eff90b1e 4.13M (0x420000)
handle#4 0ff9086a 3.12M (0x31f000)
disk 0f0e8fd2
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk efedc756
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk 2ff90b52
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk eff90b1e
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
disk 0ff9086a
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part00 0 0x0031f000 Part00.raw
CopyTFFSToFile(0x0, 0x31f000, Part00.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part01 0 0x00420000 Part01.raw
CopyTFFSToFile(0x0, 0x420000, Part01.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part02 0 0x05dc0000 Part02.raw
CopyTFFSToFile(0x0, 0x5dc0000, Part02.raw)
C:\Documents and Settings\Administrator\Desktop\ITS Utils>pdocread -w -d FLASHDR
-b 0x800 -p Part03 0 0x07140000 Part03.raw
CopyTFFSToFile(0x0, 0x7140000, Part03.raw)
DONE!

These are simple cmd commands, and can be easly made into a batch file by those who know the output of pdocread -l.

Once you're done, COMPRESS, and then upload. Compressing saves us all time and bandwidth.

Can i brick my device if I screw this up?

I would like to try it anyhow

Mr. X 10-31-2008 10:35 AM

Re: ROM Dump How To?
 
Quote:

Originally Posted by five40 (Post 487265)
Can i brick my device if I screw this up?

I would like to try it anyhow

no you cant brick trying to dump a rom... anyways we got the dump already no need to continue perusing this. unless your looking to learn.


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

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


Content Relevant URLs by vBSEO 3.6.0