- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
6700romDIY教程
说明:教程和软件都是来自于互联网,免费获得,免费给予,哈哈。我只是验证了它在6700上使用的可行性。刷机器有风险,个人经过自己验证得到下面的方法,但是因为下面的方法出事的同学,本人不负任何责任。只供研究用,提供一个方法而已。谢谢Hi!PDA的harlemyin老大的教程:/forum/viewthread.php?tid=292654extra=page%3D1page=1软件使用说明:prepare_imgfs.exe??Splits nk.nba into imgfs_raw_data.bin and imgfs_removed_data.bin.imgfs_raw_data.bin - contains raw IMGFS dataimgfs_removed_data.bin - contains extra data (something like FAT table).Usage:??prepare_imgfs.exe nk.nba [-nosplit]Use -nosplit for HTC Wizard and Universal ROMs that dont contain extra blocks of data. In this case imgfs_removed_data.bin would be empty.将*.nba的rom文件提取成imgfs_raw_data.bin和imgfs_removed_data.bin两个文件,-nosplit 参数在6700上是必须的,加上参数的结果,imgfs_removed_data.bin将是空文件,不过它还是必须存在. make_imgfs.exe??Reverse of prepare_imgfs. Combines imgfs_raw_data.bin and imgfs_removed_data.bininto nk.nba file. Use -nosplit if it was specified for prepare_imgfs.exe.Usage:??make_imgfs.exe nk.nba [-nosplit]The nk.nba file would be used as a template, its contents would be overwritten.从imgfs_removed_data.bin文件合成*.nba的rom,如果提取的时候加入了-nosplit参数,此时必须加此参数viewimgfs.exe??Dumps the contents of imgfs_raw_data.bin to dump subdirectory. Files are dumped as is, modules as directories. File time and attributes are preserved.Tool creates dump_MemoryMap.txt with address ranges occupied by modules.Usage:??viewimgfs.exe imgfs_raw_data.bin从第一个命令提取的imgfs_raw_data.bin文件释放rom内所有东西为文件形式,自动生成dump文件夹,rom所有文件将在此文件夹内.BuildImgfs.exe??Reverse of viewimgfs. Reconstructs imgfs_raw_data.bin and imgfs_removed_data.binfrom files in dump directory. Overwrites contents of imgfs_raw_data.bin/imgfs_removed_data.binfiles. Does not check for errors or end of free space. Approximate free spaceleft is displayed when program is finished. In case of error contents of binfiles is undefined.Usage:??BuildImgfs.exeIt would overwrite imgfs_raw_data.bin/imgfs_removed_data.bin in current directory.从dump文件夹将所有文件组合出imgfs_raw_data.bin文件,组合时,原来的imgfs_raw_data.bin文件被自动覆盖
文档评论(0)