PDA

View Full Version : English ROM Dump .... Please!


kalyansunku
01-02-2008, 04:06 PM
I have ordered for new O2 Xda Orbit2. As you know O2 Xda Orbit2 only comes with German OS can any one please provide me with HTC Touch Cruise English ROM.........

adams2000_2002
01-02-2008, 04:19 PM
Hi,

When you have ordered your one... I have ordered mine 3 weeks ago and no response from o2. Even I went to shop, but lady on the counter was unfriendly and had no information.

O2 service sucks .....

Hopefully ... we will get our phones soon ... and English dump of ROM too :D

binners
01-02-2008, 07:07 PM
if you can point me in the direction of instructions to dump the rom, ill help u guys out

jockyw2001
01-02-2008, 07:42 PM
if you can point me in the direction of instructions to dump the rom, ill help u guys out
Same as for Kaiser, see here (http://forum.xda-developers.com/showthread.php?t=334680).

Please upload Part1 and Part2 to XDA FTP server. Thx!

kalyansunku
01-02-2008, 07:45 PM
if you can point me in the direction of instructions to dump the rom, ill help u guys out

Hi binners,

Thanks. Following is the procedure for dumping the ROM

LIST NAND PARTITIONS
Code:

$ ./pdocread.exe -l
210.38M (0xd260000) FLASHDR
| 3.12M (0x31f000) Part00
| 3.50M (0x380000) Part01
| 69.38M (0x4560000) Part02
| 134.38M (0x8660000) Part03
STRG handles:
handle e7489c1a134.38M (0x8660000)
handle 474960e6 69.38M (0x4560000)
handle c74b0fda 3.50M (0x380000)
handle 074b0eee 3.12M (0x31f000)
disk e7489c1a
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 474960e6
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 c74b0fda
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 074b0eee
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

DUMP THEM!
Code:

pdocread -w -d FLASHDR -b 0x800 -p Part00 0 0x31f000 Part00.raw
pdocread -w -d FLASHDR -b 0x800 -p Part01 0 0x380000 Part01.raw
pdocread -w -d FLASHDR -b 0x800 -p Part02 0 0x4560000 Part02.raw
pdocread -w -d FLASHDR -b 0x800 -p Part03 0 0x8660000 Part03.raw

You can zip the ROM in to single file and there is free file sharing website http://www.zshare.net/ . After uploading the file you get a link which you can share it to us and we can download it.

Thanks buddy...