Views: 1434

How to Root OnePlus 6 Guide! [Video Tutorial][Windows/Mac/Linux] by zedomax

OnePlus 6, here is the easiest root method even a 10-year old can follow that works on all Windows, Mac, and Linux. Now, before I begin, you will have to unlock the bootloader. If you have not unlocked your bootloader or don’t know what that is, please follow How to Unlock Bootloader on OnePlus 6 first!

Here’s a full step-by-step video tutorial:

First, I want to thank those who made roottutorials but I found an easier way to rootthat does not involve switching any slots, took me a quite awhile to figure this out but well worth the effort. You only have to flash TWRP image to boot, then with TWRP flash boot.img, TWRP installer, and Magisk with this tutorial. You can do it easily on all Windows, Mac, Linux, or even Chromebook(just install Chrome ADB on Chrome Web store)

Special thanks to magnamentis, his method didn’t work for me as I lost my Wifi but after few hours of tinkering, found you can just reflash boot.img then the TWRP installer zip file he provided, and voila! Flawless root everytime, I’ve tested this about 10 times now, thanks again for the post here:
https://forum.xda-developers.com/sho…&postcount=212

Step 1. Once you have unlocked your bootloader, make sure to SIGN IN as if you do not sign into your phone, you will end up in a nasty bootloop.

Step 2. Check your Android version in Settings->About Phone just in case you are reading this in the future when Android9.0 comes out but this tutorial is future-proof and will work on future Androidversions so long as you use the correct boot image file.

Step 3. Power off your phone and hold down Volume Up and Power buttons for about 3 seconds until you enter the Fastboot mode. When doing this, make sure your USB cable is disconnected otherwise you may enter another special mode for unbricking. If you mess up and get into that special mode, simply reboot your device by holding down Volume Down and Power buttons for about 20 seconds.

Step 4. Once in fastboot mode, connect a USB cable from your OnePlus 6 to your computer. You can use Windows, Mac, or Linux. For my video tutorial, I will be using Windows 10 but you can go ahead and use the substitute code for Mac or Linux as most of the steps are nearly identical.

Step 5. You will need to download:
NOTE: All the download links are at the BOTTOM OF THE PAGE, wait 5 secs and click on “CLICK HERE TO DOWNLOAD”, don’t click on the ads!!!

Download fastboot.zip:
https://download.highonandroid.com/f…s/fastboot.zip

Android USB Drivers for Windows:
https://download.highonandroid.com/f…riverSetup.msi

Download Magisk:
https://download.highonandroid.com/f…gisk-v16.4.zip

Download TWRP image:
https://download.highonandroid.com/f…1-oneplus6.img

Download TWRP installer zip:
https://download.highonandroid.com/f…lus6-3.2.1.zip

Download and boot.img for OnePlus 6T Android 8.1:
https://download.highonandroid.com/f…t/8.1/boot.img

Step 6. If you have followed my bootloader unlock tutorial and installed drivers for Windows, you can skip that step. If not, you can go head and run the Android USBDriver program and install drivers. For Mac or Linux, no drivers are needed!

Step 7. Unzip fastboot.zip and move over the TWRP image file you downloaded earlier to the fastboot folder.

Step 8. Open a command prompt for Windows by typing “cmd” in the search bar. For Mac or Linux, open a terminal, if you don’t know how, please Google it.

Step 9. Type the following.

For Windows:
cd Downloads
cd fastboot
fastboot flash boot twrp twrp-3.2.1-oneplus6.img

For Mac:
cd Downloads
cd fastboot
chmod 755 *
./fastboot-mac flash boot twrp twrp-3.2.1-oneplus6.img
Note: CHMOD command basically changes file permissions so you can run the files.

For Linux:
cd Downloads
cd fastboot
chmod 755 *
sudo ./fastboot-linux flash boot twrp twrp-3.2.1-oneplus6.img
Note: CHMOD command basically changes file permissions so you can run the files.

This will flash the TWRP image to your boot partition. Normally, we can simply boot TWRP image but since we don’t have official TWRP recovery(as of writing this), you will have to flash TWRP image to the boot partition, which allows us to bootTWRP recovery.

Step 10. Choose “Recovery” using the Volume keys and hit Power button to enter TWRP recovery.

Step 11. Recovery will probably be in Chinese, hit the “Read Only” button, top button on left middle.

Step 12. You can change the language back to English by hitting the second box from bottom right then hit the globe icon on top right.

Step 13. Go back to your computer and copy over the TWRP install zip file, Magiskzip file, and boot.img file.

Step 14. You don’t need the USB cableconnected anymore. Go ahead and installthe boot.img file using the image option in Install menu. This will flash back your regular boot image to the boot partition.

Step 15. Next, install the TWRP install zipand Magisk zip file. This will give you permanent TWRP recovery and full root.

Step 16. Reboot and you should see everything working including WiFi, 4GLTE, yadayadayada. Open Magisk Managerapp and find you have full root with SafetyNet pass also so you can hide root.

Verify you have full root by installing Titanium Backup app(free app) on the Play Store, you should see a Superuser request window.