Skip to main content

Remove FRP Via ADB Command




How to Remove FRP via ADB Command: ADB and Fastboot are arguably two of the most indispensable tools used when working with Android devices. If you really want to modify, debug, and tweak along with their countless uses in rooting, and other procedures ADB and Fastboot are a must for any Android device owner.
Typically if you want to install ADB and Fastboot you have to download and setup the Android SDK (If you really want to learn about Android Development I highly recommend downloading and installing the full Android SDK from here), but this can be unnecessary for people who just want to install ADB and Fastboot.



What is ADB?

ADB is short name for Android Debug Bridge a very useful program made itself by Google for Programmers and developers. Its based on command line and basically communicates with your Android to respond to certain commands. There is vast amount of knowledge about ADB but its most useful commands line to getin.

Logcat:

A real time log of what is happening in background of our devices. It is really useful for developers to see which component has malfunctioned and helps to narrow down their search for what failed and what needs to be fixed. Several times users are asked to give logcats of their devices which are giving errors. We will go in detail that how to get logcats in every and easiest way possible.

App Installation and Management:

adb proves really handy if you want to install apks directly from your PC or want to batch install or delete them.

Shell Execution:

You must have heard of Terminal Emulator. It is an app for android to execute shell commands (linux commands) which are basically present as applets in /system/bin, /system/sbin or /system/xbin(in our case) folders. A very important applet called busybox is installed there mainly used for execution of basic commands during root browsing or ROM installation. Many times updater script of ROMs use busybox commands to install it. Well, these commands can be initiated from your device too but they can be initiated from adb also making it easy for programmers.

Pushing and Pulling:

Most used commands of adb. adb makes it a piece of cake for new device developers to get an idea of structure and basic knowledge of devices by pulling command. We can pull out i.e copy any files or folders from our devices to our PC, even the root directories without rooting the devices. It help rooters and ROM chefs of new devices to get an idea and implement their mods on them. Pushing is also very useful command. It copies your files and folders from PC to your device. Very useful in pushing some /system apps and other things
Remounting and setting permissions

Basic commands:-

Of-course basic commands such as rebooting and rebooting in recovery mode and download mode are supported.

How to Install Minimal ADB and Fastboot on Windows:

  • Your device must be plugged into your computer
  • You must have USB Debugging enabled under Developer Options (Note: This may be listed as ADB Debugging on some ROM’s)
  • You have installed the necessary drivers and your computer is recognizing your device
  1. Download the Minimal ADB and Fastboot setup
  2. Follow the Installers instructions and select where you would like to install Minimal ADB and Fastboot tool (For simplicity I choose to install it to the Desktop)
  3. After you have chosen where to install Minimal ADB and Fastboot too select whether you would like to create a Start Menu Folder or not for the installation
  4. Once you have chosen where to install it to and if you want to create a Start Menu Folder select the install option
  5. After the Installation Wizard has completed you can select to start Minimal ADB and Fastboot
  6. You can also start Minimal ADB and Fastboot by navigating to the Start Menu Folder you choose to create during installation or the desktop shortcut you choose to create and selecting Minimal ADB and Fastboot
  7. You should now see a command window open, with the command window open you can now issue ADB and Fastboot commands to your device

How to Remove SAMSUNG FRP via ADB Command:

  • Download Combination file or adb enabled boot file for you cellphone from z3x server, or where ever you want.
  • Edit combination file and flash sboot.img only from you combination file via Odin or any device allows you to skip partitions from md5 firmware, I recommend use z2x box for this.
  • Flash only tar (adb enabled file) or sboot.img from .md5 combination file.
  • In some cases we need to flash complete combination file, so it’s depends on your cellphone model.
  • Your Samsung phone should have adb enabled now.
  • Connect phone to pc and install adb drivers if needed.
  • Now go to your Minimal adb and fastboot installation folder
  • Press and hold [Shift] key on keyboard and right click anywhere at empty area in adb folder
  • You will have open command window here or open PowerShell here.
  • Click on command window (You need to enter cmd command if you are using windows 10 and have Open PowerShell window here)
Execute this command to bypass Google account verification screen:

adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
Some times you will not receive and ok message in command window but if you have adb access to your phone it will work. Please visit this post “Samsung Android 7.0 FRP Remove [No Box Required]” this can conform no response message in command window but phone activated.

Watch Video About Removing FRP via ADB

 

If above command not work in your case you can try command written below. This will take you to login screen and then you can enter you new Google account.

adb shell am start -n com.google.android.gsf.login/
 
If both previous commands not working then try this.

adb shell am start -n com.google.android.gsf.login.LoginActivity
 
The method written above should work perfectly, If you have any problem please write in comments below i will try to answer as soon as possible.

