首页 > 代码库 > 解压system.img

解压system.img

 解压:

  All-Series:~$ simg2img system.img system.img.ext4
  All-Series:~$ mkdir tmp
  All-Series:~$ mount -t ext4 -o loop  system.img.ext4 tmp

打包:

  All-Series:~$ make_ext4fs -s -l 239M -a system system.img tmp

 

解压system.img