Skip to content

Instantly share code, notes, and snippets.

@GreatWizard
Last active May 31, 2017 07:46
Show Gist options
  • Save GreatWizard/ee20ad18bff5a34801b0d92bb82ffaf8 to your computer and use it in GitHub Desktop.
Save GreatWizard/ee20ad18bff5a34801b0d92bb82ffaf8 to your computer and use it in GitHub Desktop.
OnePlus One Guide

OnePlus One Guide

How to install TugaPower with Google applications and a powerful AdBlocker.

Downloads

Tools

Debian/Ubuntu

sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot

Max OSX

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install android-platform-tools

Unlocking Bootloader and install custom recovery

⚠️ You will lost everything on your phone, you must backups your files/data.

⚠️ You will use TWRP_3.1.1-0-TugaPower.img as recovery.img file.

Follow steps:

  1. Unlocking Bootloader
  2. Installing a Custom Recovery

From this webpage: https://forums.oneplus.net/threads/oneplus-one-how-to-unlock-bootloader-install-custom-recovery-and-root.64487/#post-3016164

Flash TugaPower 🚀

Now, you are in the recovery mode.

  1. You can wipe all data on the phone: Wipe > Advanced Wipe > Select all and validate
  2. Branch your phone on your computer by USB
  3. You will be able to copy TugaPower rom, OpenGApps and MoaAB on the user partition
  4. Install TugaPower
  5. Install OpenGApps
  6. Install MoaAB
  7. Reboot and have fun 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment