The situation when the device turns into a โbrickโ after resetting the settings is familiar to many Android users. This happens due to the built-in security system FRP (Factory Reset Protection), which requires authorization under an account synchronized with the phone before resetting. If you have forgotten your password or purchased the gadget second-hand, standard login becomes impossible.
Deleting an account in this state requires non-standard actions, since the settings menu is blocked by the welcome screen. There are several proven methods for solving this problem, from using special utilities on a PC to manipulating the system interface through a browser. The choice of a specific method depends on the version of the operating system Android and the model of your device.
In this article we will analyze in detail the algorithms of actions for different scenarios. You will learn how to safely unlink a device from the old profile without compromising the integrity of the firmware. Remember that any manipulation of the system software carries certain risks.
Why does the phone require the old account after a reset
The mechanism Factory Reset Protection was introduced by Google to protect against the theft of smartphones. The essence of its operation is simple: if the device was not reset through the settings menu (for example, using the volume and power buttons), the next time you turn it on, it will ask for the login and password of the last synchronized account.
This creates a serious problem for legal owners who simply forgot their login information or bought the phone from the previous owner who forgot to log out of their profile. The system perceives the lack of authorization as an attempt of unauthorized access.
It is important to understand that you cannot simply enter a new account - the system is strictly tied to a specific Gmail address. Bypassing this protection is only possible through vulnerabilities in the setup interface or the use of specialized software.
โ ๏ธ Attention: Deleting an account using third-party methods may lead to loss of warranty or temporary instability of some system applications. Proceed with caution.
Preparing to delete your Google account
Before taking active steps, you need to prepare your workplace and the device itself. Chaotic attempts to enter data can block the phone for a long time due to password protection.
You will need a stable Internet connection, since most methods involve downloading auxiliary applications or scripts directly from the device. It is also strongly recommended to have a computer with access to the file system at hand.
- ๐ Make sure that the battery charge is at least 50% so that the phone does not turn off at a critical moment.
- ๐ป Prepare a USB cable to connect your smartphone to a PC if you plan to use ADB or specialized software.
- ๐ถ Turn on Wi-Fi and connect to the network, as mobile data may be blocked on the activation screen.
Some methods require enabling USB debugging, but on the FRP lock screen this is often impossible to do in the standard way. Therefore, we will consider methods that do not require preliminary configuration by the developer.
โ๏ธ Ready for the procedure
Method of turning off the Internet and resetting the date
One of the simplest, but not always working methods, is based on a time synchronization error. If the phone is unable to verify that security certificates are up to date due to an incorrect date, the account verification process may be interrupted.
First, completely turn off the Internet. Remove the SIM card and make sure Wi-Fi is not connected. Then go to the date and time setting screen. Change the date to a few years ago, for example, to 2015.
After changing the date, try running the setup wizard again. In some versions Android this allows you to skip the Google account verification step or open access to the browser, from where you can download the necessary utilities for complete unlocking.
Settings โ Date and time โ Auto detection (Off) โ Set date (2015)
This The method works unstable on modern firmware, since developers are constantly closing such vulnerabilities. However, it remains an effective tool for older devices.
Using TalkBack to access settings
The accessibility feature TalkBack, intended for visually impaired users, sometimes allows you to access the system menu bypassing the lock screen. Activating this function changes the sensor control logic.
To use this method, you need to call up the TalkBack menu (often this is a long press of two volume buttons or a specific gesture). After turning on, the control changes: a single click selects an element, a double click activates it.
Using gestures, you can try to call up the voice assistant Google Assistant or the settings menu. Through the settings, it is sometimes possible to launch a browser or application that will allow you to reset access rights.
โ ๏ธ Attention: The TalkBack interface is complex for an untrained user. Incorrect gestures can lead to accidental factory resets or system freezes.
On newer versions of Android, access to settings via TalkBack is often limited, but on devices with versions 6.0โ8.0 this method works quite often. Be prepared to spend time learning specific navigation.
Secret code to open the menu
On some Samsung devices, you can enter the code #0# in emergency call mode to access the engineering menu, from where you can sometimes launch the browser.
Reset via computer and ADB commands
The most reliable method, which requires a PC, is to use the debug bridge ADB (Android Debug Bridge). This method allows you to issue commands to the system directly, bypassing the graphical interface.
To work, you will need drivers for your smartphone and the Platform Tools package. The main difficulty is that on the FRP screen, USB debugging is usually disabled. However, there are exploits that allow you to temporarily activate debug mode through the engineering menu or browser vulnerabilities.
If you were able to connect your phone with debugging enabled, open the command line on your computer and enter the following command to delete accounts:
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
This command overrides the setup completion flag, making the system think that the phone is already configured and skips the Google login screen. After this, you can go to the settings and delete your account legally.
| ADB command | Purpose | Risk of failure |
|---|---|---|
adb reboot |
Restarting the device | Low |
adb shell pm clear com.google.android.gsf |
Clearing Google services data | Medium |
adb shell content insert... |
Bypassing the settings screen | High |
adb reboot bootloader |
Entering bootloader mode | Medium |
Using ADB requires care. One wrong command can lead to a cyclic reboot (bootloop). Always check the syntax before pressing Enter.
Before entering commands, make a backup copy of important data if you have access to it through a file manager, as some reset methods delete all user information.
Software solutions to bypass FRP
There are many specialized utilities developed enthusiasts and service centers to remove Google blocking. apps like SamFw Tool, UnlockTool or FRP Bypass APK automate the process.
The principle of their operation is to exploit vulnerabilities in the boot loader or system applications. You connect your phone to your PC, launch the app, select the device model and click the โRemove FRPโ button.
Most of these tools are paid or require a subscription, but there are also free versions with limited functionality. They are updated frequently as Google quickly closes security holes.
Be extremely careful when using third-party software. Download apps only from official developer sites or trusted forums to avoid infecting your computer with viruses.
โ ๏ธ Attention: Antiviruses often mark FRP reset tools as malware (False Positive), as they interfere with the operation of the system. Add them to exceptions only if you are sure of the source.
Software methods are most effective for recent versions of Android, where manual methods through the browser no longer work due to security updates.
What to do if nothing helps
If none of the software methods worked, your device may have hardware protection or a very recent version firmware for which vulnerabilities have not yet been found. In such cases, the last option remains.
Contacting an authorized service center with documents confirming the purchase of the device (receipt, warranty card) is the only legal way to unlock. Service employees can reflash the device through special boxes.
You can also try to find on the forums specific instructions (guide) specifically for your model and assembly version. Often, enthusiasts post unique button combinations or specific APK files for rare cases.
Remember that buying locked phones on the secondary market is always a risk. If the seller cannot provide a receipt or show login to your account upon purchase, it is better to refrain from the transaction.
Frequently asked questions (FAQ)
Will all information from the phone be deleted when resetting the account?
Yes, in the process of bypassing FRP or resetting settings, all user data (photos, contacts, applications) will be permanently deleted. The device will return to its factory state.
Is it possible to remove an account without a computer?
Yes, on some versions of Android (especially older ones) this is possible through a browser called through the accessibility menu or the emergency call screen. However, on Android 11-14, a PC is most often required.
Is it dangerous to use apps to reset FRP?
There is a risk of catching a virus or damaging the software part of the phone (locking the bootloader). Use only proven software and act strictly according to the instructions.
Will flashing the phone help?
Regular flashing via Recovery does not remove the FRP lock, since account information is stored in a protected memory section. A special FRP reset procedure is required.
What is Google Lock?
This is the popular name for FRP protection. It is activated automatically when you add a Google account to the device and prevents the use of the phone after a reset without authorization.