10 lines
262 B
Bash
Executable File
10 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
|