SetupWizard: Part 2: Implement new OOBE using custom wizard manager

Change-Id: Ie6beb6395c5a4936384e78d57c95262e302220f9
This commit is contained in:
cretin45
2016-04-25 11:00:04 -07:00
parent 3593f035fc
commit d4cea55dd7
87 changed files with 5006 additions and 5074 deletions

9
start_lineage_wizard.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/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