OnePlus launched its 2020 flagship a few months back. The Oneplus 8 series. Ever since Oneplus One the custom ROM and mods of OnePlus have been on high demands and high development. Oneplus 8 series is no less and custom mods and rooms are already out for the 2020 flagship phone. The Oneplus 8 is powered by the latest snapdragon 865 along with 6,9 and 12 GB of RAM options. So if you are looking for some custom mods that need root then first you have to unlock the bootloader of the OnePlus 8. So here is a step-by-step guide on how to unlock the bootloader of the OnePlus 8 series.
- Fix TWRP Error 7 (While Flashing Custom ROM via TWRP)
- How to Fix FAILED (remote: unknown command) Error
- How to Permanently Install TWRP without TWRP ZIP File (only using TWRP.img file)
- Root Android Devices Without TWRP Recovery
What is Bootloader?
According to Google “A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device. It guards the device state and is responsible for initializing the Trusted Execution Environment (TEE) and binding its root of trust”. Confused? So am I! let us leave all this aside.
In simpler terms, a Bootloader is a software that runs every time your phone boots (start). It contains a set of instructions that tells the device which program to load at what instance. It also decides whether to boot your device to ‘Android OS’ or to the ‘recovery mode’. Consider it a gateway, leading towards a road having all directions in technical jargon. hence, if you aren’t comfortable with the technical terms, you may get ‘lost’ in the way (if that happens, just remember us!).
Downsides of Unlocking the Bootloader
The biggest downside of unlocking the bootloader is that the warranty of your device would be void. But why do the manufacturers do this? The answer is simple. All the OEMs ship their devices with a locked bootloader so that the users could only use the stock OS that comes pre-installed.
The device vendors do not want the users to try out the customized version of the OS as they are launched by third-party sources such as LineageOS or Resurrection Remix. The manufacturers are in no way related to these creators, hence they distance themselves by voiding the warranty of the device.
- How to Install OxygenOS OTA on Rooted OnePlus devices
- Install Custom Kernel ElementalX 1.00 on OnePlus Nord
- Disable DM-Verity or Android Verified Boot without TWRP
- How to Update Magisk ZIP and Magisk Manager (without TWRP)
How to Unlock Bootloader of OnePlus 8, 8 Pro, and 8T
In order to unlock the bootloader of your device, follow the below-mentioned points. Make sure not to skip any one of them.
Prerequisites
- Your entire data would be wiped off. So before beginning with the process, make sure to make a complete backup of your device.
- Enable USB Debugging and OEM Unlocking: Go to Settings > About Phone > Tap on ‘Build Number’ 7 times > Go back to ‘Settings’ > Head over to ‘Developer Options’ > Enable ‘OEM Unlocking’ > Also enable ‘USB Debugging’ from there only. You may also read our guide on how to enable it. [Don’t Miss: Enable USB Debugging on a Broken Android Device’s Screen? Here’s a Workaround]
- Download ADB and Fastboot Tools for executing various commands.
Steps to Unlock Bootloader on OnePlus 8, 8 Pro, and 8T
- Connect your device to PC via USB cable.
- Navigate to the folder where you have installed Android SDK and Platform Tools.
- Inside the folder, while pressing the ‘Shift’ key, right-click on an empty location.
- Select ‘Open PowerShell window here’.
- You could also type in CMD in the address bar, type in CMD in the address bar, and hit Enter. This will open Command Prompt, inside which you could execute the below commands.
- Type the below code to boot your device to fastboot/bootloader mode:
adb reboot bootloader
- Now type the below code to unlock the bootloader of your Android device. Executing the below code will also wipe off all the data from your device.
fastboot oem unlock
- If you get a confirmation message on your phone’s screen, reply in the affirmative (‘Yes’, ‘I agree’, Unlock the Bootloader’, etc).
- Reboot the device by typing the below code:
fastboot reboot
That’s it. You have successfully unlocked the bootloader on OnePlus 8, 8 Pro, and 8T. The first boot may take a little longer than usual. That is completely normal. With an unlocked bootloader, go ahead and try rooting your device, flashing various custom ROMs, and installing tons of amazing mods, including GCam.
- [GUIDE] Flash ROMs/Magisk/TWRP/Kernels on A/B Partition Devices
- Everything About Magisk- Manager, Modules, and More
- Best Magisk Modules of 2020 [PART-1]
- How to Fix FAILED (remote: unknown command) Error