Rooting Device Realme 3 Pro
Unlock Boot Loader
- Pastikan bahwa USB debugging telah aktif.
- Install
adb
danfastboot
.1
➜ sudo apt install android-tools-adb android-tools-fastboot -y
- Downgrade terlebih dahulu ke Android 10. Untuk itu, download file .ozip yang dibutuhkan, lalu simpan pada salah satu direktori perangkat.
- Masuk ke Recover Mode (matikan perangkat, lalu tekan tombol
power
danvolume -
bersamaan). - Install file
.ozip
tersebut dengan memilihEnglish
->Install from storage
->From SD Card
-> lalu pilih.ozip
yang sudah disimpan sebelumnya. - Tunggu hingga selesai.
- Setelah itu download dan install APK DeepTesting.
- Buka aplikasi DeepTesting, pilih
Start applying
->Query verification status
->Start the in-depth test
untuk masuk ke dalam mode fastboot. - Jalankan perintah berikut untuk meng-unlock bootloader.
1 2
➜ fastboot devices ➜ fastboot flashing unlock
Install TWRP + Root (Magisk)
- Download TWRP pada PC.
- Download Magisk, lalu simpan pada salah satu direktori perangkat.
1 2
➜ adb devices ➜ adb reboot bootloader
- Install TWRP.
1
➜ fastboot flash recovery <twrp.img>
- Masuk ke TWRP dengan cara yang sama untuk masuk ke Recovery Mode.
- 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.