Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Henrique-Miranda/9a1e78b39e9244a0418f1b1156b9c23e to your computer and use it in GitHub Desktop.
Save Henrique-Miranda/9a1e78b39e9244a0418f1b1156b9c23e to your computer and use it in GitHub Desktop.
a. Adb Command for FRP Reset 1
* adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
b. Adb Command for FRP Reset 2
* adb shell am start -n com.google.android.gsf.login/
* adb shell am start -n com.google.android.gsf.login.LoginActivity
d. Fastboot Command for FRP Reset 1
* fastboot -w
e. Fastboot Command for FRP Reset 2
*fastboot erase config
f. Fastboot Command for FRP Reset 3
* fastboot -i 0x2a96 erase config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment