Created
January 9, 2022 09:56
-
-
Save trevd/ee4171dfc9f3846488c99fc165c4ec63 to your computer and use it in GitHub Desktop.
frp shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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