Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created November 17, 2020 22:35
Show Gist options
  • Save thewh1teagle/bbd324a13087e206fee2ef0b4db8753f to your computer and use it in GitHub Desktop.
Save thewh1teagle/bbd324a13087e206fee2ef0b4db8753f to your computer and use it in GitHub Desktop.
skip samsung setup wizard
adb shell settings put global setup_wizard_has_run 1
adb shell settings put secure user_setup_complete 1
adb shell settings put global device_provisioned 1
adb shell mv /system/system/priv-app/SamsungExperienceService/SamsungExperienceServic
e.apk /system/system/priv-app/SamsungExperienceService/SamsungExperienceService
.apk.bkp
adb shell mv /system/system/priv-app/SetupWizard/SetupWizard.apk /system/system/priv-app/SetupWizard
/SetupWizard.apk.bkp
@CAUSENKO
Copy link

CAUSENKO commented Jul 6, 2023

can you please explain step by step how to do this with a galaxy fold
cause the big screen wont turn on and my little brother reset the phone and now everytime I try to setup the phone it asks me to open the big screen and the big screen doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment