Post

Rooting Device Realme 3 Pro

Unlock Boot Loader

  1. Pastikan bahwa USB debugging telah aktif.
  2. Install adb dan fastboot.
    1
    
    sudo apt install android-tools-adb android-tools-fastboot -y
    
  3. Downgrade terlebih dahulu ke Android 10. Untuk itu, download file .ozip yang dibutuhkan, lalu simpan pada salah satu direktori perangkat.
  4. Masuk ke Recover Mode (matikan perangkat, lalu tekan tombol power dan volume - bersamaan).
  5. Install file .ozip tersebut dengan memilih English -> Install from storage -> From SD Card -> lalu pilih .ozip yang sudah disimpan sebelumnya.
  6. Tunggu hingga selesai.
  7. Setelah itu download dan install APK DeepTesting.
  8. Buka aplikasi DeepTesting, pilih Start applying -> Query verification status -> Start the in-depth test untuk masuk ke dalam mode fastboot.
  9. Jalankan perintah berikut untuk meng-unlock bootloader.
    1
    2
    
    ➜ fastboot devices
    ➜ fastboot flashing unlock
    

Install TWRP + Root (Magisk)

  1. Download TWRP pada PC.
  2. Download Magisk, lalu simpan pada salah satu direktori perangkat.
    1
    2
    
    ➜ adb devices
    ➜ adb reboot bootloader
    
  3. Install TWRP.
    1
    
    ➜ fastboot flash recovery <twrp.img>
    
  4. Masuk ke TWRP dengan cara yang sama untuk masuk ke Recovery Mode.
  5. Lalu install Magisk-nya.

Referensi:

  • https://www.youtube.com/watch?v=vh2hK3RjV2w
  • https://www.youtube.com/watch?v=t5Jb2QUCT9E
This post is licensed under CC BY 4.0 by the author.