seahindeniz
Members
- Dec 4, 2020
- 18
- 15
I googled it as well. Exact reason is not 7 related. Their solution of changing the update.script is mostly related to "assert" command.
In my case, the actual error message that needs to be focused is "E1001: Failed to flash system partition." and that problem is related to this line:
Quoting from xiaomi.eu_multi_HMK20ProMI9TPro_20.12.28_v12-11.zip\META-INF\com\google\android\updater-script file
In my case, the actual error message that needs to be focused is "E1001: Failed to flash system partition." and that problem is related to this line:
Quoting from xiaomi.eu_multi_HMK20ProMI9TPro_20.12.28_v12-11.zip\META-INF\com\google\android\updater-script file
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
abort("E1001: Failed to flash system partition.");