Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].
Vox HowToDumpRom
This page explains the process to dump the ROM of your Vox and extract the files.
Dumping
[[|XdaUtils/pdocread.exe|pdocread]] is part of the [[|XdaUtils|itsutils]] tools collection, you can download the source* executables [http://www.xs4all.nl/~itsme/projects/xda/tools.html here].
Below are the steps required to dump the ROM. Take care to check that the partition sizes match your phone. If you'd like more information on which each step is doing then check the page about how to dump a Hermes.
E:\Documents\itsutils>pdocread.exe -l
58.82M (0x3ad1000) DSK1:
|- || 2.09M (0x217400) Part00 |- || 3.32M (0x352800) Part01 |- || 53.40M (0x3567000) Part02
59.31M (0x3b4f000) DSK2:
|- || 59.06M (0x3b0e800) Part00 STRG handles: handle 6fae4026 59.06M (0x3b0e800) handle afb60f96 53.40M (0x3567000) handle 4fb7ee3e 3.32M (0x352800) handle 8fb76466 2.09M (0x217400) disk 6fae4026 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 afb60f96 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 4fb7ee3e 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 8fb76466 0 partitions, 0 binary partitions customerid=00000000 uniqueid= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
E:\Documents\itsutils>pdocread -w -d DSK1: -p Part02 -t real nr of sectors: 109368 - 53.40Mbyte (0x3567000)
- _The 0x3567000 is the same number you got at the beginning under DSK 1 and Part02. It's the same for the following. Just look for the right Parts (01 and 00)_
E:\Documents\itsutils>pdocread -w -d DSK1: -p Part02 0 0x3567000 Part02.raw
CopyTFFSToFile(0x0, 0x3567000, Part02.raw)
E:\Documents\itsutils>pdocread -w -d DSK1: -p Part01 0 0x352800 Part01.raw CopyTFFSToFile(0x0, 0x352800, Part01.raw)
E:\Documents\itsutils>pdocread -w -d DSK1: -p Part00 0 0x217400 Part00.raw CopyTFFSToFile(0x0, 0x217400, Part00.raw)
Extracting
Now if you would like to extract the files from the raw file so you can access those precious hidden dlls which you cannot copy from the phone normally, you need to get imgfs_tools_182.rar.
Then type:
viewimgfs Part02.raw
And a folder called dump will be created which contains every file in the ROM. Some are in folders with the same name as the file, and unfortunately the directory structure is lost. But fortunately you can run pkgtools on the folder in which you dumped the ROM and you will get a SYS and a OEM folder!