您好,登錄后才能下訂單哦!
android4.0之后,system.img文件格式為ext4,如果需要修改system.img文件,該如何做:
1.ubuntu系統,準備工具make_ext4fs、simg2img、mkusering.sh。
make_ext4fs、simg2img、mkusering.sh這三個工具可以在源碼編譯之的 out/host/linux_x86/bin
目錄下獲取,并將這三個命令復制到ubuntu系統/usr/bin目錄,或者將該路徑加入PATH中。
2.解壓system.img為system.img.ext4
命令:simg2img system.img system.img.ext4
3.創建system.img.ext4掛載目錄tmp
命令:mkdir tmp
4.掛載system.img.ext4到tmp目錄
命令:mount -t ext4 -o loop system.img.ext4 tmp
5.進入tmp目錄,根據需求修改tmp中的目錄
6.將tmp目錄打包為新的system.img
命令:make_ext4fs -s -l 239M -a system system.img tmp
關于make_ext4fs、simg2img、mkusering.sh的參數含義可以在終端中直接輸入命令,并回車查看。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。