blob: 302a152668d5f7f96b37ea35e8ec15d4cd6fcae9 [file] [log] [blame]
cretin45d4cea552016-04-25 11:00:04 -07001#!/bin/bash
2
3adb root
4wait ${!}
Michael Bestasc83309e2018-02-03 17:42:13 +02005adb shell pm enable org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true
cretin45d4cea552016-04-25 11:00:04 -07006wait ${!}
7adb shell pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity || true
8wait ${!}
9sleep 1
Michael Bestasc83309e2018-02-03 17:42:13 +020010adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true
cretin45d4cea552016-04-25 11:00:04 -070011wait ${!}
12sleep 1
13adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity