OnePlus 7 Pro root is now available and here is how to How to Unlock Bootloader, Install TWRP Recovery and Root OnePlus 7 Pro.
OnePlus 7 pro is one of the hottest devices you can buy right now. The smartphone has one of the first 90Hz OLED display, a pop-up camera, top of the line specs and not so top of the line price. You can buy this phone for only $669 and if you already got one, here is How to Unlock Bootloader, Install TWRP Recovery and Root OnePlus 7 Pro.
More Guides:
- How to Root and Install TWRP Recovery on Redmi Note 7
- How to Install Stock Firmware on Redmi Note7/Note 7 Pro
How to Install TWRP recovery and Root OnePlus 7 Pro
Pre-requisites
- TWRP Recovery installer zip | TWRP Recovery image
- Magisk Manager apk (Download and copy it in your device internal or external storage)
- Rooted OnePlus 7 Pro boot image: OOS 9.5.3 Patched | OOS 9.5.4 Patched (by mauronofrio xda)
- Minimal ADB
How to Unlock OnePlus 7 Pro Bootloader
- Enable developer options on your OnePlus 7 Pro. Go to Settings > About phone > tap Build number 7 times. Go back to Settings > Developer options > check OEM unlocking and USB debugging.
- Open command prompt (CMD) and navigate to your minimal ADB folder (open minimal ADB folder, press shift + right-click and select “open command windows here“.)
- Connect your device to PC.
- Copy Magisk Manager apk and TWRP zip file into phone’s internal storage.
- In CMD type:
adb reboot bootloader
- Once the device reboots into bootloader, type:
fastboot oem unlock
- Use the volume keys to highlight “Unlock the bootloader,” then press your power button to select it.
- Your device will reboot and the bootloader will be unlocked.
How to Install TWRP Recovery on OnePlus 7 Pro
- Connect your phone to PC.
- Navigate to ADB folder, open CMD and type:
adb reboot bootloader
- Check which slot is currently active on your device by typing
fastboot getvar current-slot
- Select the non-active slot by typing:
fastboot --set-active="slot name" e.g fastboot --set-active=b
- Once the device boots into bootloader, type:
fastboot boot [recoveryname].img
- In TWRP recovery, tap on reboot and select the previously active slot.
- Now go back and tap on Install and flash the TWRP installer.
- Once flashed, go back and tap on reboot.
TWRP recovery is successfully installed on your OnePlus 7 pro.
How to Root OnePlus 7 Pro
- Install Magisk Manager apk file on your device.
- Connect your device to PC
- Open command prompt (CMD) and navigate to your minimal ADB folder (open minimal ADB folder, press shift + right-click and select “open command windows here“.)
adb reboot bootloader
- In fastboot, type:
fastboot flash boot boot_patched.img fastboot reboot
Congratulations! You have successfully rooted your OnePlus 7 Pro. If you have any query, feel free to use the comment section below.