Extract Android SYSTEM.img in fedora

It needs simg2img to convert *.img first.

 

yumf search simg2img

yumf whatprovides simg2img

yum0f install -y android-tools

simg2img VENDOR.img VENDOR.raw

file *raw

mount -t ext4 -o ro,loop VENDOR.raw 0/

 

Leave a Reply

Your email address will not be published. Required fields are marked *