-
Notifications
You must be signed in to change notification settings - Fork 3
Android
bootstraponline edited this page May 8, 2014
·
24 revisions
adb shell pm list packages -3 selendroidadb shell am instrument -e main_activityadb shell am force-stop my.pkgadb shell pm list instrumentation
--
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