How to remove FRP Via Fastboot Command?

In most of Qualcomm and other Android phones you will have fastboot option. So with commands written below you can also remove frp via fastboot.
  1. Enter your cellphone to Fastboot mode
  2. Open ADB and Fastboot Terminal as described above.
  3. Enter command written below.
This will Wipe your cellphone


fastboot -w

If Above Command not works, then use this command this will delete user configurations on your cellphone


fastboot erase config
If Above Command not Working Then use this command
fastboot -i 0x2a96 erase config

Remove FRP From SPD and MTK Based Android Phones?

  1. Go to Setting using This Method. XT1254 FRP Solution or any other witch allows you to enable usb debugging.
  2. Enable USB Debugging from Setting.
  3. Open ADB and Fastboot Terminal as described above.
  4. Use these commands
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1

If above not working then try this command

adb shell am start -n com.google.android.gsf.login/
 
If above not working then try this command

adb shell am start -n com.google.android.gsf.login.LoginActivity
 
Please don’t hesitate to ask any question about this post, You can write in comments i will try to answer as soon as possible. I just written this post to help my students specially to help him in their work, and people who have forgotten their own Google account Password and facing FRP after hard reset their phones.


YOU MAY ALSO LIKE:
SAMSUNG FRP REMOVE METHOD USING FACTORY FIRMWARE FOR SAMSUNG NOTE 9 AND ALL OTHER MODELS ALL VERSIONS

Keep following #FRPFIX via social media and YouTube for more useful information about cellphone problem and solution.


POST TAGS:

FRP Bypass via adb | FRP Remove adb command | FRP  | Google account manager 5.1.apk | Google account manager 5.1.1.apk | Google account manager 6.0.1.apk | Google account manager 7.0.apk Google account manager 7.1.apk Google account manager 7.1.1.apk | Google account manager 7.1.2.apk | Google account manager 8.0.apk | FRP bypass apps | #frpfix | FRP Removal | FRP Bypass tutorials | Best FRP bypass website | Google account manage apps at one place | Bypass FRP without PC | Bypass FRP on Android 8.0 | FRP FIX | FRP remove tutorials | Bypass Google account via adb | Bypass verify your account | verify your account bypass for Motorola | Motorola FRP remove via adb | Motorola FRP Bypass |

Comments

  1. Can't enable USB debugging now what?

    ReplyDelete
  2. Can't enable USB debugging now what?

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete
  4. does this work on mtk and spd android version 7.0

    ReplyDelete
    Replies
    1. sure you can see this post as proof https://frpfix.blogspot.com/2018/07/qmobile-i2-power-frp-remove-done.html

      Delete
  5. I have tried all the commands trying to remove FRP from Oneplus 6, it keeps saying 'erase not allowed in locked state'. I cannot get passed this, any suggestions?

    ReplyDelete
    Replies
    1. see this post i have done today https://frpfix.blogspot.com/2018/07/qmobile-i2-power-frp-remove-done.html

      Delete

Post a Comment

Popular posts from this blog

How to Restore Contacts from Google Account

 “ How to Recover Deleted Contacts From Google Account ” Google Contact Recovery is most wanted topic for Android Smartphone users, We have noticed lots of user are facing the problem. How to recover deleted contacts from Google account – In this video tutorial i have described how to recover deleted or missed contacts from Google account. Because of Google providing past 30 days backup for contacts so we can easily recover our contacts from past 30 days. How to recover deleted contact from Google account Urdu / Hindi Lot’s of users don’t know about this feature, and most of my friends from Pakistan can’t understand English language so They can watch this video with Urdu language. Because of Urdu and Hindi languages are almost same in speaking so we can say this tutorial also easily understand able for user from India. Step by Step Contact Recovery from Google Account 1- Login to your Google Account 2- Press on Google apps icon near Gmail 3- Scroll up and cl

QuickShortcutMaker

QuickShortcutMaker APK Additional information Updated February 23, 2014 Installs 1,000,000 - 5,000,000 Current Version 2.4.0 Requires Android 1.6 and up Content Rating Rated for 3+  Learn more Permissions Report  Flag as inappropriate Offered By sika524 Developer   Email sika524@gmail.com This app can create a shortcut to an application from the list of activities which are installed on your phone. Even if so many applications are installed, you can choose an activity smoothly. You can also use the QuickShortcutMaker for searching the app which you want to launch. If you want to use the app which you don't use frequently, maybe you have no shortcuts for it. So, you may have to search the app from a list of many apps. Even if you know the name of the app, it's hard to find it. In this situation, the QuickShortcutMaker will help you finding the app. Please try!   Quick Shortcut Maker APK Direct link, Quick Sho