Skip to content

Android

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

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

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


  • 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 clockworkmod

Press and hold power button & volume down until device boots into fastboot mode or use adb reboot-bootloader

fastboot devices will list the device

Unlock the bootloader

fastboot oem unlock

Flash clockworkmod touch recovery for the specific device.

fastboot flash recovery recovery-clockwork-touch-6.0.4.3-grouper.img

Press volume down, select Recovery mode, then press power. ClockworkMod Recovery v6.0.4.3 will be activated.

install sudo access

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