


从手机中导出ROM的方法
puwei版主前两天问了我这个问题,由于工作比较忙,一直没弄,现在发上来,希望对兄弟有帮助。
首先你需要itsutilsbin这个东西,我已经传到帖子后面了,下载以后找到pdocread.exe这个东西,这就是我们需要的工具。
进入DOS窗口,并进入itsutilsbin目录,运行以下命令:pdocread.exe -l,DOS窗口会出现以下类似信息:
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
然后运行命令:
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
第三行和第四行的命令执行起来很慢,要耐心等候。等全部执行完毕后在itsutilsbin目录下就会生成Part00.raw、Part01.raw、Part02.raw、Part03.raw四个文件,然后用我发的那个定制ROM中文工具可以对RAW文件解包。
忘了说了,命令行的红色部分需要和蓝色部分一致,对应着写,自己手动修改
如果出现错误提示:
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
请修改注册表:
HKLM\Security\Policies\Policies下的'00001001'值为1,重启即可。
增加一个视频教程,一看就懂。一共八个包
[ 本帖最后由 tinni 于 2008-6-12 12:18 编辑 ]
附件: 您所在的用户组无法下载或查看附件