I am trying to see the content in a boot.img file from an Android image.
I googled and found this article to extract system.img, but it doesn't work for boot.img. When trying to do this for boot.img, it is showing the following:
Invalid sparse file format at header magi
Failed to read sparse file
Is simg2img used only for extracting system.img?
- If so, Is there any other method to extract
boot.img? - If not, what is the problem for not extracting
boot.img?