I tried the command below, and It occurs error 'No such file or directory: 'system.transfer.list'',Why?
-> % ./sdat2img.py system.transfer.list '/Users/yangjianfei/Downloads/miui_PYXIS_V11.0.1.0.QFCCNXM_ed59cac77c_10.0/system.new.dat' system.img sdat2img binary - version: 1.2
Traceback (most recent call last):
File "./sdat2img.py", line 143, in
Because system.transfer.list is not in current working directory.
I guess this file is also in /Users/yangjianfei/Downloads/miui_PYXIS_V11.0.1.0.QFCCNXM_ed59cac77c_10.0/. And you need some basic command line knowledge to use this program.
Thank you