You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
308 B
Bash
10 lines
308 B
Bash
#!/bin/bash
|
|
|
|
adb root
|
|
wait ${!}
|
|
adb shell pm disable com.android.provision || true
|
|
wait ${!}
|
|
adb shell pm enable com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.ui.SetupWizardActivity || true
|
|
wait ${!}
|
|
adb shell am start com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.ui.SetupWizardActivity
|