blogng/blog/2012-12-06-rooting-a-nexus-7.markdown
Dhananjay Balan 3a30fb8a07 Compatibility with Octopress site.
Don't break urls.
 1. New Route function which generates routes compatible with old blog.
 2. Renamed posts folder to blog.
2017-01-31 20:44:01 +01:00

1.2 KiB

author comments date layout slug title wordpress_id categories
dhananjayishere true 2012-12-06 18:26:00 post rooting-a-nexus-7 Rooting a nexus 7 171074083
Android
Programing
Hack
Rooting

Lot of posts in the web about this is just bogus, all of them want you to download a fat rootkit and click on the root.exe :-/

Being a developer device, rooting nexus 7 is easy.

  1. Gain developer privilege (figure out yourself :-P)
  2. Reboot to bootloader
$ adb reboot bootloader
  1. Unlock the bootloader
$ fastboot oem unlock # Might have to be the superuser.
  1. Download the recovery image for device from here and flash it
$ fastboot flash recovery
  1. Get the superuser binary.
  2. Reboot the device and put it in the sdcard (or any storage you have,)
  3. Reboot to the recovery and flash it.
 $ adb reboot recovery

Note: People suggested using this to keep root priviliges after OTA -