我用工具make_ext4fs打包system.img
命令如下:
make_ext4fs -l 1280M -s -a system -S D:\__imgMake\simg2img.win\system\boot\ramdisk\file_contexts D:\__imgMake\simg2img.win\system\system_new.img D:\__imgMake\simg2img.win\system\rom
这个是没有问题的
但是file_contexts 必须从boot.img中提取,如果我现在只有system.img的话,解完包后该如何打包呢
命令如下:
make_ext4fs -l 1280M -s -a system -S D:\__imgMake\simg2img.win\system\boot\ramdisk\file_contexts D:\__imgMake\simg2img.win\system\system_new.img D:\__imgMake\simg2img.win\system\rom
这个是没有问题的
但是file_contexts 必须从boot.img中提取,如果我现在只有system.img的话,解完包后该如何打包呢