Skip to content

Releases: XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator

V2.2.13

23 Aug 20:04
09a92dc
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: V2.2.11...V2.2.13

V2.2.11

20 Apr 15:05
ec02185
Compare
Choose a tag to compare

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: V2.2.10...V2.2.11

V2.2.10

13 Feb 18:13
f307056
Compare
Choose a tag to compare

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: V2.2.8...V2.2.10

V2.2.8

20 Sep 09:43
282ba6a
Compare
Choose a tag to compare

Changes:

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

Full Changelog: v2.2.6...V2.2.8

V2.2.6

11 Jun 20:21
78354eb
Compare
Choose a tag to compare

Changes:

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

Full Changelog: v2.2.4...v2.2.6

V2.2.4

14 Jan 15:58
a630424
Compare
Choose a tag to compare

Changes:

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

V2.2.2

01 Jun 21:50
022ce9c
Compare
Choose a tag to compare

Hotfix release to include 022ce9c
Changes:

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

V2.2.1

28 May 19:37
b01f6c8
Compare
Choose a tag to compare

Hotfix release to include 92ac7c6

Changes:

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

V2.2.0

17 Apr 15:04
1d4a077
Compare
Choose a tag to compare

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:

a643f88 closes XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator-gui#1

V2.1.0

09 Jan 17:50
f2b80e4
Compare
Choose a tag to compare

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.