Android5.0(Lollipop) system.new.dat解包方法
rom基地小编今天带来Android5.0(Lollipop) system.new.dat解包方法,对这一块感兴趣的机油可以一起来了解一下。
android5.0的zip包不再是以前的文件结构,包含:
boot.img
file_contexts
META-INF
system.new.dat
system.patch.dat
system.transfer.list
system的内容包含在了system.new.dat,所以我们需要对这个文件进行解包操作:
需要利用sdat2img 进行解包:
1、Linux命令(仅支持64位操作系统):sdat2img
命令实现如:sdat2img system.transfer.list system.new.dat new_system.img
然后在挂载new_system.img即可:
sudo mkdir -p /mnt/rom
sudo mount -t ext4 -o loop,ro,noexec,noload new_system.img /mnt/rom
在/mnt/rom目录下即可看到system目录的内容,
2、windows命令(支持32位/64位系统):sdat2img.exe
命令实现如:sdat2img.exe system.transfer.list system.new.dat new_system.img
然后再用ext4_unpacker.exe打开new_system.img即可。
3、附上xda-developers开发者python源码:
https://github.com/xpirt/sdat2img/blob/master/sdat2img.py
工具下载地址:链接: http://pan.baidu.com/s/1eQgrL9w 密码: gfse
中兴 小鲜3 (C880S)刷机包下载:https://www.romzhijia.net/romlist/1750_0_0_1_10
中兴 小鲜3 (C880S)刷机教程:https://www.romzhijia.net/phone/1750_4.html
热门刷机包top10
热门手机刷机包
- TCLP586L刷机包
- 凯利通 i888刷机包
- 糖葫芦 ThL T1刷机包
- 联想 A208t刷机包
- 完美 S11刷机包
- 三星 Galaxy Trend (I699i)刷机包
- 欧乐酷 i9220刷机包
- HTC Desire 820(D820t)刷机包
- 华为 G9青春版(联通4G)刷机包
- 华为 T8951(移动版)刷机包
- 天语 Nibiru-M(木星一号)刷机包
- 天宏时代H999刷机包
- 华为SLA-AL00A刷机包
- HTC Butterfly S (901s)刷机包
- OPPO R9 (移动4G)刷机包
- 金立 F306刷机包
- 天语 W806+刷机包
- 步步高 VIVO Y51刷机包
- 索尼 Xperia P(LT22i)刷机包
- OPPO R7s (R7sm/全网通)刷机包
热门刷机包top10
热门手机刷机包
- TCLP586L刷机包
- 凯利通 i888刷机包
- 糖葫芦 ThL T1刷机包
- 联想 A208t刷机包
- 完美 S11刷机包
- 三星 Galaxy Trend (I699i)刷机包
- 欧乐酷 i9220刷机包
- HTC Desire 820(D820t)刷机包
- 华为 G9青春版(联通4G)刷机包
- 华为 T8951(移动版)刷机包
- 天语 Nibiru-M(木星一号)刷机包
- 天宏时代H999刷机包
- 华为SLA-AL00A刷机包
- HTC Butterfly S (901s)刷机包
- OPPO R9 (移动4G)刷机包
- 金立 F306刷机包
- 天语 W806+刷机包
- 步步高 VIVO Y51刷机包
- 索尼 Xperia P(LT22i)刷机包
- OPPO R7s (R7sm/全网通)刷机包