设为首页收藏本站

移动叔叔

搜索
查看: 6960|回复: 0
打印 上一主题 下一主题

MTK的android系统boot.img和recovery.img如何分解

[复制链接]
跳转到指定楼层
楼主
发表于 2011-11-1 20:12:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
教程类
教程类: 操作使用
转载自冷风博客!


mtk的boot有别于其它android系统      多了512字节的数据       首先用winhex打开  找到800的位置    一直到9f0的位置  一共512字节 删掉 从新保存   然后再liunx下   split_bootimg.pl boot.img   分解出
split_bootimg.pl boot.img
Page size: 2048 (0x00000800)
Kernel size: 1388548 (0x00153004)
Ramdisk size: 141518 (0x000228ce)
Second size: 0 (0x00000000)
Board name:
Command line: no_console_suspend=1
Writing boot.img-kernel ... complete.
Writing boot.img-ramdisk.gz ... complete.
解包ramdisk的命令如下:

  1. % mkdir ramdisk
  2. % cd ramdisk
  3. % gzip -dc ../boot.img-ramdisk.gz | cpio -i
  4. % cd ..
复制代码

您需要登录后才可以回帖 登录 | 注册

© 2008-2024 移动叔叔. 版权所有,专业的网络售后平台 ( 闽ICP备18006692号-3 )

商务合作点击这里给我发消息|Email:service@mobileuncle.com|手机版|移动叔叔     

GMT+8, 2024-11-24 18:28 , Processed in 0.221791 second(s), 12 queries , Gzip On, Memcache On.

返回顶部