买手机,上口袋! 移动影音5元包月 注册| 登录| 导航| 帮助
众多美女看不停 diamond2清水套+思凯万能电 YOOBAO力造完美-钻石电池+座充 锐博数码-成都多普达专卖+专业维修
机峰网gphone.cd,版主招聘中ing UCWEB,手机必备的浏览器 智能手机中的战斗机,超低价全国疯狂售卖中! 诚信商家优质服务
返回列表 回复 发帖

[HP iPAQ 2XX系列] 现在已经有了提取ipaq 214中文rom的方法了,谁能给我一个阿?

[HP iPAQ 2XX系列] 现在已经有了提取ipaq 214中文rom的方法了,谁能给我一个阿?

经过查找资料,我终于成功地提取出了ipaq 212的英文rom了,谁能提取出中文ipaq 212的rom 给我啊?

方法是:
在ppc上把HKLM\Security\Policies\Policies下的 '00001001' 键改为1
连接ppc和pc。
在pc端,解压工具,然后在cmd命令行下,进入工具所在目录,后输入
pdocread -l
英文版的返回信息如下

224.38M (0xe060000) DSK1:
| 1.50M 0x17f000 Part00
| 2.13M 0x220000 Part01
| 57.88M 0x39e0000 Part02
| 162.88M (0xa2e0000) Part03
1.91G (0x7a1fc000) DSK2:
| 1.91G (0x79f00200) Part00
1.88G (0x78800000) DSK3:
| 1.88G (0x787e0600) Part00
24.75M (0x18c0000) IPQ1:
| 24.75M (0x18bf000) Part00
STRG handles:
handle e6f4f7da 24.75M (0x18bf000)
handle a701d116 1.88G (0x787e0600)
handle 4796c202 1.91G (0x79f00200)
handle 67c8652a162.88M (0xa2e0000)
handle 67c9a11a 57.88M (0x39e0000)
handle 07c9a0f6 2.13M (0x220000)
handle a7c9a0ae 1.50M (0x17f000)
disk e6f4f7da
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 a701d116
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 4796c202
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 67c8652a
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 67c9a11a
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 07c9a0f6
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 a7c9a0ae
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 DSK1: -b 0x800 -p Part02 0 0x39e0000 Part02.raw
如果提取中文rom的话,请查找pdocread -l所提示的红字部分的数值,用以替换pdocread -w -d DSK1: -b 0x800 -p Part02 0 0x39e0000 Part02.raw中红字部分数值,即可。
等待数分钟后,完成,所生成的 Part02.raw就是rom文件了。
我已经试验过了,可以用viewimgfs工具直接解开Part02.raw文件了

请有中文ipaq 214机器的朋友,请帮忙按照上面的办法,提取出中文rom。谢谢了。
提取rom,不会损坏机器,请放心

[ 本帖最后由 wizard_mini 于 2008-11-17 12:18 编辑 ]
附件: 您所在的用户组无法下载或查看附件
至于如何刷新rom,线索在这里http://www.handhelds.org/moin/moin.cgi/HpIpaq214HowTo
here are two ways of loading the linux kernel on the iPAQ 21x:

Booting linux directly from MMC card.
Switching to linux from windows CE.
Booting from flash.
The first is easier but some MMC/SD cards (eg high capacity) cannot be read by the iPAQ bootloader. If you have one of these use the second method.

Once the kernel has booted it will try to use the 2nd parition on the MMC/SD Card's as its root filesystem. The following must be done for BOTH booting methods:

Create at least 2 paritions on an MMC/SD card.
Make an ext2 filesystem on the second parition.
Download the latest Angstrom distribution tarball (angstrom-hpipaq214-xxx.tar.gz) and untar into the partition. It's best to do this as root and with the flag 'p' included in the tar command in order to preserve permissions, symbolic links and things.
Download angstrom-ipaq214-additional.tar.gz and untar into the partition.
Booting from MMC Card

To boot from the MMC Card:
Create a FAT16 parition as the first partition on the MMC card.
Make it active (bootable)
Download the latest MMC bootload image, save it to the card and rename it to 'BLDIAG.NB0'.
Hold down the left two buttons (Calender and the Windows key)
Press reset.
You can let go of the two left buttons after ~3s and after ~10 seconds the blue LED should flash. Linux should then boot.

Booting from HaRET

To boot from HaRET.

Download HaRET. To just boot linux you can use the official one from http://www.handhelds.org/moin/moin.cgi/HaRET or, if you intend to do any developing/reverse engineering, get my version from the downloads page.
Download the latest kernel image (Image-hpipaq214-xxx).
Download default.txt.
Edit default.txt and edit the reference to Image-hpipaq214-xxx to the file you downloaded.
Place the haret.exe, default.txt and Image-hpipaq214-xxx all in the same folder in winCE somewhere.
run haret.exe.
Click 'run'
Booting from flash

This has been tested and works but I don't personally think this linux is completely ready to replace windows entirely and so don't want to do this myself. If you wish to, please get in touch via the mailing list and I'll tell you how.

文中提到进入bootloader的方法是,按住最左边两个按键不放,然后reset

但是具体如何做,还没有人实地试验过。是不是可以直接把中文rom刷到英文机器上,也没有确定。请高手指点一下阿
还有一个思路是用pdocwrite方法,直接把中文rom刷到英文机器中去。
谁有胆量阿
中英文rom在这里可以下载
http://bbs.pdafans.com/thread-649400-1-1.html

[ 本帖最后由 wizard_mini 于 2008-11-24 10:44 编辑 ]
最好能把中文机器part00,part01,part02都提取出来,然后贴出pdocread -l的结果,谢谢了
最好把ipaq 1:中的内容也备份出来

[ 本帖最后由 wizard_mini 于 2008-11-17 13:11 编辑 ]
HP212能用的UCWEB6正式版和QQ2007正式版
http://bbs.pdafans.com/thread-553510-1-1.html
HP IPAQ212搭配L7---双枪用WAP包月自由上网(内有HP212能用的UCWEB6)http://bbs.pdafans.com/thread-534421-1-1.html
打造千变万化的桌面-秀一把我的HP212桌面和软件(部分软件提供下载)http://bbs.pdafans.com/thread-525535-1-1.html
提取ROM这个操作不会对机器造成影响吧?如果没有影响,我可以开一台机器把ROM提取出来供大家研究。还有,楼主你不研究X50V了?还指望你能出更新的ROM呢
提取ROM,绝对不会对对机器造成影响,I promise.

我是跟着英文rom更新的,最近x50v没有最新版,所以我也就没有更新了阿

谢谢了哈。

我看到 有人提到他知道flash rom的方法了,不过是用来刷linux的,我正找他放出方法呢,希望能够对刷 wince rom有帮助。
Booting from flash

This has been tested and works but I don't personally think this linux is completely ready to replace windows entirely and so don't want to do this myself. If you wish to, please get in touch via the mailing list and I'll tell you how.

[ 本帖最后由 wizard_mini 于 2008-11-17 17:01 编辑 ]
但是我这里都是行货的版本,没有录音的功能
没录音,没关系拉
返回列表