View Single Post
  #9 (permalink)  
Old 10-31-2008, 07:28 AM
five40's Avatar
five40
PPCGeeks Regular
Offline
Threadstarter
Location: NYC
 
Join Date: Jan 2008
Posts: 187
Reputation: 25
five40 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: ROM Dump How To?

Quote:
Originally Posted by tobeychris View Post
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
__________________
Reply With Quote