Joined
·
38 Posts
Hi everybodyI need to change something in system.img.I use many way try to unpack but it's not successful following below and run as root.1. Use "sudo mount -t cramfs -o loop system.img system" -----> result is wrong fs2. Use unyaffs tools "unyaffs system.img" -------> result is Segmentation fault3. Use perl script repack-bootimg.pl "perl ./unpack-bootimg.pl system.img ---------> result is Could not find any embedded ramdisk images. Are you sure this is a full boot image?I don't know my way is something wrong or not? Anyone who know the solution please advise me,Thanks