Skip to content

quitehacker/ADB-FRP-Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

ADB-FRP-Bypass

How to Use ADB Commands to Bypass FRP

  1. Download the latest ADB Installer setup file from the Internet.

  2. Run the adb-setup.exe and type ‘Y’ and follow the onscreen instructions to install the ADB and fastboot driver.

  3. Power on your device normally and connect it to your PC using USB cable.

  4. Go the folder where the adb drivers are installed. (In most cases they are installed in the C Drive (Windows Drive))

  5. Hold down Shift, right-click anywhere blank in the ADB folder, and select "Open command window here".

To remove FRP on Samsung devices via ADB commands: Type the following ADB FRP bypass command into the Command Prompt window one by one hitting Enter after each line.

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

To remove FRP on Other Brands / MTK /SPD via ADB commands: Type the following ADB FRP bypass command into the Command Prompt window and hit Enter after each line.

adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1

When the commands are all executed, the FRP lock will be removed from your device. That is how to use ADB FRP bypass to remove the lock from your phone.

About

How to Use ADB Commands to Bypass FRP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published