Skip to content

OnePlus One Manual Recovery and Superuser Installation

Amersel edited this page Feb 7, 2015 · 6 revisions

Recovery Flashing

  • You are going to need to install a recovery such as TWRP or CWM

TWRP

  • Notice: You need adb and fastboot installed for this to work
  1. Download the latest version of TWRP here

  2. Make sure you have USB debugging enabled and plug your phone into your computer

    • If it isn't, go to settings and scroll down to the bottom. Click About phone. Tap Build number until it says that you have enabled developer settings. Now go back to settings and click Developer options. Look for USB debugging or Android debugging and enable it.
  3. In your command line with adb, type adb reboot bootloader

  4. Your device should now be in fastboot mode.

  5. Type fastboot flash recovery filename.img

    • Change "filename" to the name of the recovery image file.
  6. Now reboot your device.

  7. Your device is now ready to flash root

Rooting

SuperSu

  • Notice: You need adb and fastboot installed for this to work
  1. Download the latest version of SuperSu onto your phone here
  2. In your command line, type adb reboot recovery
  3. Your device should now be in TWRP recovery.
  4. Click "Install" and select UPDATE-SuperSU-X.XX.zip
  5. Swipe to confirm the flash
    • If it did not say it successfully flashed, try redownloading the file
  6. You can now reboot to the system
BA Logo

Bibliotheca Anonoma

Android Development Codex

Note: All non-Android projects have moved to the BASLQC Wiki.

Introduction

  • Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
  • General Setup - Learn how to install and run the tools you need to succeed.
  • Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
  • General OS Customizations - General customizations that work on all devices of a specific OS.

Content Guidelines

  • General Guidelines - The ideals that you should uphold while working with and editing this guide.
  • Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
  • Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.

Reference

  • Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
  • Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.
Clone this wiki locally