Skip to content

Instantly share code, notes, and snippets.

@mmalchuk
Created November 18, 2017 11:13
Show Gist options
  • Save mmalchuk/8665149b7f08fdef5191c66b5c7fc60b to your computer and use it in GitHub Desktop.
Save mmalchuk/8665149b7f08fdef5191c66b5c7fc60b to your computer and use it in GitHub Desktop.
Android 6.0.1 (Build M4B30Z) Root for Nexus 5
https://developers.google.com/android/nexus/images
http://www.devfiles.co/download/iLJJIo60/recovery-clockwork-touch-6.0.1.4.5-hammerhead.img
http://www.devfiles.co/download/4MJLDH5K/BETA-SuperSU-v2.66-20160103015024.zip
Enable USB debugging.
Reboot into bootloader (power off, volume down + power on or adb reboot-bootloader)
Wait for boot loader to start
Install factory ROM:
unzip hammerhead-mmb29v-factory-6356d31e.tgz
cd hammerhead-mmb29v
unzip image-hammerhead-mmb29v.zip
fastboot flash bootloader bootloader-hammerhead-hhz12k.img
fastboot reboot-bootloader #or power off/start bootloader
fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.28.img
cd image-hammerhead-mmb29v
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot reboot
Wait boot to finish for application upgrade.
Re-root:
adb push BETA-SuperSU-v2.66-20160103015024.zip /sdcard/
adb reboot-bootloader
[Wait for bootloader to start]
fastboot flash recovery recovery-clockwork-touch-6.0.4.5-hammerhead.img
fastboot reboot-bootloader
Navigate into recovery -> Install zip and install BETA-SuperSU-v2.66-20160103015024.zip
Reboot
------
via https://www.reddit.com/r/Nexus5/comments/49dyo4/android_601_build_mmb29v_now_available/d0rws7o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment