TWRP Recovery for AT&T One X [Guide]

TWRP Recovery is a custom recovery for Android devices and an alternative to the more popular ClockworkMod recovery for installing custom ROMs, and is now available for the AT&T One X. TWRP recovery features full touch support with a graphical interface, and many nifty features such as the ability to queue zips for installation, a lockscreen, faster backup and restore, and more.

To install TWRP recovery on your AT&T One X, simply follow the step-by-step procedure detailed below. Be sure to read everything carefully.

Compatibility

This guide is applicable only for AT&T One X. DO NOT try this on the Rogers One X or any other device.

Warning!

The methods and procedures discussed here are considered risky and you should not attempt anything if you don’t know completely what it is. If any damage occurs to your device, we won’t be held liable.

How to Install TWRP Recovery on AT&T One X

  1. Your phone’s bootloader must be unlocked. Head over to this link to find out how you can unlock the bootloader.
  2. Download Fastboot
    Fastboot.zip
    These are the files required to run fastboot commands on your Windows PC.
  3. Download and install the drivers for the phone on your computer. Download Drivers
  4. Download the latest version of TWRP recovery from the official development page.
  5. Extract the fastboot.zip file you downloaded in Step 2 on your PC and you’ll see the following four files inside a folder named fastboot:
    • adb.exe
    • AdbWinApi.dll
    • AdbWinUsbApi.dll
    • fastboot.exe
  6. Now, turn off the phone. Then, turn on the phone in bootloader mode by pressing and holding down the Volume Down + Power keys together. Here, highlight Fastboot by using the volume keys then select it using the Power button to enter fastboot mode. Then, connect the phone to the computer.
  7. Then, do the following:
    1. Open the fastboot folder that you extracted in Step 5.
    2. Then open a Command prompt window inside the fastboot folder. To do that: “Shift + Right Click” on any empty white space inside the folder and select the ‘Open command window here’. See image below:
    3. Now type the following in the command prompt window and press Enter:
      fastboot devices
      You will get a string of random numbers and letters on the screen as shown in screenshot below, this is to ensure that your device is detected, if nothing appears on-screen with this command, then it means you don’t have the proper drivers installed on your PC. And if that’s the case you should download and install/re-install the drivers as given in step 3. And also restart your PC if required.

  8. Now, keep the command prompt window open. Then, copy the file downloaded in step 4 to the fastboot folder extracted in step 5, so that you have a total of 5 files inside the fastboot folder.
  9. Then, enter the following command in command prompt, then press Enter to flash the recovery on your phone:
    fastboot flash recovery ****.img  (replace the **** with the name of the file downloaded in step 4)
  10. You will get a finished/OKAY message after recovery has been flashed. Then, reboot the phone by typing fastboot reboot and pressing Enter in the command prompt window.
  11. That’s it. TWRP recovery has been installed on your AT&T One X. To try it out, turn off  the phone and boot into bootloader mode as given in step 6 above. Then, highlight the Recovery option and select it using the Power key to enter TWRP recovery.

TWRP recovery is now installed on your AT&T One X. Let us know how it works for you, in the comments below.