How to Use ADB Commands to Bypass FRP
-
Download the latest ADB Installer setup file from the Internet.
-
Run the adb-setup.exe and type ‘Y’ and follow the onscreen instructions to install the ADB and fastboot driver.
-
Power on your device normally and connect it to your PC using USB cable.
-
Go the folder where the adb drivers are installed. (In most cases they are installed in the C Drive (Windows Drive))
-
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.