All ADB And Fastboot Commands To Remove Google Account Lock (FRP Lock) On Android Phones
Remember your USB Debugging option should be enabled on your device to execute these commands.You will be able to use fastboot to remove frp and adb to remove frp following the below guide.
These commands are supported on the below listed android versions:
- Android 5 (Lolipop)
- Android 6 (Marshmellow)
- Android 7 (Nougat)
- Android 8 (Oreo)
- Android 9 (Pie)
- Android 10 (Q, not tested but should work.)
**Since it involves using commands, a single error in typing the command can lead to some major issues. You always need to be extremely cautious or you end-up damaging your device.
**ADB gives no guarantee that your phone will indeed be unlocked. The only thing you can do with it is try and hope for the best.
Steps to follow:
- Setup Latest ADB And Fastboot
- Remove FRP Lock Using ADB/Fastboot
For Samsung Devices,
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivity
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
For Other Brands / MTK /SPD
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
To remove FRP via Fastboot commands, put your device into fastboot -w mode/fastboot mode and connect to your pc using USB cable. To enter fastboot mode google your model and brand as its differs from brand to brand on how to enter fastboot mode.
After connecting your device issue the following commands as it suits you in the CMD.
For LENOVO FRP
fastboot erase config
fastboot reboot
For XIAOMI FRP MI FRP
For MICROMAX YU YUPHORIA FRP
Fastboot -i 0x2a96 erase config
Fastboot -i 0x2a96 reboot
For DEEP/HTC/Other Brands FRP
fastboot erase config
fastboot reboot
This tutorial is educational , I am not responsible if any damage happens to the phone