0% found this document useful (0 votes)
7K views

Reset FRP Using ADB Commands

This document provides instructions for removing FRP locks from various Android device brands using ADB shell commands or fastboot commands. It lists commands for Samsung, other brands using MediaTek or Spreadtrum chips, as well as commands specific to Lenovo, Xiaomi, Micromax, and HTC/other brands. Common steps involve inserting settings to mark setup as complete via ADB shell, or erasing device configuration and rebooting via fastboot commands.

Uploaded by

Alan Ahmed
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7K views

Reset FRP Using ADB Commands

This document provides instructions for removing FRP locks from various Android device brands using ADB shell commands or fastboot commands. It lists commands for Samsung, other brands using MediaTek or Spreadtrum chips, as well as commands specific to Lenovo, Xiaomi, Micromax, and HTC/other brands. Common steps involve inserting settings to mark setup as complete via ADB shell, or erasing device configuration and rebooting via fastboot commands.

Uploaded by

Alan Ahmed
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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