Skip to content

Instantly share code, notes, and snippets.

@Liquid-Syn
Forked from nemanjan00/README.md
Created March 29, 2021 12:25
Show Gist options
  • Select an option

  • Save Liquid-Syn/078148d9dcd05a908ae978247fde2a5e to your computer and use it in GitHub Desktop.

Select an option

Save Liquid-Syn/078148d9dcd05a908ae978247fde2a5e to your computer and use it in GitHub Desktop.
Disabling Android Setup wizard

Disabling Android Setup wizard

To disable setup wizard:

mv /system/priv-app/SetupWizard/SetupWizard.apk /system/priv-app/SetupWizard/SetupWizard.apk.bkp

To make device think setup is done:

settings put global setup_wizard_has_run 1
settings put secure user_setup_complete 1
settings put global device_provisioned 1

Additional step on Samsung devices

Apperently, they are not writing setup step module and have their own setup app, because, Samsung.

mv /system/priv-app/SamsungExperienceService/SamsungExperienceService.apk /system/priv-app/SamsungExperienceService/SamsungExperienceService.apk.bkp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment