Re: [GUIDE] How to Unlock and Root the Nexus 7
download recovery
here. the file is an .img, and you need to place that in your folder that contains fastboot and adb (if you're using these directions, it's the r1 superboot folder).
next, make sure usb debugging is on, connect the tab to the computer with usb, and boot into bootloader mode.
next, open up terminal and 'cd' to the superboot folder.
then, enter this command:
Code:
./fastboot-mac flash recovery cwm-grouper-recovery.img
after it flashes successfully, do this:
Code:
./fastboot-mac reboot bootloader
now, if you want to prevent recovery from being overwritten, you'll need to add another step -
on the phone - use the volume key to navigate down to recovery, then press power to select recovery.
in recovery - go to mounts and storage (navigating with volume keys and selecting with power key still), then select mount /system.
in terminal (you still need to be in the superboot folder for this), you're going to enter the following commands:
Code:
./adb-mac shell
cd /system
mv recovery-from-boot.p recovery-from-boot.bak
then after that, you can go to "reboot system now" in recovery and the phone should restart like new.
if you overwrite the stock recovery, that means you won't have to reflash recovery when you want to use it, and you won't get ota updates, but you'll be able to flash cool ish so ...
anyway- let me know if you have any problems with that = worked for me on my mac this evening
