-
Notifications
You must be signed in to change notification settings - Fork 16
OnePlus One Manual Recovery and Superuser Installation
Amersel edited this page Feb 7, 2015
·
6 revisions
- You are going to need to install a recovery such as TWRP or CWM
- Notice: You need adb and fastboot installed for this to work
-
Download the latest version of TWRP here
-
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.
-
In your command line with adb, type
adb reboot bootloader
-
Your device should now be in fastboot mode.
-
Type
fastboot flash recovery filename.img
- Change "filename" to the name of the recovery image file.
-
Now reboot your device.
-
Your device is now ready to flash root
- Notice: You need adb and fastboot installed for this to work
- Download the latest version of SuperSu onto your phone here
- In your command line, type
adb reboot recovery
- Your device should now be in TWRP recovery.
- Click "Install" and select UPDATE-SuperSU-X.XX.zip
- Swipe to confirm the flash
- If it did not say it successfully flashed, try redownloading the file
- You can now reboot to the system
Note: All non-Android projects have moved to the BASLQC Wiki.
- 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.
- 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.
- 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.