Skip to content

Instantly share code, notes, and snippets.

@mohamad-supangat
Forked from nemanjan00/README.md
Created December 10, 2021 02:53
Show Gist options
  • Save mohamad-supangat/06b888ee180f427a9aff9702df30e245 to your computer and use it in GitHub Desktop.
Save mohamad-supangat/06b888ee180f427a9aff9702df30e245 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