I have an Android Pioneer car audio tablet. I want to root the firmware. I managed to backup firmware by taking the eMMC chip and backup partition. For many days, I was trying to unpack system.img
, but then I found it was SquashFS and not ext4. I downloaded the Windows 10 WSL Linux terminal, fixed everything, and succeeded to unsquashfs
the system. Now the difficulty is with which command I will make the folder like the original system.img
.
I tried mksquashfs system.img
but something is not right with the final file. The original is 2 GB, and the modded is 1 GB. I can't get how compress has to be made to be like the original.
Here is the link to the original system, just unzip the file for someone to help me.