Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.84 KB

File metadata and controls

51 lines (42 loc) · 1.84 KB

Xiaomi Flashable Firmware Creator

Create flashable firmware zip from MIUI Recovery ROMs!

Crowdin

Open Source Love made-with-python

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. screenshot

Features:

  • CLI and GUI version
  • Easy-to-use interface
  • Multilanguage support (more than 25 languages!). Thanks to our community members!

Screenshots:

Here

GUI Usage:

  • 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

CLI 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]