twrp installation tutorial

How To Flash Xiaomi Redmi Note 8 With TWRP Recovery

In this post we’ll give the tutorials on how you can firstly install TWRP Custom Recovery on your Redmi Note 8 and then we will learn how to flash Official or Custom firmware using TWRP. There’s nothing really hard, but we still would like to remind you, that you take all the responsibility for any possible issues after doing manipulations with your device.

Another thing you should keep in mind, that you can only install TWRP, if you have already unlocked the bootloader on your phone. If not, browse our website for detailed instructions on how to proceed with unlocking.

Install TWRP Custom Recovery on Redmi Note 8

First of all, you must have installed Platform-tools on your Windows PC.

  1. Download vbmeta.img
  2. Download required TWRP Custom Recovery for Redmi Note 8. You can find different versions here.
  3. Copy downloaded files to the folder with ADB Platform-tools.
  4. Open command prompt on your PC.
  5. Enter the following commands:
    1. fastboot devices – to check if your device is connected correctly.
    2. fastboot –disable-verity –disable-verification flash vbmeta vbmeta.img – to flash vbmeta patch.
    3. fastboot erase recovery
    4. fastboot flash recovery recovery.img
      • this will flash the Custom Recovery, where “recovery.img” is the name of downloaded recovery image file.
  6. If you currently have stock recovery, then you must reboot into recovery at this step, by pressing “Power” and “Volume Up” buttons. If you reboot into system right now, before booting into TWRP firstly, the custom recovery will be removed automatically. If this happened, you should just repeat the same steps above once again.

How to flash official & custom ROMs on Redmi Note 8 using TWRP Recovery

Here’s the very simple step-by-step tutorial on how to install official MIUI and custom firmware, including localized ROMs, on Xiaomi Redmi Note 8 device using previously installed TWRP Custom Recovery. Before flashing any ROM it’s highly recommended to backup your device data, so that you can easily restore in case of failure or any issue.

  1. Download the ROM you want to flash in .zip format and move to phone SD card.
  2. Boot into TWRP Custom Recovery.
  3. Format data.
  4. Go back to main menu, and reboot to TWRP.
  5. Wipe: Dalvik/ART Cache, Cache, System, Vendor and internal memory (optionally).
  6. Now go to “Install” menu and flash the downloaded ROM.
  7. Wipe Dalvik cache.
  8. Reboot into system.

To update ROM version via TWRP:

  1. Reboot into TWRP.
  2. Wipe: Dalvik/ART Cache, Cache, System, Vendor.
  3. Install downloaded archive with ROM.
  4. Reboot into system.