General [RMX2202] Realme GT 5G (UI2.0 & UI3.0) - ALL ROOT

Search This thread

wentallout

New member
May 10, 2022
2
0
Realme GT
Do I need to install something before I use this? Will this work on my China version? I think my version of Realme GT 5G is China (because it has a bunch of useless Chinese apps when I first bought it).
 

Catoplepas

Member
Dec 29, 2020
31
3
Hi guys!
I have the european version and android 12.
this method work? have i to unlock the bootloader before to use this method?
i want understand more because this device isn't cheaper for me
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hi, it seems like this version of Magisk doesn't let you enable Magiskhide, am I right ?
    (I'm on Realme UI 2.0 - Android 11) , is there a way to use my banking apps, Google Pay, etc.?
    Thanks
    1
    I could root a European RMX2202_11_a.17 this way.
    First I checked OEM unlock in developer options.
    The most difficult part is getting into bootloader. I used a program DeepTesting_realme-release_20210426_newID_signed.apk for this, which I had from https://forum.xda-developers.com/t/...-twrp-2022-02-21.4381727/page-3#post-86279181, I believe.

    Hereafter I did under Linux the same as the batch files:

    Code:
    fastboot flashing unlock

    Hereafter an automatic reinstall

    Reenabling development options and USB debugging.

    Code:
    adb reboot bootloader

    In bootloader:

    Code:
    fastboot boot twrp/twrp11.img

    Change the language.

    Uploaded a recent version of magisk renamed to zip to tmp

    Code:
    adb push Magisk-v24.3.zip /tmp

    Pressed install in twrp and selected this file.

    Hereafter reboot to system.

    EDIT:
    After the update to Android12 RMX2202_11_C.05, I could root it the same way using twrp/twrp12.img.
    You can just press Cancel when asked for a password.
    EDIT2:

    After the last update RMX2202_11.C.16_1160_202204192320.44.7636e18c (for which I didn't remove root), the above method didn't work anymore.

    fastboot boot twrp/twrp12.img

    resulted in a black screen. I could adb in to recovery, but

    /bin/twrp install /sbin/Magisk.zip

    gave the following message:

    TWRP does not appear to be running. Waiting for TWRP to start . . .

    Press CTRL + C to quit.


    EDIT3:
    Booting the same way from the recovery I found here https://droidfilehost.com/download/download-realme-gt-5g-rmx2202-twrp-recovery-file/ worked. The only problem is that it is Chinese so you have to guess what to do.

    EDIT4:

    After the update to RMX2202_11.C.20_1200_202207201946.44.84bc864c, this method still works (when the bootloader is unlocked):

    adb reboot bootloader
    #WAIT
    fastboot boot recovery.img
    #WAIT
    adb push Magisk-v25.2.zip /tmp
    adb shell /bin/twrp install /tmp/Magisk-v25.2.zip
    adb reboot

    EDIT5:
    Also works with RMX2202_11.C.27.
    EDIT6:
    Exactly the same way, it also works after the Android 13 update (RMX2202_11_F.03). See https://forum.xda-developers.com/t/how-to-root-realme-gt-5g-android-13.4527833