9 lines
262 B
Bash
Executable file
9 lines
262 B
Bash
Executable file
#!/bin/bash
|
|
|
|
adb root
|
|
wait ${!}
|
|
adb shell pm disable com.google.android.setupwizard || true
|
|
wait ${!}
|
|
adb shell pm disable com.android.provision || true
|
|
wait ${!}
|
|
adb shell am start com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.SetupWizardTestActivity
|