Files
lineageos_setupwizard/start_lineage_wizard.sh
Michael Bestas c83309e963 SUW: rebrand step 2: update file contents
Change-Id: Ic04f03f82242608960bd6d9c4c2561c2bbdda1da
2018-02-05 15:55:31 -08:00

10 lines
258 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 org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardTestActivity