You are on page 1of 1

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 bootloader 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

fastboot -wFor MICROMAX YU YUPHORIA FRP


Fastboot -i 0x2a96 erase config
Fastboot -i 0x2a96 reboot

For DEEP/HTC/Other Brands FRP

fastboot erase config


fastboot reboot

You might also like