Home > Unlock Bootloader

Unlock Bootloader of Vivo iQOO 3

Vivo’s sub-brand launched a new flagship phone iQOO 3. It is powered by flagship hardware and is priced very aggressively. The phone runs on Snapdragon 865 and is coupled with 8 GB of RAM. The phone has an insanely fast 55w fast charging which charges the 4440 mAh battery under an hour. The phone features 6.44 inches of FHD+ display along with an in-display fingerprint scanner. More or less it is a true gaming phone and is an easy recommendation for gamers. In this guide, we will give a step by step guide on how to Unlock Bootloader of iQOO 3.

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 the ‘recovery mode’.

By default, most of the OEMs ships their devices with a locked bootloader. The reason for their part is quite simple: they only want you to run the OS that they ship on their device. The reason for the same is due to security concerns. But they still leave a window of opportunity for the tech geeks those who wish to tweak their device’s system. And if you are one of them, then this guide is all that you will require.

Why Should I Unlock the Bootloader of iQOO 3

Unlocking your device’s bootloader is like opening the gate to a plethora of opportunities. You could flash various Custom ROMs, install Custom Recovery (like TWRP), try out tons of mods and hacks, and most importantly- root your device. After you get administrative privileges, you could then try out a ton of Magisk ModulesXposed Framework among others.

What is even more interesting is the fact that just by using a single line of code, the bootloader could be unlocked. So what are you waiting for, go ahead and give it a try, or should you? Before beginning with the process of unlocking the bootloader of iQOO 3, make sure to read the downsides of unlocking it. All this is mentioned in the below article.

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.

Apart from the warranty void, you will also lose all the data stored on your device. Moreover, some apps like Netflix also has some negative consequences. The L1 Widevine Certificate gets lowered to L3 and as a result, you wouldn’t be able to stream Netflix contents in HD quality. Last but not the least, there’s always some chances of your devices getting boot loop or ending in a bricked state.

So, Should I Unlock My Device’s Bootloader

See, the onus completely lies in your hands. If you are among the tech geeks who love to tweaks with their devices, then give no further thoughts. As far as the warranty is concerned, well trust me there is ‘no’ software issue which cannot be rectified by yourself if you have some knowledge about rooting and flashing related stuff.

So the need to meet the guys at the service centre does not arise! In a nutshell, if custom ROMs and rootings are what you think of day and night, then look no further. But if you only use your device only for chatting and calling purposes, then I’m there isn’t much in store for you. You could very well carry on with the normal uses, without ever giving a second thought of unlocking the bootloader.

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: To do so, head over to Settings and navigate to About Phone. Then tap on Build Number 7 times, doing which you should be greeted with a message along the lines that you are now a developer. Now go back to Settings and head over to System. Tap on Advanced and now you should see the Developer Options.
    usb debug android 10
  • Enable OEM Unlocking: To unlock the bootloader of iQOO 3, you will also be required to enable OEM unlocking. To do so, head over to Developer Options and enable the said toggle.
    oem unlock bootloader
  • Download ADB and Fastboot Tools for executing various ADB and Fastboot commands.

Warning

DroidWin or any of its members won’t be held responsible in case anything happens to your device while performing the below steps. You completely understand the risk of bootloader unlocking and proceed ahead at your peril.

Steps to Unlock Bootloader of iQOO 3

  1. Connect your device to PC via USB cable.
  2. Navigate to the folder where you have installed Android SDK and Platform Tools.
  3. Inside the folder, while pressing the ‘Shift’ key, right-click on an empty location.
  4. Select ‘Open PowerShell window here’.
    Unlock Bootloader Android Devices- Open PowerShell window here
  5. Well, you could also use Command Prompt if you wish. For that, type in cmd in the address bar and hit Enter.
  6. Next, type the below code to boot your device to fastboot/bootloader mode:
    adb reboot bootloader
  7. Now type the below code to unlock the bootloader of iQOO. Executing the below code will also wipe off all the data from your device.
    fastboot bbk unlock_iQOO
  8. If you get a confirmation message on your screen, reply in affirmative (‘Yes’, ‘I agree’, Unlock the Bootloader’, etc).
  9. Reboot the device by typing the below code:
    fastboot reboot

So this was all from this guide on how to unlock the bootloader of Vivo iQOO 3. If you have any queries, do let us know in the comments section below. Rounding off, don’t forget to check us our comprehensive Magisk guide as well.

Share:
  • fastboot bbk unlock_IQOO
    fastboot: usage: unknown command bbk