解压和打包boot.img工具

时间:2016-03-25 10:55:26
【文件属性】:

文件名称:解压和打包boot.img工具

文件大小:14KB

文件格式:ZIP

更新时间:2016-03-25 10:55:26

修改boot.img 修改init.rc

1. 解压后zip后把需要修改的boot.img与解压出来的三个文件放到同一个目录下。 2. 执行 ./unpack-bootimg.pl boot.img 会生成以下几个文件: boot.img-kernel.gz boot.img-ramdisk/ boot.img-ramdisk.cpio.gz 3. 修改boot.img-ramdisk/目录中对应的文件。 4.执行 ./repack-bootimg.pl boot.img-kernel.gz boot.img-ramdisk boot_new.img 生成新的镜像boot_new.img 附原脚本来源: https://github.com/beide/Bootimg-scripts 基于这个有一点修改。


【文件预览】:
mkbootimg
repack-bootimg.pl
unpack-bootimg.pl

网友评论

  • 有些不能解压
  • 我的用不了啊!一直卡着不动
  • cygin有问题
  • 能解压,打包,但是刷了之后卡在第一屏啊。。。为什么
  • 怎么执行命令啊!!
  • 用了,未知报错
  • 可以使用的!~
  • 下载后运行了说明里的命令,结果没有解压出文件,倒是给出了一大堆英文提示:“Found a secondary file after the ramdisk image. According to the spec (mkbootimg.h) this file can exist, but this script is not designed to deal with this scenario.” 可能是我还不会用吧。继续研究。