You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./sdat2img.py", line 143, in
main(TRANSFER_LIST_FILE, NEW_DATA_FILE, OUTPUT_IMAGE_FILE)
File "./sdat2img.py", line 68, in main
version, new_blocks, commands = parse_transfer_list_file(TRANSFER_LIST_FILE)
File "./sdat2img.py", line 35, in parse_transfer_list_file
trans_list = open(TRANSFER_LIST_FILE, 'r')
IOError: [Errno 2] No such file or directory: 'system.transfer.list'
The text was updated successfully, but these errors were encountered:
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.
-> % ./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
main(TRANSFER_LIST_FILE, NEW_DATA_FILE, OUTPUT_IMAGE_FILE)
File "./sdat2img.py", line 68, in main
version, new_blocks, commands = parse_transfer_list_file(TRANSFER_LIST_FILE)
File "./sdat2img.py", line 35, in parse_transfer_list_file
trans_list = open(TRANSFER_LIST_FILE, 'r')
IOError: [Errno 2] No such file or directory: 'system.transfer.list'
The text was updated successfully, but these errors were encountered: