Criando a pasta onde será montada a img
Code: Select all
mkdir /mnt/iso
Code: Select all
apt install android-tools-fsutils
Code: Select all
simg2img system.img bozo.raw
Code: Select all
mount -t ext4 -o loop bozo.raw /mnt/iso
o seu celular se tentar gravar essa imagem de novo no celular.
Code: Select all
make_ext4fs -s -l 512M -a system BOZO2.img /mnt/iso