Appearance
Flashing
Mondrian only
This guide is only applicable for POCO F5 Pro (mondrian)!
Getting the ROM zip
You can get the ROM from my Telegram channel @mondrianmoment
First time flashing
Images
All the images are automatically updated when a new build is released
- Download boot.img, dtbo.img, vendor_boot.img, and recovery.img
- Boot into bootloader (POWER + VOL_DOWN)
- Flash all images
bash
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash recovery recovery.img- Reboot into recovery
bash
fastboot reboot recovery- Wipe data in recovery
- Sideload the ROM
bash
adb sideload crDroidAndroid-XXX.zip- Click no, and reboot into the system
Subsequent flashing
- Download the ROM zip
- Boot into recovery
- Sideload the ROM
bash
adb sideload crDroidAndroid-XXX.zip- Click no, and reboot into the system