Issue
I have been working on this issue for literally all day. I downloaded firmware from here and have been trying to edit it all day. The firmware comes in one file, which is formatted as a disk image file
. I have tried to mount in Ubuntu and Windows, I have tried converting the files to different ext
's, I've also tried unpacking it using Android Kitchen, Linux Reader, and even Power ISO. Nothing can get this thing to open. Does anybody have ANY idea were I can go from here? Before anybody says "Oh you gotta take the system.img
" stuff I know-- it is locked inside the main .img file. I need to get through that before I can actually start to edit it. I have no idea where to go from here so any ideas would be appreciated. Thanks everyone!
Solution
I found that if the file is already an ext4 then I can mount it directly into my Linux VM using the command sudo mount -t ext4 -o loop system.img mountfolder/
hope this helps!
Answered By - Ethan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.