
Xiaomi Flashable Firmware Creator
Source (link to git-repo or to original if based on someone elses unmodified work):
https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator.py
Available as/for:release-stablewindows-binaryx86x86-64
Description:It supports creating untouched firmware, non-arb firmware, firmware + vendor flash-able zip, and firmware-less ROMs.
Usage:
Creating normal (untouched) firmware:
python3 create_flashable_firmware.py -F [MIUI ZIP]
Creating non-arb firmware (without anti-rollback):
python3 create_flashable_firmware.py -N [MIUI ZIP]
Creating firmware-less ROM (stock untouched ROM with just firmware removed):
python3 create_flashable_firmware.py -L [MIUI ZIP]
Creating firmware + vendor flashable zip:
python3 create_flashable_firmware.py -V [MIUI ZIP]
V1.4.1
* Add MTK devices support
* separate checking firmware type
* pass arguments to functions directly
Ratings & Comments
0 Comments