Deleting an account Google s Honor 7A is a task that users face when selling a device, resetting to factory settings, or wanting to switch to another profile. However, the process has nuances: from standard removal through settings to bypass FRP locks (Factory Reset Protection), which is activated after the reset. In this article, we will analyze all the current methods, including those that work without a password, taking into account the features of the firmware EMUI on Honor 7A.
It is important to understand that simply deleting an account through the menu does not always clear all associated data. For example, on devices with EMUI 8.x (Android 8 Oreo), the link to Google can be saved in system files, which leads to problems with re-authorization. We will consider not only basic methods, but also alternative solutions for cases when the phone is locked or does not respond to standard actions.
Why canโt you just delete your Google account through the settings?
Many users mistakenly believe that it is enough to go to Settings โ Accounts โ Google and click "Delete". This method works, but with reservations: Settings โ Accounts โ Google continues until complete removal - some applications (for example, Honor 7A This method works, but with caveats:
- ๐ Data synchronization continues until complete removal - some applications (for example, Gmail or Google Photos) can save cache.
- ๐ FRP lock activated after reset if the account was linked to the device. Without knowing the login/password, it will be difficult to unlock the phone.
- ๐ฑ EMUI system restrictions: on some firmware versions, the "Delete account" option may be blocked by the device administrator (for example, if the phone was issued by a company).
In addition, after deleting an account through the settings, some services Google Play may not work correctly until the device is rebooted. This is due to the fact that Honor 7A uses a modified version of Android, where Google background processes are integrated deeper than in "pure" AOSP.
Method 1: Standard deletion through phone settings
If you have access to your phone and remember your account password, this method is the easiest. The instructions are relevant for EMUI 8.x/9.x:
- Open
Settings(gear icon on the main screen or in the application menu). - Go to section
Users and accounts(orAccountsdepending on the firmware version). - Select
Googlefrom the list of connected accounts. - Click on the email address you want to delete.
- B in the upper right corner, tap on the three dots (
โฎ) and selectDelete account. - Confirm the action by entering your phone password or pattern key (do not confuse it with the Google password!).
After deletion, it is recommended:
- ๐ Reboot the device to clear the Google services cache.
- ๐งน Go to
Settings โ Applications โ Google Play Marketand clear data/cache. - ๐ Check if there are any associated accounts in
Settings โ Security โ Device administrators.
โ๏ธ Preparing to delete an account
โ ๏ธ Attention: If you delete your account before selling your phone, do not forget to also disable the function Find device Google settings. Otherwise, the new owner may face blocking through Android Device Manager.
Method 2: Deleting the account after resetting to factory settings
If you have already done hard reset (reset via Recovery or in the settings), but the phone requires you to enter the details of your old Google account - this is a manifestation FRP locks. On Honor 7A you can bypass it in several ways:
Method 2.1: Through settings after reset (if you remember the password)
If you remember the login and password for the account that was linked to the phone:
- On the welcome screen after the reset, select a language and connect to Wi-Fi.
- When the system asks you to enter your Google account information, enter the same address and password that was linked earlier.
- After successful authorization, go to settings and delete the account in the standard way (see Method 1).
Method 2.2: Bypass FRP without a password (for EMUI 8.x)
If the password is lost, you can take advantage of the vulnerability in the old version EMUI:
- On the Google account entry screen, tap on the text input field so that the keyboard appears.
- Hold the symbol
@on the keyboard until the menu appearsKeyboard settings. - In the window that opens, select
Help Google(orHelp). - Through a browser, go to the website
google.com, log in with any account and download the application QuickShortcutMaker (or any other to create shortcuts). - Via QuickShortcutMaker find activity
com.google.android.gsf.loginand create a shortcut to reset FRP. - Follow the application instructions to remove account linking.
| FRP bypass method | Works on EMUI | Required | Risks |
|---|---|---|---|
| Through keyboard settings | 8.x, 9.x | Wi-Fi access | May not work after security updates |
| QuickShortcutMaker | 8.x | Installation APK | Requires technical skills |
| Reset via Fastboot | Any version | Computer, ADB | Possible data loss |
| Contacting the service | Any version | Documents on the phone | Paid service |
โ ๏ธ Attention: FRP bypass methods may stop working after updating the firmware If your Honor 7A received security patches after 2022, some vulnerabilities may be closed. In this case, it is recommended to use official methods of restoring access through Google recovery page.
Method 3: Deleting an account via computer (ADB)
If the phone is locked, but you have access to debugging mode. USB (USB Debugging), you can delete the account via the command line. This method is suitable for users with technical skills.
Prerequisites:
- ๐ฅ๏ธ Computer with
ADB and Fastboot installed. - ๐ USB cable (preferably original).
- ๐ง Enabled USB debugging in the developer settings (
Settings โ About phone โ Build number- tap 7 times to unlock).
Instructions:
- Connect Honor 7A to your computer and confirm that you trust the device (if prompted).
- Open the command line (or
Terminalon Mac/Linux) and enter:
adb devices
Make sure the device is detected (the serial number should appear).
- Enter the command to delete the account (replace
your.email@gmail.comwith your address):
adb shell pm uninstall -k --user 0 com.google.android.gmsadb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_sync_enabled'"
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivity
- Reboot the phone. After this, the account linking will be reset.
If the command adb devices does not show your phone, try reinstalling drivers HiSuite for Honor or use a different USB cable. Often the problem lies in a faulty port or cable.
Method 4: Deleting an account via Recovery Mode (without data loss)
If the phone does not boot or you cannot log in, but want to save the data, you can try deleting the account via custom Recovery (for example, TWRP). This method requires an unlocked bootloader (bootloader).
Step-by-step guide:
- Turn off the phone and press
Volume up + Powerto enterFastboot Mode. - Connect the device to the computer and check the connection with the command:
fastboot devices
- Install TWRP (if not already installed):
fastboot flash recovery twrp.img
fastboot reboot recovery
- In TWRP go to
Advanced โ File Manager. - Delete files:
/data/system/accounts.db/data/system/accounts_de.xml/data/system/sync/accounts.xml
โ ๏ธ Attention: Deleting system files via TWRP can lead to unstable operation of the phone. Before the procedure, create a backup copy of the partition./datain itself TWRP (optionBackup).
What to do if there is no custom Recovery?
If TWRP is not installed on your Honor 7A, you can try to temporarily get root access through applications like KingRoot or Magisk (on EMUI 8.x this is possible, but risky). After gaining superuser rights, use a file manager with root support (for example, Root Explorer) and manually delete account files along the path /data/system/However, this method may not work on all firmware versions due to. restrictions Huawei on modification of system partitions.
Method 5: Official account deletion via Google (remotely)
If you do not have physical access to the phone, but you remember the account information, you can remove its link to the device via the Google web interface. This is useful if the phone is lost or sold. but you forgot to unlink your account.
Instructions:
- Go to the page
myaccount.google.comand log in. - Select section
SecurityโYour devicesโManagement devices. - Find in the list Honor 7A (may be displayed as
HUAWEI LND-LX3โthe factory name of the model). - Click on the three dots (
โฎ) next to the device and selectExit. - Confirm the action. Now the phone is unlinked from the account, but FRP blocking will remain unless you reset the settings on the device itself.
This method does not completely remove the account from the phone, but it does remove it. linking to your profile. For complete deletion, you will still need access to the device.
Common errors and how to avoid them
When deleting a Google account from Honor 7A users often encounter typical problems:
- ๐ "Account is not deleted" after clicking the button: Check if it is enabled function
Device administratorfor applications like Find My Device or corporate MDM solutions. Disable them inSettings โ Security โ Device Administrators. - ๐ "The previous owner's password is required" after reset: This is a manifestation of FRP. Use Method 2.2 or official restoration of access via Google.
- ๐ต "I canโt enter the settings because the screen is locked": If you forget your pattern key, try resetting it via
Find My Device(you need access to your Google account) or use ADB (see Method 3). - ๐ง "After deleting the account, Google services stopped working": Clear the cache and application data
Google Play ServicesiGoogle Services Frameworkin the settings.
If none of the methods helped, it is possible that your phone has additional restrictions. In this case, only contacting the service center will help. corporate firmware with additional restrictions. In this case, only contacting the service center will help. Huawei/Honor with documents for the device.
On Honor 7A with EMUI 8.x, the most reliable way to delete a Google account without consequences is to use a combination of standard deletion through the settings and subsequent clearing of the Google services cache. Bypassing FRP is best used only in extreme cases, as this can disrupt the stability of the system.
FAQ: Answers to frequently asked questions
Is it possible to delete a Google account from Honor 7A without it? password?
Yes, but with reservations:
- If the phone is unlocked, use Method 1 (through settings).
- If the phone is locked after resetting, try FRP bypass (Method 2.2), but this will not work on all firmware versions.
- If all else fails, contact the service center with proof of ownership of the device.
What happens if you sell Honor 7A without deleting your account Google?
The new owner will face:
- The requirement to enter your username/password after the reset (FRP lock).
- The inability to add your Google account before deleting yours.
- The risk of leaking your data if the new owner restores the backup ones copies.
Always delete your account and perform a factory reset before selling!
How can you tell if your Google account has been completely deleted?
Check the following signs:
- B
Settings โ Accountsyour email address is missing. - When adding a new Google account, a conflict message does not appear.
- In
Settings โ Google โ Devicesyour Honor 7A is not displayed. - After rebooting, the phone does not ask for old account information.
Is it possible to recover a deleted Google account on Honor 7A?
The Google account itself can be restored via recovery page, but its link to the phone cannot. After deletion, all local data (for example, saved passwords in Chrome or application settings) will be lost. If you deleted your account by mistake, the only way to regain access to services is to log in again.
Why did the Google Play Market and other services stop working after deleting the account?
This is due to:
- Incomplete removal of the Google services cache Solution: clear application data
Google Play. ServicesandGoogle Services Framework. - Conflict with security updates. Solution: restart the phone and check for updates in
Settings โ System โ Software update. - Corporate policy restrictions (if the phone was issued by the company. Solution: contact the organization's IT department.