cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | adb root | ||||
4 | wait ${!} | ||||
5 | adb shell pm disable com.google.android.setupwizard || true | ||||
6 | wait ${!} | ||||
7 | adb shell pm disable com.android.provision || true | ||||
8 | wait ${!} | ||||
Michael Bestas | c83309e | 2018-02-03 17:42:13 +0200 | [diff] [blame^] | 9 | adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardTestActivity |