Skip to content

Instantly share code, notes, and snippets.

@trevd
Created January 9, 2022 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevd/ee4171dfc9f3846488c99fc165c4ec63 to your computer and use it in GitHub Desktop.
Save trevd/ee4171dfc9f3846488c99fc165c4ec63 to your computer and use it in GitHub Desktop.
frp shell
#!/system/bin/sh
echo -n "user_setup_complete "
settings get secure user_setup_complete
su -c "settings put secure user_setup_complete 1"
echo -n "user_setup_complete "
settings get secure user_setup_complete
echo -n "device_provsioned "
settings get global device_provsioned
su -c "settings put global device_provsioned 1"
echo -n "device_provsioned "
settings get global device_provsioned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment