OnePlus 8 is much affordable than OnePlus 8 Pro and thanks to its competitive pricing and great specs, it is one of the fastest Android devices you can buy right now with a few trade-offs like Wireless charging and a Full HD display instead of a QHD one. And to Unlock its true potential, you can root it to use more advanced features like Magisk modules. OnePlus also makes it easy to root their device and in this post, you will see a Step by step guide to Root OnePlus 8. This method needs no Custom Recovery like TWRP, instead, we will be flashing Magisk patched boot image using Fastboot that needs an Unlocked Bootloader and a PC or Mac.
An Android Enthusiast is well aware of rooting and its benefits that put Android on the bright sight against its rival iOS. Rooting is simply unlocking the root-level access, so you can modify the system files that are not accessible without root access. And with John Wu’s Magisk, you can root the device systemlessly and also install all the Magisk Modules systemlessly. “Systemlessly” does not modify the /system files that mean it does not trip the Safety net.
Speaking of OnePlus 8, it was released in April 2020 along with the 8 Pro. It is powered by the Qualcomm SM8250 Snapdragon 865 chipset along with Adreno 650. It comes in two variants: 128GB 8GB RAM, 256GB 12GB RAM. The display is 6.55 inches Fluid AMOLED panel with a resolution of 1080 x 2400 pixels. Coming to the cameras, the backside houses 4 cameras setup of primary 48 MP lens accompanied by ultrawide and macro sensors. It is fueled by a 4300 mAh battery with 30W fast charging.
Table of Contents
Download Section
Magisk Zip (Only if you have TWRP installed)
- If you have already flashed a Custom Recovery like TWRP, then simply flash the Magisk Zip using the Recovery, otherwise, follow the guide given below that needs no TWRP.
How to Root OnePlus 8
Step 1: Unlock the Bootloader
Step 2: Download Firmware for OnePlus 8 and Extract Boot.img
Step 3: Patch the Boot.img using Magisk Manager
Step 4: Flash the Patched Boot.img using PC (fastboot)
Let see all steps in detail:
Step 1: Unlock the Bootloader, Enable OEM Unlock, and USB Debugging
- Enable USB Debugging and OEM Unlock in developers options ( Tap a few times on Build no. to unlock Developers options)
- Enable Advance Reboot in the Developer option and then Reboot the Device into Bootloader mode
- Connect the device to PC and Open Powershell or Command Window by Shift + Right Click
- Type this Command to Confirm if the device is connected and Fastboot is working
fastboot devices
- Type this Command to Unlock the Bootloader
For Windows
fastboot oem unlock
For macOS
./fastboot oem unlock
On your OnePlus 8, there will be two new options, select the Unlock Bootloader option using Volume keys and press Power Button to Confirm it
And that its, the device is now unlocked, that means you can give the command to it via fastboot, that can be used to flash TWRP, Boot images, and other img files
Step 2: Download Firmware for OnePlus 8 and Extract Boot.img
- Download the Firmware from above
- Extract the zip file and you will find a file named boot.img
- Copy the file to your OnePlus 8
Step 3: Patch the Boot.img using Magisk Manager
- Download Magisk Manager Manager from above and Install it
- Open the App and Click on Install Magisk
- Then choose the option “Select and Patch a File”
- Choose the boot.img you previously moved to OnePlus 8
- It will produce a patched file named magisk_patched.img in the Download folder.
Step 4: Flash the Patched Boot.img using PC (fastboot)
- Move the Patched magisk_patched.img to the pc in C:/adb folder
- Boot the device to Fastboot mode by using Advance reboot menu (Can be enabled in Developer options)
- Connect the OnePlus 8 to your PC, Make sure all drivers are Installed, including ADB and Fastboot
- Shift + Right-click and open PowerShell window or command window
- Type this command to make sure the device is connected
fastboot devices
- If the device is connected, then it will return the Fastboot ID
- Next, type this command to flash Patched boot image, Make sure that patched boot image is named magisk_patched.img
fastboot flash boot magisk_patched.img
- This will flash the patched boot image file, Now type this command to reboot to system
fastboot reboot
- Go to the Magisk Manager app to check the root status
So, these were the steps to root OnePlus 8. If you have any trouble in any step, then let us know in the comment section. Also, Follow us on Twitter for updates about Android