OnePlus X E1001

Okay, I would start from scratch, so…

  1. Restart your Ubuntu PC (do not connect Phone OnePlus X to the PC)

  2. Now use the terminal window and enter the following commands in the correct order:

  • [sudo¹] add-apt-repository ppa:phablet-team/tools
  • [sudo¹] apt-get update
  • [sudo¹] apt-get install phablet-tools android-tools-adb android-tools-fastboot
  1. Connect your OnePlus X to the Ubuntu PC .The next command should show the unique ID number of your device:
  • [sudo¹] ] fastboot devices
  1. Now flash TWRP Recovery with the following command
  • [sudo¹] fastboot flash twrp-3.3.1-0-onyx.img (twrp-3.0.2-0-onyx.img)
  1. the flashing process takes a few seconds.

  2. When the installation is complete, disconnect the OnePlus X from the Ubuntu PC and press and hold the On/Off button to exit the Quick Start mode.

  3. TWRP Custom Recovery should now be installed on your OnePlus X

Note: [sudo¹] is not preferred by every user