Nexus Setup - bibanon/android-development-codex GitHub Wiki

Required Files

You'll need to install the Android SDK Platform Tools before proceeding. Follow the guide in the link to do so.

Next, download the files below:

Copy the SuperSU file to your phone.

Pushing the SuperSU File to Your Phone

If you're running Linux or Mac and the device has issues mounting due to MTP, push it directly with ADB.

  1. Turn USB Debugging back on (Settings/Developer Options/USB Debugging) after completing the initial set-up
  • If you do NOT see Developer Options in Settings, go to Settings/About Phone, scroll down to the bottom, and tap on the Build Number section 7 times. A pop-up should show telling you that you are "now a developer."
  1. Download SuperSu from your computer and place it in the platform-tools folder.

  2. In the command prompt, enter this command to send your SuperSU zip directly to your device.

    adb push CWM-SuperSU-v0.99.zip /sdcard/

Sources

⚠️ **GitHub.com Fallback** ⚠️