Skip to content

Instantly share code, notes, and snippets.

@rwarner
Last active August 29, 2015 13:56
Show Gist options
  • Save rwarner/8967327 to your computer and use it in GitHub Desktop.
Save rwarner/8967327 to your computer and use it in GitHub Desktop.
Updating with root on Nexus 5

#Updating with root on Nexus 5

Remember, there are three different driver installs

*Fastboot for the bootloader

*ADB for when the device is booted

*ADB for when in recovery and are at the sideload screen

  1: Download Update zip
  2: Uninstall Xposed Framework (I.e. go into the app and literally click uninstall) + App
  3: Flash Update zip via ClockworkMod (Install zip -> sideload (adb sideload update.zip))
  4: Reboot system into rom
  5: adb reboot bootloader
  6: fastboot flash recovery path-to-clockwork.img
  7: Select Recovery
  8: Flash SU Zip (Install zip -> sideload (adb sideload SU.zip))
  9: Reboot system into rom
  10: Verify Super SU is installed, update binary if needed
  11: Go to Rom Manager (Download temporarily), flash over Clockworkmod x2
  12: adb reboot recovery (verify clockworkmod is intact)
  13: reboot system into rom
  14: Install the latest xposed APK
  15: Re-enable Xposed modules that you had installed
  16: Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment