Xiaomi Flashable Firmware Creator Versions Save

Xiaomi Flashable Firmware Creator

V2.2.13

9 months ago

What's Changed

  • Exclude recovery.img from firmware files.
  • Updated dependencies.

Full Changelog: https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/compare/V2.2.11...V2.2.13

V2.2.11

1 year ago

What's Changed

  • Fix: Don't include empty firmware files in generated flashables.
  • Fix: Use a unique temp directory for each firmware file.
  • Updated dependencies.

Full Changelog: https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/compare/V2.2.10...V2.2.11

V2.2.10

1 year ago

What's Changed

Changes: Fix: use write_bytes to avoid windows newline endings. Fix: Exclude mi_ext from firmware zip files. Updated dependencies.

New Contributors

Full Changelog: https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/compare/V2.2.8...V2.2.10

V2.2.8

1 year ago

Changes:

  • Fix: Exclude "metadata.pb" from packages.
  • Fix: Use "\n" line endign always for created files.
  • Updated dependencies.

Full Changelog: https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/compare/v2.2.6...V2.2.8

v2.2.6

1 year ago

Changes:

  • Fix: correct cupid wrong codename extraction.
  • Fix: exclude lines with ro.build.date.utc assertion
  • Updated dependencies.

Full Changelog: https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/compare/v2.2.4...v2.2.6

v2.2.4

2 years ago

Changes:

  • New: Add support for MIUI 13 PRE zip files
  • Updated dependencies.

V2.2.2

3 years ago

Hotfix release to include 022ce9c4639a36929ea2c56d33b69586e3c8b23f Changes:

  • Add missing modified dynamic_partitions_op_list file to vendor package. Fixed #24

V2.2.1

3 years ago

Hotfix release to include 92ac7c67b6b1928b8f9eef7ea28ccea13db64985

Changes:

  • Update vendor excluded files list. Fixed #23
  • Updated dependencies.

V2.2.0

3 years ago

Improved Dynamic Devices Support

Changes:

  • FW: Exclude dynamic_partitions_op_list from and exaid firmware zip and updater-script
  • Vendor: Use modified dynamic_partitions_op_list with resize vendor line only

Fixes:

https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/commit/a643f88e7db02beb82f73c8699ccdf70f2ccdbd5 closes https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator-gui/issues/1

v2.1.0

3 years ago

A/B devices support is here

Xiaomi has released Mi 11 with virtual A/B partitions. This is the first device with MIUI interface that uses A/B since it was just limited to Android One devices. So, It became more necessary to add update payload support to our tool 🔧 .

So, now you can use Xiaomi Flashable Firmware Creator to create firmware packages for Mi 11, Mi A3, Mi A2, and Mi A2 Lite. For now, only firmware packages can be created, I will add fw+vendor packages support soon.

Note: The payload.bin extract part is handled using extract_android_ota_payload tool.

Finally, I would like to thanks @nullbytepl for helping with the updater-script part.