准备工作
1. 开启adb
2. 开启 oem 引导
3. 本机相同版本的rom
rom 信息
PKG110_15.0.0.840(CN01)
获取官方rom url
https://yun.daxiaamu.com/OnePlus_Roms/%E4%B8%80%E5%8A%A0OnePlus%20ACE%205/ColorOS%20PKG110_15.0.0.840(CN01)%20A.60/
https://gauss-componentotacostmanual-cn.allawnfs.com/remove-dc120163e57539939ae997f2cfd46156/component-ota/25/07/08/5aae62df94344c688ca2c131304e2e8e.zip
用aria2 下载 修改 头为 123
zip 解压为 *.bin
用 oplsuTool 解压 为 各种 img 如 boot.img init_boot.img
提取方法2 mac 可用
提取 init_boot.img 工具
https://github.com/ssut/payload-dumper-go
https://github.com/5ec1cff/payload-dumper/blob/master/docs/README.zh-CN.md
pip install git+https://github.com/5ec1cff/payload-dumper
payload_dumper --partitions <需要dump的分区> <文件路径或 url>
payload_dumper --partitions init_boot,boot payload.bin