Skip to content

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

  1. Download boot.img, dtbo.img, vendor_boot.img, and recovery.img
  2. Boot into bootloader (POWER + VOL_DOWN)
  3. 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
  1. Reboot into recovery
bash
fastboot reboot recovery
  1. Wipe data in recovery
  2. Sideload the ROM
bash
adb sideload crDroidAndroid-XXX.zip
  1. Click no, and reboot into the system

Subsequent flashing

  1. Download the ROM zip
  2. Boot into recovery
  3. Sideload the ROM
bash
adb sideload crDroidAndroid-XXX.zip
  1. Click no, and reboot into the system