English ROM Dump .... Please! - Touch Cruise ROM Development

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.........

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

if you can point me in the direction of instructions to dump the rom, ill help u guys out

binners said:
if you can point me in the direction of instructions to dump the rom, ill help u guys out
Click to expand...
Click to collapse
Same as for Kaiser, see here.
Please upload Part1 and Part2 to XDA FTP server. Thx!

English ROM Dump for O2 Xda Orbit2!
binners said:
if you can point me in the direction of instructions to dump the rom, ill help u guys out
Click to expand...
Click to collapse
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...

Related

A problem with pdocread

I am having a problem with pdocread.exe. Basically, I am trying to dump the ROM from my iPAQ hx2790 and I found the wiki on how to do it with the HTC Hermes. I started following the wiki which used pdocread.
Initially, it seemed to detect everything just fine using "pdocread -l":
Code:
E:\Downloaded\itsutils\build>pdocread -l
45.85M MSFlash
| 1.24M Part00
| 3.50M Part01
| 41.10M Part02
135.49M TFFS
| 135.48M Part00
973.50M DSK1:
| 973.47M Part00
STRG handles: 83fabc92
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
(973.47M) c3eff86e
1 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8d 30 02 02 2a 21 04 ba 0e 05 05 35
(135.48M) 23f9690a
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
( 41.10M) a3f968e6
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
( 3.50M) 83f96726
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
( 1.24M)
However, when I went to verify partition sizes using "pdocread -w -d....":
Code:
E:\Downloaded\itsutils\build>pdocread -w -d MSFlash -p Part00 -t
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
real nr of sectors: 1 - 512.00byte (0x200)
E:\Downloaded\itsutils\build>pdocread -w -d MSFlash -p Part01 -t
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
real nr of sectors: 1 - 512.00byte (0x200)
E:\Downloaded\itsutils\build>pdocread -w -d MSFlash -p Part02 -t
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
real nr of sectors: 1 - 512.00byte (0x200)
The offsets for all 3 partitions are detected as 0x200. Furthermore, they are all detected as 512 bytes.
If someone can tell me what I'm doing wrong, I'd greatly appreciate your help!
My goal is to extract MSFlashart02.
Hmm...nobody has any idea about this problem?
hmm, I just ran into this problem also. Maybe pdocread only works on FLASHDR devices?
It's not exactly clear to me, but from what I've observed it appears that if your rom is on a MSFlash device you need to use a tool that understands the MSFlash compression. You can use grab_it to create a bin of your rom followed by dumprom.exe to extract the rom sections.
If your rom is on a FLASHDR device you can use pdocread to extract each partition to a file. Then use the rdmsflsh.pl script to extract the files from the imgfs partition.
You can use pdocread -l to list your partitions and see with device your rom is on.
Do I have this right?
Thanks for your insight. I actually got the files in question from another ROM dump (the Treo 700 one) but I'm still interested in extracting the ROM from my device just as a challenge. I'll give it some further experimentation (after my CF card finishes formatting). In fact, I found that WM5torage has an option to export the Flash portion as a USB drive. I'll give it a try later...
You are using an outdated version of pdocread. please use the lates itsutils dated 2006.08.21.
Dump here pdocread -l return and the content of itsutils.log file in the root folder of your Pocket PC.
Regards,
Oki
probably a little late response, but you can try removing the '-w' flag which makes pdocread use the disk API to access the device (this must be used in the Hermes becuase it doesn't have an m-systems disc-on-chip), but on other devices without the '-w' you can dump directly from the TFFS partition.
Thanks for the help guys, I've updated to the latest version of itsutils, unfortunately I am having the same problems. If anyone is interested, I have posted the dump of what's going on:
First, I issue a pdocread -l command:
Code:
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -l
45.85M (0x2dd9000) MSFlash
| 1.24M (0x13e000) Part00
| 3.50M (0x380000) Part01
| 41.10M (0x2919000) Part02
75.16M (0x4b27c00) TFFS
| 75.15M (0x4b26800) Part00
973.50M (0x3cd80000) DSK1:
| 973.47M (0x3cd79200) Part00
1.90G (0x79a1c000) DSK2:
| 256.00M (0x10000000) Part00
| 1.65G (0x69900000) Part01
STRG handles:
handle 6742cfb6 1.65G (0x69900000)
handle 076ec30e256.00M (0x10000000)
handle 67fc7c6e973.47M (0x3cd79200)
handle 67f1a88e 75.15M (0x4b26800)
handle 47fb292e 41.10M (0x2919000)
handle a7fb290a 3.50M (0x380000)
handle 47fb274a 1.24M (0x13e000)
disk 6742cfb6
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 076ec30e
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 67fc7c6e
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 67f1a88e
1 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 9c 1a 01 09 0e 26 06 9c 10 03 04 a6
disk 47fb292e
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 a7fb290a
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 47fb274a
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Then, I issue a pdocread -w command:
Code:
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -w -d MSFlash -p Part00 -t
real nr of sectors: 1 - 512.00byte (0x200)
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -w -d MSFlash -p Part01 -t
real nr of sectors: 1 - 512.00byte (0x200)
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -w -d MSFlash -p Part02 -t
real nr of sectors: 1 - 512.00byte (0x200)
and then, a pdocread without "-w"
Code:
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -d MSFlash -p Part00 -t
real nr of sectors: 1 - 512.00byte (0x200)
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -d MSFlash -p Part01 -t
real nr of sectors: 1 - 512.00byte (0x200)
C:\Documents and Settings\User\Desktop\itsutilsbin>pdocread -d MSFlash -p Part02 -t
real nr of sectors: 1 - 512.00byte (0x200)
It seems it still is not detecting the partitions...
I have also attached the itsutils.log file if anyone is interested.
By the way, there are some differences in the size of TFFS as I sent my device in for repair and they changed the motherboard (more RAM, less ROM for some reason).
--------
EDIT: If it makes any difference, it seems pdocread can detect TFFS correctly
Code:
E:\work\itsutilsbin>pdocread -d TFFS -p Part00 -t
real nr of sectors: 153946 - 75.17Mbyte (0x4b2b400)
E:\work\itsutilsbin>pdocread -w -d TFFS -p Part00 -t
real nr of sectors: 153908 - 75.15Mbyte (0x4b26800)
but fail to detect MSFlash and the storage cards (DSK1 and DSK2) correctly
Code:
E:\work\itsutilsbin>pdocread -w -d DSK1 -p Part00 -t
ERROR: ITLogDiskInfo - The device is not ready for use.
ERROR: ITTFFSGetInfo - The device is not ready for use.
WARNING: using default 512 bytes for sectorsize
real nr of sectors: 1 - 512.00byte (0x200)
E:\work\itsutilsbin>pdocread -d DSK1 -p Part00 -t
ERROR: ITLogDiskInfo - The device is not ready for use.
ERROR: ITTFFSGetInfo - The device is not ready for use.
WARNING: using default 512 bytes for sectorsize
real nr of sectors: 1 - 512.00byte (0x200)
Hmm...so only TFFS is detected correctly, all others fail.
From your itsutils.log:
STOREINFO dev='MSFlash' store='MSFLASH for STRATAFLASH' nsect=2dd9 bpsect=1000 free=0 maxpartsize=0
It means the block size is 0x1000 (4096 bytes).
So you need to add a parameter "-b 0x1000", that is:
pdocread -w -d MSFlash -p Part02 -b 0x1000 -t
I' have the same error!.. i'll try pdocread and i'll post log
here there is my 3d http://forum.xda-developers.com/showthread.php?t=393371&page=2
i change the version of itsutils now is 2006 08 21 and the log is that
Ohhh yes!
ok, i almost expected something like this...
STOREINFO dev='MSFLASH' store='External Storage' nsect=fc00 bpsect=800 free=0 maxpartsize=0
this is the same like on my daxian!
try this:
pdocread -w -d MSFLASH -p Part02 -b 0x800 -t
i bet it´ll work for you!
regards
chuckbert
yes i think that .. i tyed and it WORK!!! ..
ok Now i dump the :
Part00
Part01
Part02
Part03
i extract part02 and i see all wm6 files eith this procedure:
C:\ROM>prepare_imgfs.exe Part02.raw -nosplit
C:\ROM>C:\ROM>viewimgfs.exe imgfs_raw_data.bin
C:\ROM>buildimgfs.exe
but ... i'd like to see the versionf of my chinese Elf , the radio version and the other information..
because i want to update the rom beacuse the signal of the line is very low (vodafone) some one can help me ? :
deleted all
L3D'83 said:
yes i think that .. i tyed and it WORK!!! ..
ok Now i dump the :
Part00
Part01
Part02
Part03
i extract part02 and i see all wm6 files eith this procedure:
C:\ROM>prepare_imgfs.exe Part02.raw -nosplit
C:\ROM>C:\ROM>viewimgfs.exe imgfs_raw_data.bin
C:\ROM>buildimgfs.exe
but ... i'd like to see the versionf of my chinese Elf , the radio version and the other information..
because i want to update the rom beacuse the signal of the line is very low (vodafone) some one can help me ? :
Click to expand...
Click to collapse

Samsung i617 Blackjack II ROM Extraction

Hi,
I am trying to extract a ROM image from my Samsung Blackjack II (i617) phone. I am using itsutils which worked on my Samsung Blackjack I (i607) phone. 'pdocread -l' works as expected. However, when I try to use the '-t' option to get the length (number of sectors) it seems to return bogus information for my intenal flash drive, altough it returns the correct data for my MicroSD card. If I try to read the data using the length from 'pdocread -l' I get an error saying the device isn't functioning.
The phone is application unlocked. I have included all of the output below. Any ideas folks?
C:\itsutilsbin-20070705>pdocread -l
88.35M (0x5859000) DSK1:
| 1.10M (0x11a800) Part00
| 1.85M (0x1d8800) Part01
| 84.41M (0x5469000) Part02
155.53M (0x9b88000) DSK2:
| 155.53M (0x9b87000) Part00
3.79G (0xf2e00000) DSK3:
| 3.79G (0xf2a00000) Part00
STRG handles:
handle 4780ad0a 3.79G (0xf2a00000)
handle a7a40e6a155.53M (0x9b87000)
handle c7a40122 84.41M (0x5469000)
handle 47a69dfe 1.85M (0x1d8800)
handle c7a69e46 1.10M (0x11a800)
disk 4780ad0a
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 a7a40e6a
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 c7a40122
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 47a69dfe
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 c7a69e46
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:\itsutilsbin-20070705>pdocread -w -d DSK1: -p Part00 -t
real nr of sectors: 1 - 512.00byte (0x200)
C:\itsutilsbin-20070705>pdocread -w -d DSK3: -p Part00 -t
real nr of sectors: 7950336 - 3.79Gbyte (0xf2a00000)
C:\itsutilsbin-20070705>pdocread -w -d DSK1: -p Part00 0 0x11a800 Part00.raw
CopyTFFSToFile(0x0, 0x11a800, Part00.raw)
ERROR: ITReadDisk : read 00000000 bytes - A device attached to the system is not
functioning.
Thanks in advance.
I too have tried dumping the rom and I am getting the exact same result as griltech. If anyone has any ideas, it would be appreciated.
Thanks
No one has had any luck with this?
if u want to extract rom it is usually in Part02 .... why dont u use:
C:\itsutils>pdocread -w -d DSK1: -b 0x800 -p Part02 0 0x5469000 Part02.raw
it will return
CopyTFFSToFile(0x0, 0x5469000, Part02.raw)
then
u can use viewimgfs on ur Part02.raw....
cruzzmz said:
if u want to extract rom it is usually in Part02 .... why dont u use:
C:\itsutils>pdocread -w -d DSK1: -b 0x800 -p Part02 0 0x5469000 Part02.raw
Click to expand...
Click to collapse
cruzzmz, i just re-read your message more carefully. i wasn't specifying a sector size using the '-b' option. using a sector size of 0x800 does work. i was able to dump my rom using that. thanks!
hey m8,
can you post the dump rom of the i617.
i would like to take a look at it.
thanks
griltech said:
cruzzmz, i just re-read your message more carefully. i wasn't specifying a sector size using the '-b' option. using a sector size of 0x800 does work. i was able to dump my rom using that. thanks!
Click to expand...
Click to collapse
gr8 then .... glad i could help
if possible, can you post 2 files from the rom for me? i need:
sdbus.dll
and
sdmemory.dll
thanks.

Sony Xperia X1 - willing to give rom

Hey guys
I just bought the xperia x1 in sweden.. thought i might provide the rom for you guys if you want it?
Tell me how i go about it.
Phone is fantastic actually.. ive tried many phones, started with the universal, then tytn2, and now x1. love it..
br
d
oh my!!!!!!!!!!!!!!!!!!!!!!!!!!!! I am getting some ppl to tell you how right now.
Wow I want that rom on my tilt. Haha but I have no clue on how to get it out and stuff.
ok well what you do is unscrew the xperia, get everything out except the NAND chip, desolder it, throw all the useless xperia parts away, take apart a tytn 2, desolder the NAND there, then solder on the Xperia NAND chip, put all the parts of the TYTN 2 back together and then turn on the tytn and volia!
Connect your device to pc and make sure your activesync is on and connected
First run pdocread -l then replace DSK1 and PartXX with the information you get from your device then follow steps bellow.
Chainfire said:
please try the following commands:
Code:
pdocread -w -d DSK1 -b 0x800 -p Part00 0 0x1ff000 Part00.raw
pdocread -w -d DSK1 -b 0x800 -p Part01 0 0x340000 Part01.raw
pdocread -w -d DSK1 -b 0x800 -p Part02 0 0x48e0000 Part02.raw
Click to expand...
Click to collapse
@NikMel I think you forgot to join some soft to do that where type this command ?console?
azazelx said:
ok well what you do is unscrew the xperia, get everything out except the NAND chip, desolder it, throw all the useless xperia parts away, take apart a tytn 2, desolder the NAND there, then solder on the Xperia NAND chip, put all the parts of the TYTN 2 back together and then turn on the tytn and volia!
Click to expand...
Click to collapse
buddy.. im sorry but tytn2 really is pail in comparison with x1. i have the tytn 2 soon as a bookstand.. i mean only the 800x480 resolution is pure pleasure, mouse and keyboard is also really good.
NikMel said:
Connect your device to pc and make sure your activesync is on and connected
First run pdocread -l then replace DSK1 and PartXX with the information you get from your device then follow steps bellow.
Click to expand...
Click to collapse
kool. gimme a cpl of hours. i will message you directly with a dl link. ill also send it to some of the famous developers here.
NikMel said:
Connect your device to pc and make sure your activesync is on and connected
First run pdocread -l then replace DSK1 and PartXX with the information you get from your device then follow steps bellow.
Click to expand...
Click to collapse
hm, i got this:
C:\itsutils>pdocread -l
Copying C:\itsutils\itsutils.dll to WCE:\windows\itsutils.dll
Could not update itsutils.dll to the current version, maybe it is inuse?
try restarting your device, or restart activesync
or maybe your device is application-locked.
i tried the "RemoveSecurity.CAB".. still no use.. ideas?
i remember i used cert_SPCS and enableRapi before i managed to dump my rom
try these files
ravest said:
i remember i used cert_SPCS and enableRapi before i managed to dump my rom
try these files
Click to expand...
Click to collapse
Thanks, now im stuck here:
C:\itsutils>pdocread.exe -l
459.88M (0x1cbe0000) FLASHDR
| 3.12M (0x31f000) Part00
| 4.38M (0x460000) Part01
| 169.25M (0xa940000) Part02
| 283.13M (0x11b20000) Part03
7.61G (0x1e6e80000) DSK7:
| 7.60G (0x1e6a80000) Part00
STRG handles:
handle 8ffaef66 7.60G (0x1e6a80000)
handle efeb877a283.13M (0x11b20000)
handle 6ffa1c1e169.25M (0xa940000)
handle effa1bfa 4.38M (0x460000)
handle 8ffa1946 3.12M (0x31f000)
disk 8ffaef66
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 efeb877a
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 6ffa1c1e
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 effa1bfa
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 8ffa1946
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:\itsutils>pdocread -w -d DSK1 -b 0x800 -p Part00 0 0x31f000 Part00.raw
CopyTFFSToFile(0x0, 0x31f000, Part00.raw)
ERROR: ITReadDisk: outbuf==NULL
- The device is not ready for use.
there's no need to dump the rom from the device as shipped roms for the X1 are already available in X1 forum
Topogigi said:
there's no need to dump the rom from the device as shipped roms for the X1 are already available in X1 forum
Click to expand...
Click to collapse
haha.. ok thanks.

Asus P565 ROM Dump

Hi
Hardreset: navipad up + reset
Bootloader: volume up + navipad down + photo button + reset
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ROM Dump:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:00000000 to 00000001
D:\PDA\DEV\itsutilsbin-20080923>pdocread -l
134.61M (0x869d000) ONDisk0
| 5.66M (0x5a8000) Part00
| 3.45M (0x372000) Part01
| 116.89M (0x74e5000) Part02
86.63M (0x56a0000) ONDisk1
| 86.62M (0x569f000) Part00
756.00k (0xbd000) DSK5:
| 752.00k (0xbc000) Part00
15.87M (0xfdf800) DSK4:
| 15.87M (0xfdf800) PART00
STRG handles:
handle#0 a623d732 15.87M (0xfdf800)
handle#1 466670ce 752.00k (0xbc000)
handle#2 06667fa2 86.62M (0x569f000)
handle#3 666673ba 116.89M (0x74e5000)
handle#4 a6667396 3.45M (0x372000)
handle#5 c666726e 5.66M (0x5a8000)
disk a623d732
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 466670ce
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 06667fa2
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 666673ba
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 a6667396
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 c666726e
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
pdocread -w -d ONDisk0 -b 0x800 -p Part00 0 0x5a8000 Part00.raw
pdocread -w -d ONDisk0 -b 0x800 -p Part01 0 0x372000 Part01.raw
pdocread -w -d ONDisk0 -b 0x800 -p Part02 0 0x74e5000 Part02.raw
My German rom: http://rapidshare.com/files/186485866/P565_V6.3.OS.GER00_V2.7.0.P4_DEU00.rar.html
i just bought one yesterday! good luck to you
Lifeforce said:
Hi
Hardreset: navipad up + reset
Bootloader: volume up + navipad down + photo button + reset
ROM Dump:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:00000000 to 00000001
D:\PDA\DEV\itsutilsbin-20080923>pdocread -l
134.61M (0x869d000) ONDisk0
| 5.66M (0x5a8000) Part00
| 3.45M (0x372000) Part01
| 116.89M (0x74e5000) Part02
86.63M (0x56a0000) ONDisk1
| 86.62M (0x569f000) Part00
756.00k (0xbd000) DSK5:
| 752.00k (0xbc000) Part00
15.87M (0xfdf800) DSK4:
| 15.87M (0xfdf800) PART00
STRG handles:
handle#0 a623d732 15.87M (0xfdf800)
handle#1 466670ce 752.00k (0xbc000)
handle#2 06667fa2 86.62M (0x569f000)
handle#3 666673ba 116.89M (0x74e5000)
handle#4 a6667396 3.45M (0x372000)
handle#5 c666726e 5.66M (0x5a8000)
disk a623d732
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 466670ce
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 06667fa2
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 666673ba
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 a6667396
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 c666726e
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
pdocread -w -d ONDisk0 -b 0x800 -p Part00 0 0x5a8000 Part00.raw
pdocread -w -d ONDisk0 -b 0x800 -p Part01 0 0x372000 Part01.raw
pdocread -w -d ONDisk0 -b 0x800 -p Part02 0 0x74e5000 Part02.raw
My German rom: http://rapidshare.com/files/186485866/P565_V6.3.OS.GER00_V2.7.0.P4_DEU00.rar.html
Click to expand...
Click to collapse
Can you help me send your link???your links die, i can't download it
Thanks
vietphuongqct said:
Can you help me send your link???your links die, i can't download it
Thanks
Click to expand...
Click to collapse
Hi
http://rapidshare.com/files/194736510/P565_V6.3.OS.GER00_V2.7.0.P4_DEU00.rar.html
Lifeforce said:
Hi
http://rapidshare.com/files/194736510/P565_V6.3.OS.GER00_V2.7.0.P4_DEU00.rar.html
Click to expand...
Click to collapse
Thanks you verry much
Does pdocread.exe work on Vista or it just works on XP?
Thanks,
farshid.tavakoli said:
Does pdocread.exe work on Vista or it just works on XP?
Thanks,
Click to expand...
Click to collapse
works on Vista as well, have used it multiple times
mbarvian said:
works on Vista as well, have used it multiple times
Click to expand...
Click to collapse
Could you please tell me the instruction?
Thanks,
If someone helps me to dump my English ROM, I will publish it.
When should I start pdocread.exe?
Does a dumped ROM need to cook again to use in another devices?
There seems to be a little mistake in first post:
HKLM\Security\Policies\Policies
valuename '00001001' was set to dword:2, change it to dword:1
dword: any thing other than 1 disallows unsigned
dword: 1 allows unsigned
So, I've changed this value to 1, booted my device normally - and, wow, "pdocread -l" gives me partitions list:
134.61M (0x869d000) ONDisk0
| 5.66M (0x5a8000) Part00
| 4.31M (0x44e800) Part01
| 116.03M (0x7408800) Part02
86.63M (0x56a0000) ONDisk1
| 86.62M (0x569f000) Part00
756.00k (0xbd000) DSK5:
| 752.00k (0xbc000) Part00
15.87M (0xfdf800) DSK4:
| 15.87M (0xfdf800) PART00
968.75M (0x3c8c0000) DSK1:
| 968.50M (0x3c880e00) Part00
Here, ONDisk00 is ROM, ONDisk1 is user space, DSK1 is my microSD flash card. Dunno what is DSK4 and DSK5, though it seems they are not needed.
So, after it I went:
\>pdocread -w -d ONDisk0 -b 0x800 -p Part00 0 0x5a8000 Part00.raw
CopyTFFSToFile(0x0, 0x5a8000, Part00.raw)
\>pdocread -w -d ONDisk0 -b 0x800 -p Part01 0 0x44e800 Part01.raw
CopyTFFSToFile(0x0, 0x44e800, Part01.raw)
\>pdocread -w -d ONDisk0 -b 0x800 -p Part02 0 0x7408800 Part02.raw
CopyTFFSToFile(0x0, 0x7408800, Part02.raw)
and that's all. Worked nice on my Chinese (I may post dump here if someone ever needs it).Note that offsets for Part01 and Part02 are different from German.
Code:
c:\dump>pdocread -l
Copying c:\dump\itsutils.dll to WCE:\windows\itsutils.dll
134.61M (0x869d000) ONDisk0
| 5.66M (0x5a8000) Part00
| 3.45M (0x372000) Part01
| 116.89M (0x74e5000) Part02
86.63M (0x56a0000) ONDisk1
| 86.62M (0x569f000) Part00
756.00k (0xbd000) DSK5:
| 752.00k (0xbc000) Part00
15.87M (0xfdf800) DSK4:
| 15.87M (0xfdf800) PART00
7.61G (0x1e6e00000) DSK1:
| 7.60G (0x1e6a00000) Part00
STRG handles:
handle#0 c60d5d2e 7.60G (0x1e6a00000)
handle#1 2623f732 15.87M (0xfdf800)
handle#2 c66670ce 752.00k (0xbc000)
handle#3 26667fa2 86.62M (0x569f000)
handle#4 866673ba 116.89M (0x74e5000)
handle#5 a6667396 3.45M (0x372000)
handle#6 e666726e 5.66M (0x5a8000)
disk c60d5d2e
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 2623f732
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 c66670ce
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 26667fa2
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 866673ba
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 a6667396
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 e666726e
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:\dump>pdocread -w -d ONDisk0 -b 0x800 -p Part00 0 0x5a8000 Part00.raw
CopyTFFSToFile(0x0, 0x5a8000, Part00.raw)
c:\dump>pdocread -w -d ONDisk0 -b 0x800 -p Part01 0 0x372000 Part01.raw
CopyTFFSToFile(0x0, 0x372000, Part01.raw)
c:\dump>pdocread -w -d ONDisk0 -b 0x800 -p Part02 0 0x74e5000 Part02.raw
CopyTFFSToFile(0x0, 0x74e5000, Part02.raw)
My English ROM: http://rapidshare.com/files/196293101/Asus_P565_dumped_English_ROM.rar
How do you cook it?
WWE ROM (english) : ftp://ftp.asus.com.tw/pub/ASUS/Mobi...V6_12_0S_WWE00_00_M4_6_5_P7_V2_10_0_MYS00.zip
about the files of Asus P565 ROM Dump
i have downloaded the compreesed file of "Asus P565 ROM Dump" ,after i extracting the compressed file ,it have 3 files ,but how can i put it in the mobile phone ?thanx!
hello,about the Asus P565 ROM Dump
Could you please do a well-done ROM(English) ? i mean i can copy the ROM into my mobile phone directly? THANX!
bornfree521 said:
i have downloaded the compreesed file of "Asus P565 ROM Dump" ,after i extracting the compressed file ,it have 3 files ,but how can i put it in the mobile phone ?thanx!
Click to expand...
Click to collapse
It's a raw ROM. Try ftp://ftp.asus.com.tw/pub/ASUS/Mobi...V6_12_0S_WWE00_00_M4_6_5_P7_V2_10_0_MYS00.zip.
Lifeforce said:
WWE ROM (english) : ftp://ftp.asus.com.tw/pub/ASUS/Mobi...V6_12_0S_WWE00_00_M4_6_5_P7_V2_10_0_MYS00.zip
Click to expand...
Click to collapse
Thanks, It's exactly the same as my ROM. MYS is Malaysia
Chinese, German and English ROMs: ftp://ftp.asus.com.tw/pub/ASUS/Mobile_Phone/P565/firmware
English ROM : ftp://ftp.asus.com.tw/pub/ASUS/Mobil...10_0_MYS00.zip
Chinese ROM ftp://ftp.asus.com.tw/PUB/ASUS/Mobi...V6_12_0S_CHT00_00_M4_6_5_P7_V2_10_0_HKG00.zip
Anyone try this two rom yet?
Thanks!
I tried. And my device is finally English!
How flash my CZ ROM to WWE ??
Try to download a ROM update utility from above links and apply a patch:
At offset 0x000023F0 change 0x75 to 0x74.
ginkage said:
I tried. And my device is finally English!
Click to expand...
Click to collapse
How to up to new rom?
Thanks!

how to dump a leo rom?

I'm trying to dump the current image on my HD2, but am having problems...
first im listing the partitions
D:\dumprom>pdocread -l
422.00M (0x1a600000) DSK1:
| 3.12M (0x31f000) Part00
| 5.00M (0x500000) Part01
| 233.63M (0xe9a0000) Part02
| 180.25M (0xb440000) Part03
19.75M (0x13c0000) DSK3:
| 19.75M (0x13c0000) PART00
14.84G (0x3b5980000) DSK7:
| 14.83G (0x3b5580000) LEOSTORAGE
STRG handles:
handle#0 bde55f72 14.83G (0x3b5580000)
handle#1 9ea7de0a 19.75M (0x13c0000)
handle#2 ded8b176 180.25M (0xb440000)
handle#3 befbe9f6 233.63M (0xe9a0000)
handle#4 3efbe9d2 5.00M (0x500000)
handle#5 befbe98a 3.12M (0x31f000)
disk bde55f72
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 9ea7de0a
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 ded8b176
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 befbe9f6
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 3efbe9d2
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 befbe98a
0 partitions, 0 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Click to expand...
Click to collapse
then i try to check if all partition sizes are correct but i think i need to specify a sectorsize.
D:\dumprom>pdocread -w -d DSK1 -p Part00 -t
ERROR: ITTFFSGetInfo - Das Gerät kann nicht verwendet werden.
WARNING: using default 512 bytes for sectorsize
real nr of sectors: 1 - 512.00byte, 0x200
Click to expand...
Click to collapse
anyone know what sectorsize i need to specify or how to get the correct one?
i have been meaning to try this ! but not got round yet! would probably be in a similar position as you! lets hope someone can help
What App are You using ?
Try :
Code:
pdocread -w -d DSK1: -b 0x800 -p Part00 0 0x31f000 Part00.raw
Dump ROMs Using Ervius Visual Kitchen it's as easy as pushing a button, I'm moving this out of the dev forum,
12
On pda :
regedit
HKLM\Security\Policies\Policies
valuename '00001001' was set to dword:2, change it to dword:1
(no need to reset)
Then, on computer, DOS:
C:\itsutils_20080923>pdocread.exe -l
421.88M (0x1a5e0000) DSK1:
| 3.12M (0x31f000) Part00
| 5.00M (0x500000) Part01
| 233.38M (0xe960000) Part02
| 180.38M (0xb460000) Part03
19.75M (0x13c0000) DSK3:
| 19.75M (0x13c0000) PART00
7.40G (0x1d9c00000) DSK7:
| 7.40G (0x1d9800000) Part00
STRG handles:
handle#0 3d44dfce 7.40G (0x1d9800000)
handle#1 5ea69e2e 19.75M (0x13c0000)
handle#2 1ed77176 180.38M (0xb460000)
handle#3 9efbe9f6 233.38M (0xe960000)
handle#4 7efbe9d2 5.00M (0x500000)
handle#5 befbe98a 3.12M (0x31f000)
Then :
c:\itsutils_20080923>pdocread -w -d DSK1: -b 0x800 -p Part00 0 0x31f000 Part00.raw
CopyTFFSToFile(0x0, 0x31f000, Part00.raw)
c:\itsutils_20080923>pdocread -w -d DSK1: -b 0x800 -p Part01 0 0x2e0000 Part01.raw
CopyTFFSToFile(0x0, 0x2e0000, Part01.raw)
...
12aon said:
Dump ROMs Using Ervius Visual Kitchen it's as easy as pushing a button, I'm moving this out of the dev forum,
12
Click to expand...
Click to collapse
Thank You, I will check it out
Well it seems dumping the ROM as a backup would be a waste of time as it can not be re-digitally signed so could not be flashed back !....You would think there would be a bit more info about this on the forum

Categories

Resources