Create flashable firmware zip from MIUI Recovery ROMs!
Xiaomi Flashable Firmware Creator is a tool that generates flashable firmware-update packages from official MIUI ROMS.
It supports creating untouched firmware, non-arb firmware, firmware + vendor flashable zip, and firmware-less ROMs.
- CLI and GUI version
- Easy-to-use interface
- Multilanguage support (more than 25 languages!). Thanks to our community members!
- Clone or download this repo.
- Make sure that you have Python3 installed on your device.
- Install the required packages.
pip3 install -r requirements.txt
- Run the tool.
python3 main.py
- 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]