Realme 3 : TWRP Magisk Root UBL

Tested on Realme 3 RMX1821

Custom Recovery

https://github.com/fawazahmed0/android_device_Realme3_RMX1821/releases

1. Unlock bootloader if not done yet.

  • DeepTesting_Tool_realme3.apk
  • fastboot flashing unlock

2. Fastboot mode

  • power off your phone by pressing power button
  • hold volume down + power button to boot into fastboot mode

3. Commands to execute:

  • fastboot flash recovery twrp-3.3.1-0-spartan.img
  • fastboot -w
  • fastboot oem reboot-recovery

4. TWRP

  • Now there will be blank screen, Press power button 3-4 times until the screen shows up.
  • Touch will not work for 40 seconds, just wait until touch starts to work
  • Copy and install veritydecrypt.zip in your phone using:
  • adb push veritydecrypt.zip /
  • adb shell twrp install veritydecrypt.zip

5. Done!

  • There will be red blinking notification due to flashing veritydecrypt.zip, you can just ignore it.
  • If you want to revert back to stock , just follow the above procedure and flash verityencrypt.zip this time and then wipe data,cache,dalvik and reboot

veritydecrypt.zip: https://www.androidfilehost.com/?fid=6006931924117905745
verityencrypt.zip: https://www.androidfilehost.com/?fid=6006931924117905744

Warning: if you did not follow the steps properly, either the twrp will be blank or you will be in endless recovery mode bootloop or you will revert back to stock recovery next time you try to boot to twrp

What is the use of veritydecrypt.zip?
1. This will remove the verity and data encryption from phone
2. This will allow gsi to boot
3. This will allow twrp to work properly, and disable OS from flashing back stock recovery

What are the cons of veritydecrypt.zip?
Red blinking notification

Leave a Comment

Your email address will not be published. Required fields are marked *