Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I did this fairly easily with my GNex...anyone know how for the N7?
Scary Alien?
jmar
I would think you would do it manually using adb and fastboot
Assuming you already have adb and fastboot, do this:
[GUIDE] Unlock and Root a Nexus 7 - xda-developers
I did this fairly easily with my GNex...anyone know how for the N7?
Scary Alien?
jmar

OK, I've followed the guide on my fedora box, and got the phone unlocked, but no power on earth seems to be able to install the new recovery. It claims it works, but any time I try the next step (reboot to recovery mode), I find I'm back in the stock recovery. Any ideas?
Nevermind. Two pieces of information no one seems to think are worth mentioning:
When the instructions casually tell you to select recovery mode from the menu, and you don't see a dadgum menu anywhere, it really is there with only one entry visible at a time and you select the entry by using the volume up/down buttons.
When the instructions casually tell you to boot into recovery they mean use the "fastboot reboot-recovery" command from the SDK tools.
Once you discover these minor missing details, the manual procedure seems to work fine (though I haven't actually installed the super SU yet, but I imagine it will work OK).
..
Q: how to enter into fastboot / bootloader mode?
A: three ways:
- from a powered-off state, press (and hold!) volume-UP and volume-DOWN and power (keep holding all three until you see the little green Android laying down with his chest plate open)
- if you are already in fastboot / bootloader mode, you can issue the "fastboot reboot-bootloader" command to re-launch
- if you are in an adb mode (i.e., USB debugging is enabled while Android is running or you have custom recovery (ClockworkMod) running), you can issue an "adb reboot bootloader" or "adb reboot-bootloader" command to put your phone in fastboot / bootloader mode
----------------------------------------------------------------------------
.
Q: how to enter into recovery (custom or stock)?
A: several ways:
- put your phone in fastboot / bootloader mode (see above) and use the volume up/down keys to toggle the mode (displayed at the top of the screen) to "Recovery" and select that mode by pressing the power button
- use the (free) Market app Quick Boot (Reboot) and select "Recovery" (or my app, Android Root Toolkit)
- via the ROM Manager app's "Reboot into Recovery" option on the main menu
- via an adb reboot recovery command (only when you are in adb mode)
- many custom rooted ROMs also support a boot-into-recovery option in the same menu that you get when you long-press the power button to shut down