How to Root and install TWRP recovery on OnePlus 3

Root and install TWRP recovery on OnePlus 3 with this simple and step by step guide. If you are bored by using the same user interface or settings and want to experience something more on your OnePlus 3 then rooting is the first step which open all the doors for always trying something new. With Root, you can not only gain all the control but actually can rule over your phones entire system. Yeah obviously rooting also has some drawbacks, but hey what is life without taking any risks! Since rooting is considered as an unofficial process which is obviously not supported by the OnePlus, it directly ends up in loosing your phones warranty. But don’t worry as there are still many ways to unroot your phone and gain the device warranty back.

Many users don’t like certain pre-installed apps that come along with the phone. The main reason is that they consume most of the space unnecessarily. Also there is no way that they can be uninstalled which makes it more irritating. But no need to worry because once you gain the root access all those pre-installed apps or what we call as bloatware can be easily flushed away from the system. Along with root we are also going to see the steps for flashing the TWRP custom recovery on your OnePlus 3.

Installing a custom recovery gives you many benefits to perform various operations on your device. This includes flashing third party custom ROMs, custom kernels, wiping data or caches, backup or restore of entire system (nandroid backups), increasing internal memory and much more. Whenever you buy a new brand smartphone, it comes with in build stock recovery. This stock recovery can perform only a few system related tasks like flashing OTA updates, wiping data and caches and a few more. But due to the extra functionality, most users always prefer custom recovery over the stock one.

As you must be familiar with the top two recoveries Clockworkmod (CWM) and Team Win Recovery Project (TWRP) which are the most famous due to their full featured functionalities. If compared, although CWM is the most preferred one, still TWRP now is gaining more popularity with the moving time. Without further ado, lets move to the actual article on how to root and install TWRP custom recovery on OnePlus 3 smartphone.

Disclaimer:

Try this process at your own risk. We at droidthunder.com won’t be held liable for any damage happened to your OnePlus 3 by following this guide. Although the chances that your device will get damaged are least still I highly recommend you to perform all the steps as they are mentioned below without implementing anything by your own.

Compatibility:

This rooting and TWRP recovery flashing process is only for OnePlus 3. Don’t even think of trying this on any other device or variant as it may lead to severe damage or even bricked device.

Pre-Requisites:

  • This procedure will void your device warranty. But if you want to regain it back then you can do that by un-rooting your OnePlus 3.
  • Ensure that you have charged your OnePlus 3 at least up to 60% so as to minimize the risk of interruption during the flashing process.
  • It is recommended that you take a backup of your entire phone data and settings in case something goes wrong.
  • (Optional) Backup EFS folder present in your phones system directory. This folder contains all your phones specific information such as the IMEI, wireless devices MAC addresses, product code, and much more. So a backup of this folder is essential. There is always a risk that this EFS folder might get corrupted. If so happened, your device will be completely useless & will no longer be recognized by your carrier. Refer our article to backup and restore EFS/IMEI data:
  1. How to backup and restore EFS/IMEI on Android Phones.
  • You must unlock bootloader of your phone before proceeding further. Refer our guide to unlock bootloader:
  1. How to easily unlock Bootloader of OnePlus 3.
  • Make sure that you’ve enabled the USB debugging mode on your phone. If not, then do so by following the path Menu->Settings->Developer options ->USB debugging. If you don’t see Developer option then go to Settings->About Phone and tap 7 times on the Build number. This will make the Developer option appear in the Settings menu.

nhj9nr2-4-1918315
53ccetg-3-3304977

  • Also enable OEM unlocking and Advance reboot mode from Developer options.

z9ua9gr-3-4397169

  • Install mobile specific USB drivers on your computer so as to detect your OnePlus 3 when connected via USB data cable. You can manually install them from the link given below:
  1. Download One Plus USB drivers for Windows.
  1. Download One Plus USB drivers for Mac.
  • (Optional) Temporarily disable all the security related tools as well as antivirus that is installed on your computer. They may interrupt the process.
Procedure to install TWRP custom recovery on OnePlus 3 smartphone:

Downloads:

  1. Download ADB setup file for OnePlus 3 smartphone.
  1. Download recovery.img file for OnePlus 3 smartphone.

Procedure:

Step 1: Download and run this ADB setup file on your computer.

Step 2: Once you run that setup file, a blue screen will appear.

root-and-install-twrp-on-one-plus-3-adb1-8070857

Step 3: Now it will ask for installing ADB and fastboot files. So press letter ‘Y’ and hit enter key.

root-and-install-twrp-on-one-plus-3-adb-2-7624200

Step 4: Then it will ask permission for installing ADB system wide. Again press letter ‘Y’ and hit enter key.

This will start installation of ADB and fastboot files.

root-and-install-twrp-on-one-plus-3-adb3-3728595

