Skip to content

Android

bootstraponline edited this page Nov 13, 2014 · 24 revisions
  • nexus images

               nexus | build | bootloader | TWRP
               ----- | ----- | ---------- | ----
    

Nexus 7 [2012] (Wi-Fi) | nakasi | grouper | recovery Nexus 7 [2013] (Wi-Fi) | razor | flo | recovery


  • adb reboot-bootloader
  • ./flash-all.sh and wait for finished. total time: 166.987s

--

  • adb shell pm list packages -3 selendroid
  • adb shell am instrument -e main_activity
  • adb shell am force-stop my.pkg
  • adb shell pm list instrumentation

--

Install sudo access

Auto root can be used without TWRP/ClockWork Mod.

Install TWRP

  • adb reboot-bootloader
  • fastboot devices will list the device
  • fastboot oem unlock unlocks 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 activatd.

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

Clone this wiki locally