Android - bootstraponline/meta GitHub Wiki
| nexus | build | bootloader | TWRP | Tethering |
|---|---|---|---|---|
| Nexus 7 [2012] (Wi-Fi) | nakasi | grouper | recovery | no |
| Nexus 7 [2013] (Wi-Fi) | razor | flo | recovery | yes |
adb reboot-bootloader./flash-all.shand wait forfinished. total time: 166.987s
adb shell pm list packages -3 selendroidadb shell am instrument -e main_activityadb shell am force-stop my.pkgadb shell pm list instrumentation
Install sudo access
Auto root can be used without TWRP/ClockWork Mod.
- CF-Auto-Root details
adb reboot-bootloaderfastboot boot image/CF-Auto-Root-grouper-nakasi-nexus7.img- Install adbd insecure
Install TWRP
adb deviceswill list the deviceadb reboot-bootloaderfastboot deviceswill list the devicefastboot oem unlockunlocks the bootloader & erases all data
Flash TWRP recovery for the specific device.
fastboot flash recovery openrecovery-twrp-2.8.1.0-grouper.img
Press volume down, select Recovery mode, then press power. The new recovery will be activated.
Restore stock recovery
Unzip the nexus zip and locate recovery.img
adb reboot-bootloaderfastboot flash recovery recovery.img
Deactivate setup wizard
Mounts and Storage -> mount /system
Make sure build.prop exists
adb shell cat /system/build.prop
Disable setupwizard as described on xda-devs
adb shell echo "ro.setupwizard.mode=DISABLED" >> /system/build.prop
adb reboot