Skip to content

Android

bootstraponline edited this page May 8, 2014 · 24 revisions
  • 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

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.

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