Unlock Bootloader, root as well as Flash TWRP on OnePlus One

The OnePlus One is the flagship killer Android gadget about which everybody is speaking for a while now. It is powered by the Snapdragon 801 chipset, clocked at 2.5 GHz with a Quad-Core processor. It has a whooping 3 GB of RAM. For smartphone gamers, you will be happy to understand that the OnePlus One sports the Adreno 330 as its GPU. With all of these beastly specifications, the OnePlus One costs only around $300 for the 16 GB variant, as well as $350 for the 64GB variant. It is still difficult to get a hold on the flagship gadget still, as you requirement to pass with the invite system first! however if you’re one of the few lucky people to get a hand on this device, you may want to get those additional as well as special benefits by rooting it, installing a custom recovery, as well as unlocking its bootloader!

On many smartphones, you requirement to unlock the bootloader very first in order to gain overall gain access to over the device. The OnePlus One sure is one of those many devices. In this article, we’re going to provide you all with the procedures of doing the complying with to your OnePlus One:

Unlocking Bootloader

Flashing custom Recovery

Rooting 

Although there is a Toolbox offered to unlock the bootloader, as well as set up a custom healing on the OnePlus One, we’re going to comply with the safer side, which is to do everything manually. let us get right into the article!

Prerequisite Knowledge

In order to do the complying with to your OnePlus One, you’ll very first requirement to comprehend the idea of it all. below are the definitions of the three most important things that we are going to do with a OnePlus One today.

Unlocking Bootloader : By doing so, you will have overall gain access to to your OnePlus One’s interior memory, therefore enabling gain access to to root as well as set up a custom healing on it.

Flashing A custom healing : The stock healing that includes your OnePlus One is not powerful sufficient to set up a custom ROM. Thus, you’ll requirement to set up a custom healing on it. We suggest TWRP, however CWM is likewise a great choice for beginners.

Rooting : Rooting your Android gadget basically means to gain all the gain access to to its root as well as interior system files. When you root a device, you can utilize the special benefits which are not offered on a non-rooted device.

Once you’ve comprehended what these terms mean, you may now proceed to the guide.

Downloads

ADB as well as fastboot: Download

Universal ADB Drivers: Download

TeamWin Recovery: Download

SuperSU: Download

Requirements

Basic understanding about rooting, installing a custom healing as well as unlocking the bootloader.

A PC to work on.

A OnePlus One.

ADB drivers installed on your computer.

The battery on the OnePlus One should be above 60% to prevent any type of abrupt shutdowns in between the processes.

Unlocking the bootloader of your OnePlus One will wipe everything. So make sure you backup everything that is important.

Part 1 – inspecting If Everything’s Right

Install the ADB drivers on your computer if you haven’t already.

Now, download as well as extract the Android SDK Slimmed version on your desktop. It is extremely suggested that you extract it on your desktop only, as all the codes in this guide refer to the folder which is on the desktop.

To verify that the SDK bundle is working properly, launch CMD utilizing the Windows + R key, as well as type in ‘CMD’ without the quotation marks. now type in the complying with code:

cd Desktop/android-sdk-windows/platform-tools
adb version

If the CMD window displays “Android Debug Bridge version x.x.xx“, it is working properly. If it doesn’t, make sure you have installed all the elements properly.

Once whatever is set up as well as is completely working, you may now proceed.

Part 2 – Unlocking the Bootloader

Unlocking the bootloader is the only tricky part in this whole guide. however at the exact same time, it is the most important one. note that we are not accountable for any type of bricks on your OnePlus One. proceed with caution.

Switch off your OnePlus One, as well as boot into the fastboot mode which can be accessed by holding down the Power + volume Up buttons at the exact same time. when your device’s screen screens ‘Fastboot’, you are prepared to go.

Now, link your OnePlus One to the PC, as well as introduce CMD. then type in the complying with codes:

cd Desktop/android-sdk-windows/platform-tools

fastboot devices

The complying with command will listing all the linked devices. If it recognizes your One, go ahead, however if it doesn’t, the drivers may not have installed properly. Reinstall the drivers as well as try again.

Now, proceed with unlocking the bootloader by typing in the complying with command :

fastboot oem unlock

Your phone should now reboot, as well as all the data should be deleted. set up whatever on your OnePlus One, as wellnull

Back to top