blob: 09ab6d1f044af95ab9851c1c88b3cd1d8701d298 [file] [log] [blame]
cretin45d4cea552016-04-25 11:00:04 -07001#!/bin/bash
2
3adb root
4wait ${!}
Bruno Martinsda735e02021-01-31 21:27:54 +00005if adb shell pm list packages | grep com.google.android.setupwizard; then
6 adb shell pm disable com.google.android.setupwizard || true
7 wait ${!}
8fi
9if adb shell pm list packages | grep com.android.provision; then
10 adb shell pm disable com.android.provision || true
11 wait ${!}
12fi
Michael Bestasc83309e2018-02-03 17:42:13 +020013adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardTestActivity