OnePlus 7T Pro is the latest big name in the smartphone market and as expected, it irons out all the tiny flaws that the OnePlus 7 Pro had. Not only does it have a QHD+ 90Hz display like many other flagships, but it also gets its juices from a Snapdragon 855 Plus chipset, something even the latest Pixel 4 doesnāt equip.
While thatās already more raw power than you need to run the phone, you might want to notch it up a little by getting access to root privileges on the OnePlus 7T Pro. We already have a guide to root a OnePlus 7T without TWRP and now we have compiled a workaround to get root access toĀ OnePlus 7T Pro without TWRP recovery.
Downloads:
- OxygenOS 10.0.3:
- Canary Magisk Manager
Instructions to Root OnePlus 7T Pro without TWRP:
- Ensure your bootloader is unlocked.
- Switch ON USB Debugging on your OnePlus 7T Pro through Settings > Developer Options.
- Connect the OnePlus 7T Pro device to PC using a USB cable.
- Open Command window in Windows (or Terminal on macOS) inside the folder of the extracted content. Mac users can use Spotlight to search and open Terminal and drag the folder with the boot image into the Terminal window. In Windows, Command Windows can be opened by typing ācmdā in the address bar of the folderās window and pressing enter.
- Run the following command toĀ boot the OnePlus 7T Pro into bootloader/fastboot mode:
adb reboot bootloader
If youĀ get a permission dialogue on phone to āAllow USB debuggingā, clickĀ OK.
- Once your OnePlus 7T Pro boots into fastboot mode, run this command toĀ install the patched boot imageĀ file.
fastboot flash boot magisk_patched.img
- RestartĀ your OnePlus 7T Pro by issuing the following command:
fastboot reboot
- Once booted into Android, install Magisk Manager using its APK file. (Hereās how to install an app from the APK file.)
- Open the Magisk app. open its Settings, and make sure that the āUpdate channelā is selected as āStableā here.
- In Settings, go to Advanced. Make sure that these settings are turned āOnā:
- Preserve force encryption
- Preserve avb 2.0/dm-verity
- To install root using the Magisk Manager app now, do this:
- Open the Magisk app.
- Tap on Install.
- Tap on Install Magisk.
- Tap on Direct Install.
- Restart your OnePlus 7T Pro once more. Your device is now rooted and will retain root privileges even when you boot it again.
Thatās it. You now have root privileges on your OnePlus 7T Pro. The patched boot image comes from XDA member HolyChickenGuy. In case thereās an update available on your phone, you can follow the steps given below to preserve root access and still installing the latest update.
How to install OTA update and keep root
- Disable all Magisk modules, before installing the update.
- Go to Settings > System update and click theĀ Settings icon on the top right corner.
- Tap on āLocal upgradeā and select the downloaded OTA file needed for installing the update.
- Click Install.
- Wait till a few minutes for the update to be installed.
- Do NOT reboot.
- Open Magisk Manager.
- Go to Install > Install and click on Direct Install.
- Inside Magisk Manager, head over to Install/Install/Inactive Slot.
- Manually reboot the OnePlus 7T Pro.
RELATED
Source: XDA (HolyChickenGuy)