-
Notifications
You must be signed in to change notification settings - Fork 661
Xiaomi 14
GG3Hahn edited this page Jul 22, 2024
·
1 revision
Device Info | |
---|---|
Name | Xiaomi 14 |
Codename | houji |
Architecture | ARM64 |
System-as-Root | Yes |
VNDK Lite? | No |
- Unlock the bootloader
- Grab the
vbmeta_system.img
of your current install. (You can find stock firmware archives here) - Reboot into fastboot (Hold Volume Down + Power when the device is off)
- Flash using the following commands:
fastboot flash --disable-verity --disable-verification vbmeta_system_ab vbmeta_system.img
fastboot reboot fastboot
fastboot erase system
fastboot delete-logical-partition product_a
fastboot delete-logical-partition product_b
fastboot flash system system.img
fastboot -w reboot
DO NOT flash vbmeta
, only do vbmeta_system
.
ToDo...