Disclaimer:

Team Win strives to provide a quality product.  However, it is your decision to install our software on your device.  Team Win takes no responsibility for any damage that may occur from installing or using TWRP.

Status:

Support Status: Current

Maintainer: ManshuTyagi

Code Name: RMX3031

Device Tree / files

App Install Method (Requires Root):

Download the Official TWRP App (root required):

Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (RMX3031) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

This device uses Android Verified Boot (AVB)

This means that installing TWRP or swiping to allow system modifications will prevent you from being able to boot. To bypass AVB's boot prevention, you will have to disable it or install a custom ROM that ships with disabled AVB.

To disable AVB via fastboot, grab the vbmeta image from the ROM you are on, and flash it with the following command:

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

AVB should be now disabled on your device.

TWRP Install (Requires TWRP 2.8.4 or higher already installed):

Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.

Changelog:

  • ManshuTyagi
    2021-10-24T20:36:35Z
    RMX3031: Update prebuilt to A.19 Signed-off-by: ManshuTyagi

  • TheMalachite
    2021-10-24T20:32:22Z
    RMX3031: Add support for Decryption Signed-off-by: ManshuTyagi

  • ManshuTyagi
    2021-10-24T20:29:32Z
    RMX3031: Initial commit