Step 5: Then it will ask permission for installing device drivers. Again press letter ‘Y’ and hit enter key.

root-and-install-twrp-on-one-plus-3-adb4-9423421

Step 6: This will start device driver installation process. Press next and complete the installation process.

root-and-install-twrp-on-one-plus-3-adb5-9467403root-and-install-twrp-on-one-plus-3-adb6-5203349root-and-install-twrp-on-one-plus-3-adb7-7111656root-and-install-twrp-on-one-plus-3-adb8-2152679

Step 7: After the installation gets completed, go to location C:adb. You’ll see these files in it:

root-and-install-twrp-on-one-plus-3-adbfiles-5542374

Step 8: Now download and copy the recovery.img file in this adb folder.

root-and-install-twrp-on-one-plus-3-adbfiles2-8385160

Step 9: Now using original USB data cable connect your OnePlus 3 smartphone to computer.

Step 10: In the adb folder, hold Shift button of your keyboard. By holding shift button, right click on empty space. From the list, choose Open command window here option. This will launch the command window as given below:

root-and-install-twrp-on-one-plus-3-adbfiles3-2501910root-and-install-twrp-on-one-plus-3-cmd0-2875445

Step 11: In the command window, type the following commands and hit enter:

adb devices

root-and-install-twrp-on-one-plus-3-cmd1-8982674

As soon as you press enter key, you’ll see a message saying ‘List of devices attached’ along with random numbers. This will confirm that your OnePlus 3 has successfully connected to your computer.

Note: If such thing doesn’t happen then re-install the USB drivers. If the problem still persists then change the USB cable or USB port.

Step 12: Now type the next command and press enter:

adb reboot bootloader

root-and-install-twrp-on-one-plus-3-cmd2-1460555

This will restart your OnePlus 3 into bootloader mode as shown below:

root-and-install-twrp-on-one-plus-3-unlocked-screenshot-8806117

Step 13: Then type the fastboot command and press enter:

fastboot devices

root-and-install-twrp-on-one-plus-3-cmd3-9571921

This command will again confirm the successful connection with some random numbers.

Step 14: Now its time to flash the TWRP custom recovery. So type the following command and hit enter key:

fastboot flash recovery recovery.img

root-and-install-twrp-on-one-plus-3-cmd4-7829648

As soon as you hit enter key, the TWRP custom recovery flashing process will begin.

root-and-install-twrp-on-one-plus-3-cmd5-8799026

Step 15: Now disconnect the phone by manually unplugging the USB cable from PC. Then press and hold Volume down + Power button until your device enters the recovery mode.

Step 16: In TWRP recovery, you’ll see the following screen:

root-and-install-twrp-on-one-plus-3-twrp-1-3539689

Just tick the ‘Never show this screen’ message and swipe to allow modifications.

Step 17: Now once you land into main screen of TWRP recovery, select Reboot option. Then select System option to restart your OnePlus 3 device.

root-and-install-twrp-on-one-plus-3-twrp-2-1410728

Great! You’ve successfully flashed the TWRP custom recovery on your OnePlus 3 smartphone.

Before proceeding to the Rooting process make sure to take nandroid backup. Refer our detailed article for taking Nandroid backup:

  1. How to take Nandroid Backup of any Android Phone with 8 simple methods.
Procedure to Root OnePlus 3 Smartphone:

Downloads:

  1. Download SuperSU.zip file for OnePlus 3 smartphone.

Procedure:

Step 1: Download SuperSU.zip file on your computer. Do not extract it.

Step 2: Connect your OnePlus 3 to computer and copy the SuperSU.zip file on your phones internal or external storage.

Note: You may directly download the zip file on your phone.

Step 3: Power off your OnePlus 3 and boot into TWRP custom recovery mode. For doing so, press and hold Volume Down key + Power Key simultaneously until your phone lands into recovery mode.

Step 4: On the main menu of TWRP, click on the Install option. Then navigate to the SuperSU.zip file and select it.

root-and-install-twrp-on-one-plus-3-twrp-3-6586318

Step 5: On the next screen swipe to start the flashing process.

root-and-install-twrp-on-one-plus-3-twrp-4-6707726

Step 6: After completion, you’ll see a message saying successful on the screen.

root-and-install-twrp-one-plus-3-twrp-5-9842284

Step 7: Now restart your OnePlus 3 by navigating to Reboot>System in TWRP recovery mode itself.

Step 8: That’s all! You’ve successfully rooted your OnePlus 3 smartphone. You can confirm the same from Root checker app.

Success

Voila! You’ve successfully rooted and flashed Team Win Recovery Project (TWRP) on your OnePlus 3 smartphone. You can now change & view the system settings, do nandroid backup, flash custom ROMs, wipe data/cache and do much more. Finally if you come across any difficulty while going through the process, then do let me know through the comments. Till then Enjoy! ?

Source