Dump rom from Mio C520 PNA - Windows Mobile Development and Hacking General

Mio C520 is working with WindowsCE core 5.0.
For dump I folow this: http://wiki.xda-developers.com/index.php?pagename=Hermes_HowtoDumpRom but I have some problems.
1.First I use:
pdocread -l
Click to expand...
Click to collapse
and I got this :
C:\itsutils>pdocread -l
22.00M (0x1600000) SMFlash
| 20.00M (0x1400000) Part00
952.50M (0x3b880000) DSK1:
| 952.50M (0x3b87f000) Mio
1.90G (0x79e80000) DSK2:
| 1.90G (0x79e61200) Part00
STRG handles:
handle 6fb7499e 1.90G (0x79e61200)
handle 2fc1f746952.50M (0x3b87f000)
handle 6fe1db82 20.00M (0x1400000)
disk 6fb7499e
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 2fc1f746
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 6fe1db82
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
2. I use:
C:\itsutils>pdocread -w -d SMFlash -p Part00 -t
Click to expand...
Click to collapse
The underline of prompter blink....
I wait and I wait, approximately 5 minutes .... and nothing.
7-8 minutes reset Mio and appears a new message:
real nr of sectors: 1 - 512.00byte, 0x200
Click to expand...
Click to collapse
3. I use this command:
C:\itsutils>pdocread -w -d SMFlash -p Part00 0 0x1400000 Part00.raw
Click to expand...
Click to collapse
Appears:
CopyTFFSToFile(0x0, 0x1400000, Part00.raw)
Click to expand...
Click to collapse
And I wait.........
Please advice, what is wrong ?
Thanks,

I have exactly the same problem with my Medion E4430.
If I use romdumptoCF.exe from http://hpcmonex.net/romstuff.htm I get only a couple of data and then only 0x00 in the rom.dump file.
How can I dump the whole 22 Mb of ROM in a file to use it on another similar device?
The ROM is a 25 Mb SMFlash Samsung Flash disk (Storage Manager says) with only 22 Mb of data (pdocread.exe says)

Try DiskRW (http://www.gpspassion.com/upload2/DiskRW.rar)
1.Start DiskRW
2.Select from combo-box (right side of to 'Store:' label) -> SMFlash
3.Press '...' button and select 'Storage Card' (where to save your SMFlash.img). Make sure you have 64Megs free on the SDCard.
4.Press 'Read' button
5.After the SMFlash is downloaded you'll receive a Message Box as confirmation (that download was finish).

Thank you. That was the answer.
But I have now another problem: I try to rewrite the flash from one device to another and when I use DiskRW I get "Error Writing Disk at offset 00000000h". In the log file I see something like that:
DeviceFlag=READONLY
DeviceProfile=SMFLASH
...
Number of Mounted Partitions=1
Is ther something that I can do to enable write on the SMFLASH?
The ReadOnly tag has something to do with the fact that one partition of SMFLASH is mounted?
P.S. The devices are exactly the same type, so the Flash image should work just fine.

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.

Already have CHS ROMS ?who can share here?

i have got a T2222 it's CHS ! OS version is 1.26.00 who got the rom ? can u share it ?
or someone have the kitchen tools? i have try Diamond's & Kaiser's kitchen , but it not work! somebody can help?
superwing121 said:
我有VIVA的简体ROM 可是没有Hardspl 你能搞定吗?
Click to expand...
Click to collapse
有VIVA的简体ROM先发出来试验下哪些Hardspl是适合的?
superwing121 said:
是武汉多普达行货原厂ROM 你加我QQ吧 16963068
Click to expand...
Click to collapse
你的QQ拒绝添加好友,我加不了你
qingyuan-chen said:
你的QQ拒绝添加好友,我加不了你
Click to expand...
Click to collapse
兄弟给我一份加我的Q108738798
viva 的rom
qingyuan-chen said:
有VIVA的简体ROM先发出来试验下哪些Hardspl是适合的?
Click to expand...
Click to collapse
不要跑到qq.. 别人也有viva的问题.. 来给我们老外讲怎么按装英文rom
看了繁体字就疯了
btw, 我有繁体的rom, 有用吗?
[sorry for the broken chinese, it's a known fact that white skin stops one from speaking chinese correctly.. help me! i'm stuck with traditional chinese on my hongkong-bought viva!]
itaychi said:
不要跑到qq.. 别人也有viva的问题.. 来给我们老外讲怎么按装英文rom
看了繁体字就疯了
btw, 我有繁体的rom, 有用吗?
[sorry for the broken chinese, it's a known fact that white skin stops one from speaking chinese correctly.. help me! i'm stuck with traditional chinese on my hongkong-bought viva!]
Click to expand...
Click to collapse
Could you please extract the official chinese EZInput keyboard files from the HK version of Viva?
superwing121 said:
我有VIVA的简体ROM 可是没有Hardspl 你能搞定吗?
Click to expand...
Click to collapse
i was waiting for hardspl ,but i also want i CHS rom to test ! can u upload somewhere and give me a link!
terry888_1978 said:
i was waiting for hardspl ,but i also want i CHS rom to test ! can u upload somewhere and give me a link!
Click to expand...
Click to collapse
Could u please kindly share this file to us!~
Currently, I'm using a French OS on my Viva >_<~~
@itaychi
Can you upload ur traditional chinese opal rom to rapidshare or megaupload or sendspace....and share the link with us?
dpauser said:
Could u please kindly share this file to us!~
Currently, I'm using a French OS on my Viva >_<~~
Click to expand...
Click to collapse
sorry man , i just have a CHS viva and 4 raw files, about the hardSPL , i havn't ! i hope Cmonex Olipro can help us to get i hspl , that we will flash any rom we want !
能分享一下吗?谢谢!
in english please
raykisi said:
@itaychi
Can you upload ur traditional chinese opal rom to rapidshare or megaupload or sendspace....and share the link with us?
Click to expand...
Click to collapse
sure, if anyone can direct me to straight-forward instructions to how to dump the rom? i did try to look a bit on the forum and ran a search but it seemed like it's different for every device and this is the first smartphone i have (and only a week for all that's worth..)
How about this one, the Hong Kong Version CHT, can?
http://210.64.124.194/download/RUU_....708.2_infineongsm4.1.13.66_03.29.90_Ship.exe
alx75 said:
How about this one, the Hong Kong Version CHT, can?
http://210.64.124.194/download/RUU_....708.2_infineongsm4.1.13.66_03.29.90_Ship.exe
Click to expand...
Click to collapse
Thanks a lot , for the CHT rom ! but still haven't the hard spl so , can't flash in to the Viva yet ! still waiting!
terry888_1978 said:
sorry man , i just have a CHS viva and 4 raw files, about the hardSPL , i havn't ! i hope Cmonex Olipro can help us to get i hspl , that we will flash any rom we want !
Click to expand...
Click to collapse
Could you plz pack up & upload the 4 raw files to rapidshare....and share the link with us? Thx!
Safe to recycle.
it's happy to see HSPL is comes out , but still not CHS rom share out. if someone have , please share here!! hspl is work for me! waiting CHS rom!!
911sniper said:
Could you plz pack up & upload the 4 raw files to rapidshare....and share the link with us? Thx!
Click to expand...
Click to collapse
i've try the itsutilsbin tools to dump the rom out ,but not work for me!
here is the log ! someone can help me out?
C:\itsutilsbin>pdocread -l
Copying C:\itsutilsbin\itsutils.dll to WCE:\windows\itsutils.dll
99.18M (0x632d000) DSK1:
| 3.08M (0x313400) Part00
| 4.18M (0x42f000) Part01
| 88.25M (0x5840000) Part02
142.12M (0x8e1e800) DSK2:
| 142.12M (0x8e1e400) Part00
STRG handles:
handle d3a61ea2142.12M (0x8e1e400)
handle d3bbced2 88.25M (0x5840000)
handle b3bbce66 4.18M (0x42f000)
handle 53bbceae 3.08M (0x313400)
disk d3a61ea2
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 d3bbced2
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 b3bbce66
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 53bbceae
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>pdocread -w -d FLASHDR -p Part01 0 0x42f000 Part01.raw
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
CopyTFFSToFile(0x0, 0x42f000, Part01.raw)
ERROR: ITReadDisk: outbuf==NULL
- 设备未就绪。
C:\itsutilsbin>pdocread -w -d DSK1 -p Part01 0 0x42f000 Part01.raw
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
CopyTFFSToFile(0x0, 0x42f000, Part01.raw)
ERROR: ITReadDisk: outbuf==NULL
- 设备未就绪。
C:\itsutilsbin>pdocread -l
99.18M (0x632d000) DSK1:
| 3.08M (0x313400) Part00
| 4.18M (0x42f000) Part01
| 88.25M (0x5840000) Part02
142.12M (0x8e1e800) DSK2:
| 142.12M (0x8e1e400) Part00
STRG handles:
handle d3a61ea2142.12M (0x8e1e400)
handle d3bbced2 88.25M (0x5840000)
handle b3bbce66 4.18M (0x42f000)
handle 53bbceae 3.08M (0x313400)
disk d3a61ea2
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 d3bbced2
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 b3bbce66
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 53bbceae
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>pdocread -w -d DSK1 -p Part01 0x42f000 0x800 Part01.raw
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
CopyTFFSToFile(0x42f000, 0x800, Part01.raw)
ERROR: ITReadDisk: outbuf==NULL
- 设备未就绪。
C:\itsutilsbin>pdocread -w -d DSK1 -p Part00 0x313400 0x800 Part00.raw
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
CopyTFFSToFile(0x313400, 0x800, Part00.raw)
ERROR: ITReadDisk: outbuf==NULL
- 设备未就绪。
C:\itsutilsbin>pdocread -w -d DSK1 -p Part00 -t
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
real nr of sectors: 1 - 512.00byte, 0x200
C:\itsutilsbin>pdocread -w -d DSK1 -p Part01 -t
ERROR: ITTFFSGetInfo - 设备未就绪。
WARNING: using default 512 bytes for sectorsize
real nr of sectors: 1 - 512.00byte, 0x200
C:\itsutilsbin>

[Q] ROM HP iPAQ Glisten-AT&T dump?

hi,
it seems to be that the next gen of 914c has released with the wm 6.5 os.
does any one use this phone?
can you dump the rom and upload here.
It will be useful for cooker to make the "like HP" rom for 914c.
The phone is only avaible in America, ut if someone manages to dump to rom pherhaps we could have a native 6.5 kernell for the 9xx series?????
highly doubt you can have native kernel as nk.exe is very specific to one device. most likely the best you can do is take some software from the dump
keyx said:
highly doubt you can have native kernel as nk.exe is very specific to one device. most likely the best you can do is take some software from the dump
Click to expand...
Click to collapse
ow yeah your right about the nks, I forgot
Pherhaps some new updated HP apps when there is a rom out.
Yes, also interested in extracting some soft from glisten
I have an iPaq Glisten, will be willing to dump the ROM if someone can provide me with the Instructions. Have access to both a XP and Win 7 PC's
Thanks
can you download this tool:
mediafire
after unrar, run the command prompt in the folder, then run the following command with activesync connected to your device:
.\Tools1\pdocread -l
.\Tools1\pdocread -t
and paste the result here so we can determine the size of rom that you need enter for the next command. thanks
if the second command (pdocread -t) return something similiar to this:
real nr of sectors: 163840 - 80.00Mbyte, 0x5000000
where 0x5000000 is your rom size (in this example, this is 61x rom size)
then run this command (repalce 0x5000000 with the size you obtaind in the above command:
.\Tools1\pdocread 0x0 0x5000000 diskimage_Ver.nb0
and upload the nb0 file to somewhere for us =)
waiting ....
I get the following errors when I run the command on my PC
C:\Users\XXX\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1>pdocread -l
Copying C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1\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.
C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1>pdocread -t
Copying C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XI
P_TOOL\TOOLS1\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 resetiing the device to factory defaults as well
Any ideas ?
batrad said:
I get the following errors when I run the command on my PC
C:\Users\XXX\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1>pdocread -l
Copying C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1\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.
C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\TOOLS1>pdocread -t
Copying C:\Users\xxx\Desktop\RAW_NB0_XIP_TOOL\RAW_NB0_XIP_TOOL\RAW_NB0_XI
P_TOOL\TOOLS1\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 resetiing the device to factory defaults as well
Any ideas ?
Click to expand...
Click to collapse
If I remember it well the application is trying to copy the itsutils.dll to your device and you need to accept it other wise it fails
try this reg hack:
HKLM\Security\Policies\Policies
valuename '00001001' was set to dword:2, change it to dword:1
success after the reg key hack.. any idea which partition I would need to dump (asuming Part02), and what the correct command string would be for procread ?
pdocread -l
410.63M (0x19aa0000) DSK1:
| 2.12M (0x21f000) Part00
| 3.25M (0x340000) Part01
| 119.75M (0x77c0000) Part02
| 282.00M (0x11a00000) Part03
23.75M (0x17c0000) DSK2:
| 23.75M (0x17bf000) Part00
1.84G (0x75e00000) DSK3:
| 1.84G (0x75c07200) Part00
STRG handles:
handle 35572e32 1.84G (0x75c07200)
handle d5bf7cea 23.75M (0x17bf000)
handle b5f3ba8e282.00M (0x11a00000)
handle b5fb8dae119.75M (0x77c0000)
handle 55fb8d8a 3.25M (0x340000)
handle 55fb8d42 2.12M (0x21f000)
disk 35572e32
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 d5bf7cea
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 b5f3ba8e
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 b5fb8dae
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 55fb8d8a
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 55fb8d42
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 -t
real nr of sectors: 1 - 512.00byte, 0x200
now to find a place to upload the file..
Any place to upload the file for free ?
try mediafire.com
So which partions do you want dumped ?
410.63M (0x19aa0000) DSK1:
| 2.12M (0x21f000) Part00
| 3.25M (0x340000) Part01
| 119.75M (0x77c0000) Part02
| 282.00M (0x11a00000) Part03
23.75M (0x17c0000) DSK2:
| 23.75M (0x17bf000) Part00
Because pdocread -t
real nr of sectors: 1 - 512.00byte, 0x200
shows a 512 byte partition, which is not the ROM (I hope)..
Also appreciate if you can give me the commands I need to run to get the correct dumps.. sorry am new at this
Thanks
I suppose Part03 is your program storage, you can verify by checking your main storage size in setting->system->memory.
ok try this to extract the imgfs (suppose to be part02):
pdocread -w -d DSK1: -p Part02 0 0x77c0000 Part02.raw
I think part01 is the xip, you may also extract it with this command:
pdocread -w -d DSK1: -p Part01 0 0x340000 Part03.raw
if there is error you can add the -b 0x800 switch to read using specific sectorsize
e.g
pdocread -w -d DSK1: -b 0x800 -p Part02 0 0x77c0000 Part02.raw
seems like the setup looks alike to ipaq21x...for fun you can also try using different hardware button(s) to see if you can get into bootloader mode .etc (not that i will build a rom for it haha..)
I have dig some more detail from pdadb apparently this device is manufactured by Pegatron (an ASUS division that do ODM (i.e built device for other brands) )
Hi, did you successfully dump the ipaq glisten? Dumping the ROM can unlock the phone? Mine is still locked with ATnT. Can you guys help me unlock it?
mercurous23 said:
Hi, did you successfully dump the ipaq glisten? Dumping the ROM can unlock the phone? Mine is still locked with ATnT. Can you guys help me unlock it?
Click to expand...
Click to collapse
we are still waiting for the dump, and dumping the rom does not mean unlocking...unlocking is a lot of more complicated and I have no idea on that
i got a hold of the rom dump from a member, mediafire is too slow now so i probably upload later when I back home.
keyx said:
i got a hold of the rom dump from a member, mediafire is too slow now so i probably upload later when I back home.
Click to expand...
Click to collapse
Anything usuable?

Categories

Resources