Releases: XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator
V2.2.13
What's Changed
- Exclude recovery.img from firmware files.
- Updated dependencies.
Full Changelog: V2.2.11...V2.2.13
V2.2.11
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
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
- @ghostrider-reborn made their first contribution in #86
Full Changelog: V2.2.8...V2.2.10
V2.2.8
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
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
Changes:
- New: Add support for MIUI 13 PRE zip files
- Updated dependencies.
V2.2.2
V2.2.1
V2.2.0
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
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.