TeamWin Recovery Project 3.3.1 For Realme X [RMX1901][ABANDONED]

Edited on August 18, 2019

TeamWin Recovery Project logo

TWRP is an open source, community project. A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom “ROM” like LineageOS or OmniROM.

Whats not working ?

  • Decryption

Changelog

Device specific

  • For v3.3.1-0
    • Initial release
  • TWRP Changelog

Downloads & Device trees

Telegram Group

Installation

  • Unlock bootloader
  • Place recovery image in ADB tool’s folder.
  • Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
  • Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader/fastboot mode:
    adb reboot bootloader
    

    └ If your asks for permission to “Allow USB debugging”, tap OK.

  • Once your device boots into bootloader mode, type this into the command line.
    fastboot flash recovery recovery.img
    
  • Flash stock vbmeta with the following command
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    
  • Power off device.
  • Pick up your phone and press power button, volume up and down keys at same time. It will boot into Bootloader then boot into recovery.
  • Reboot your device.
  • Done

Wanna donate?