OnePlus X TWRP Recovery

OnePlus X TWRP Recovery: in order to install the OnePlus X TWRP recovery, you must first have Unlocked the OnePlus X Bootloader. If your OnePlus X bootloader is unlocked, then you may proceed with this tutorial accordingly. This is the second step to rooting your OnePlus X.

Things You’ll Need

Instructions

  • Rename the recovery file that you downloaded above to recovery.img and move the .img file into the ADB folder that your downloaded and extracted on your desktop (this step is in the tutorial for the bootloader unlocking).
  • Turn the OnePlus X off. Boot it into fastboot mode by holding volume up + power. The OnePlus X will display “fastboot” indicating that it has successfully entered fastboot mode

Once the device is in fastboot mode, you will need to connect it to one of your computers via the USB cable that came wit your OnePlus X and run the following commands. (You must open a command prompt window from the ADB folder. Hold the Shift button and Right click on the White space of the folder and click on “Open Command Window here”). When the window opens, enter the following command:

  • fastboot flash recovery recovery.img If the command does not work, or if you receive an error like can’t find recovery.img then, type fastboot flash recovery and press spacebar, then, drag the recovery.img into the command window and press enter to flash.

Once the flash has completed. Switch off your OnePlus X by Holding the power button until the OnePlus X reboots. Once the OnePlus X restarts, the OnePlus X TWRP recovery will be installed on your OnePlus X. Congratulations, you may now proceed to Root your OnePlus X smartphone. Check out the video below if you want to see how to perform the steps above.

Install twrp Recovery on One Plus X

Fastboot Install Method (No Root Required):

You will need the platform-tools from the Android SDK on your computer. Find the SDK Only section on the page linked and install the SDK and download only the platform-tools to get adb and fastboot binaries.

Windows users will need proper drivers installed on your computer. You can use the Naked ADB drivers or the Universal ADB drivers if you don’t already have a working driver installed

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:

adb reboot bootloader

You should now be in fastboot mode. Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:

fastboot flash recovery twrp.img 
fastboot reboot

Thanks for reading our OnePlus X TWRP Recovery installation guide. We hope that it has helped you in some way and be sure to check out our other guides.

Add Comment