root@wsw-Default-string:~/mstar-bin-tool-master# python3 unpack.py LetvUpgrade.bin
[i] Analizing header ...
[i] Saving header script to unpacked/~header_script ...
[i] Parsing script ...
[i] Partition: recovery Offset: 4000 Size 5d4790 (5.83 MB) -> unpacked/recovery.img
[i] Partition: boot Offset: 5da000 Size 3e3300 (3.89 MB) -> unpacked/boot.img
[i] Partition: system Offset: 9bf000 Size db2ac3b (219.17 MB) -> unpacked/system.lzo
[i] Unpacking LZO (Please be patient) unpacked/system.lzo -> unpacked/system.img
sh: 1: bin/linux-x86/lzop: not found
[i] Partition: system Offset: e4ea000 Size 74e942a (116.91 MB) -> unpacked/system1.lzo
[i] Unpacking LZO (Please be patient) unpacked/system1.lzo -> unpacked/system1.img
sh: 1: bin/linux-x86/lzop: not found
[i] 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: [Errno 2] No such file or directory: 'unpacked/system1.img'
root@wsw-Default-string:~/mstar-bin-tool-master#
|