Xiaomi 14 - phhusson/treble_experimentations GitHub Wiki
📱 Xiaomi 14 - houji
⚠️ This page is work-in-progress
| Device Info | |
|---|---|
| Name | Xiaomi 14 |
| Codename | houji |
| Architecture | ARM64 |
| System-as-Root | Yes |
| VNDK Lite? | No |
📃 Steps to install
- Unlock the bootloader
- Grab the
vbmeta_system.imgof 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.
⚙️ Hardware support
ToDo...