标签: super.img

2 篇文章

thumbnail
Android super.img 镜像解包
from--https://www.jianshu.com/p/aa567960156c 简介 在 Android 10 及更高版本上支持了"动态分区",所以 ROM 包中看不到了传统的 system.img 等镜像。支持的动态分区包括: System Vendor Product System Ext ODM 所以在 super.img 都可能包括以上分区的镜像文件。 具体信息可以查看官方文档 动态分区 具体解包步骤 super.img 的解包必须两个工具 simg2img 和 lpunpack。其中 simg2img 可以在线安装,执行命令后可以按照提示自行安装即可。lpunpack 需要自己下载源码进行编译。lpunpack 生成后是通用的,所以下载别人编译好的 lpunpack 也是可以的,但是需要添加依赖的相关 so 库。注意工具…
thumbnail
Editing system.img inside super.img and flashing our modifications
from--https://forum.xda-developers.com/t/editing-system-img-inside-super-img-and-flashing-our-modifications.4196625/   Hello and welcome to my first post. today I will talk about editing super.img and modifying system.img inside of it. In android 10 and bigger, sometimes there is no system.img in ROM it because google starting use Dynamic Partitions for more flexible …