红联Linux门户
Linux帮助

打包android img文件

发布时间:2015-12-10 09:55:40来源:linux网站作者:liujianganggood

打包命令:

make_ext4fs -l 1024M -s -a system ResidentFlash.img ResidentFlash


在ubuntu14.04中会报错,需要android支持,这个是ubuntu的bug。

去掉-a system,可以成功。


用file命令查看文件不是ext4文件,需要用如下命令再转换一次:

simg2img xx.img xx_out.img


删除android系统下app:http://www.linuxdiyf.com/linux/16233.html

Fedora 23建立wifi热点(Android手机可用):http://www.linuxdiyf.com/linux/16166.html

Nexus5/Nexus6怎么刷安卓6.0?Android 6.0刷机教程:http://www.linuxdiyf.com/linux/13425.html

谷歌Nexus5升级安卓6.0/Android M教程:http://www.linuxdiyf.com/linux/13424.html

品尝棉花糖之Nexus5线刷Android6.0攻略:http://www.linuxdiyf.com/linux/13423.html