使用mstar-bin-tool-master 解压乐视原版固件为什么出现这样的..
root@wsw-Default-string:~/mstar-bin-tool-master# python3 unpack.py LetvUpgrade.binAnalizing header ...
Saving header script to unpacked/~header_script ...
Parsing script ...
Partition: recovery Offset: 4000 Size 5d4790 (5.83 MB) -> unpacked/recovery.img
Partition: boot Offset: 5da000Size 3e3300 (3.89 MB) -> unpacked/boot.img
Partition: system Offset: 9bf000Size db2ac3b (219.17 MB) -> unpacked/system.lzo
Unpacking LZO (Please be patient) unpacked/system.lzo -> unpacked/system.img
sh: 1: bin/linux-x86/lzop: not found
Partition: system Offset: e4ea000 Size 74e942a (116.91 MB) -> unpacked/system1.lzo
Unpacking LZO (Please be patient) unpacked/system1.lzo -> unpacked/system1.img
sh: 1: bin/linux-x86/lzop: not found
unpacked/system1.img append to unpacked/system.img
Traceback (most recent call last):
File "unpack.py", line 147, in <module>
utils.appendFile(outputChunkImgFile, outputImgFile)
File "/root/mstar-bin-tool-master/utils.py", line 83, in appendFile
with open(src, 'rb') as f1:
FileNotFoundError: No such file or directory: 'unpacked/system1.img'
root@wsw-Default-string:~/mstar-bin-tool-master#
只能和你说是python环境没配置对,具体解决方法不太清楚 在WIN下解包就行了,LINUX下缺少LZOP组件
页:
[1]