1 min to read
OnePlus 9 Pro - Root Android
How to Root OnePlus 9 Pro device.
Step 1. Install Android 11 Global LE15AA
The latest Android 11 Global ROM should be LE15AA_11.2.10.10
- The same process will work for any other Android version, just need to match the Magisked boot image.
Step 2. Unlock bootloader if you haven’t
- This step will erase the phone entirely
- Enable USB Debugging again and make sure your PC is authorize
- OEM Unlock should be grayed out (already unlocked)
Step 3. Download Magisked Boot.img
OOS 11.2.10.10 boot : Untouched/Magisked (AA)
https://forum.xda-developers.com/t/guide-magisk-unlock-root-keep-root-oos-13-f-16.4252373/
Step 4. Boot with temporary Root access
# Reboot in Fastboot mode
>adb reboot bootloader
# Confirm the device is showing
>fastboot devices
71xxxxb9 fastboot
# Temporary root (safer than flash directly)
>fastboot boot magisk_boot.img
Sending 'boot.img' (98304 KB) OKAY [ 2.188s]
Booting OKAY [ 0.344s]
Finished. Total time: 2.609s
Step 5. Complete Magisk install and Permanent Root
- After booting with temporary magisk_boot.img, there will be a new app Magisk installed.
- Open Magisk app and select “Upgrade to full Magisk”. It might ask to confirm installing from this source.
- Requires Additional Setup - click CANCEL. If you clicked OK by accident, just boot in temporary root again from previous step.
- Click Install and select Direct Install (Recommended)
- Reboot
References
https://forum.xda-developers.com/t/guide-magisk-unlock-root-keep-root-oos-13-f-16.4252373/
https://www.droidwin.com/temporarily-root-android-via-magisk