Skip to content

Instantly share code, notes, and snippets.

@mohamad-supangat
Created November 28, 2022 01:36
Show Gist options
  • Save mohamad-supangat/0a71b6af5d71682068190ea9cc9db908 to your computer and use it in GitHub Desktop.
Save mohamad-supangat/0a71b6af5d71682068190ea9cc9db908 to your computer and use it in GitHub Desktop.
Android skip setup wizard twrp
adb shell twrp mount system
adb shell twrp remountrw system
adb shell sed -i 's/ro.setupwizard.wifi_required=true/ro.setupwizard.wifi_required=false/g' /system/build.prop
echo "ro.setupwizard.mode=DISABLED" >> /system/build.prop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment