Removal account Google from a phone Alcatel based Android is a problem that users face when selling a device, changing a profile, or eliminating synchronization errors. Despite its apparent simplicity, the process has nuances: on some models Alcatel (for example, 1X 2021, 3L 2020 or 5V) the standard path through the settings may be hidden or blocked by the manufacturer. Moreover, incorrect deletion is fraught a request to confirm factory data (FRP lock)which will make the phone unusable without the original login and password.

In this article we will analyze all the current methods of deleting an account - from the basic method through the settings menu to advanced solutions with using ADB and recovery. We will pay special attention to models Alcatel with a shell My Flip or modified Android (for example, Alcatel 3X 2019), where the interface may differ from โ€œpureโ€ Google. You will also learn how to get around typical errors like โ€œThe account cannot be deletedโ€ or โ€œThe previous ownerโ€™s password is required.โ€

Why canโ€™t you just delete your Google account through the settings?

On most smartphones Alcatel (as well as other brands) account Google integrated into the system at level Android Framework. This means that it cannot be uninstalled like a regular application - for example, via Settings โ†’ Applications. Reasons for this limitation:

  • ๐Ÿ”’ FRP protection (Factory Reset Protection). Google introduced this feature to Android 5.1+ to combat device theft. After resetting the phone, the system requires you to enter the details of the last linked account.
  • ๐Ÿ“ฑ Synchronization of services. The account is linked to Play Market, Gmail, Google Drive and other services. Deleting it will interrupt access to them.
  • ๐Ÿ› ๏ธ Manufacturer restrictions. Alcatel (especially in budget models) sometimes blocks deletion of the main account through the graphical interface.

If you tried to delete an account via Settings โ†’ Accounts โ†’ Google, but the "Delete" button is grayed out or missing, this is normal. Below we will show workarounds.

โš ๏ธ Attention: Deleting an account Google will lead to loss of access to purchases in Play Market, saved passwords in Google Smart Lock and backups. If the phone is for sale, first unlink it from the device via the Google web version.
๐Ÿ“Š What Alcatel smartphone do you have?
1X (2019-2021)
3L/3X
5V
Another Alcatel
Not Alcatel

Method 1: Standard removal through Android settings

This method works on most models Alcatel s Android 8.0 Oreo and newer (for example, Alcatel 1B 2020, 3T 10). If you have an older version of the system or custom firmware, go to method with ADB.

  1. Open Settings (gear icon on the main screen or in the application menu).
  2. Go to section Accounts (sometimes called Users and accounts).
  3. Select Google โ€”a list of linked accounts will open.
  4. Touch the desired account, then click Delete account (or Delete account).
  5. Confirm the action by entering PIN code, pattern key or password from your phone (not from Google!).

If the "Delete" button is missing or inactive:

  • ๐Ÿ”„ Try disable synchronization first for this account (in the same menu).
  • ๐Ÿ“ฑ Make sure you delete not the main account (if there is only one, you will have to use other methods).
  • ๐Ÿ”ง On some Alcatel (for example, Alcatel 1S 2021) you need to first add a second Google accountto delete the first one.

Make a backup copy of contacts and photos|Remember your Google password (needed for a new one) devices)|Disable two-factor authentication (if enabled)|Check that the phone is charged at least 50%-->

Method 2: Removing via factory reset (Hard Reset)

If the standard method did not work, you can do full reset settingsThis method. erased all data from the phone, including applications, photos and settings, but is guaranteed to delete the account Google. Suitable for models Alcatel s FRP lockif you know the login and password for the linked account.

โš ๏ธ Attention: After resetting, the phone will require you to enter the last account details Google (if FRP was enabled, use way to bypass FRP.

Instructions for resetting:

  1. Open Settings โ†’ System โ†’ Reset (on some Alcatel the path may be Settings โ†’ Advanced โ†’ Reset and backup).
  2. Select Delete all data (reset settings).
  3. Enter PIN code or password from your phone.
  4. Confirm the action by pressing Erase everything.
  5. After reboot, follow the instructions in the setup wizard, but do not add a Google account (skip this step).

If after the reset the phone asks for an old account, but you donโ€™t remember:

๐Ÿ’ก

If, after resetting, the phone asks you to enter the account of the previous owner, and you bought the device second-hand, contact the seller. Without original data, unlocking Alcatel will be extremely difficult.

Method 3: Deleting an account via ADB (for experienced users)

Method with using Android Debug Bridge (ADB) suitable for models Alcatelwhere standard methods do not work (for example, Alcatel 3T 8 or 1B 2020 with truncated functionality. This will require a computer with drivers installed Alcatel and USB debugging enabled). on the phone.

Preparation:

  1. Enable Developer Mode 7 times data-i="170">Settings โ†’ About phone on the phone: go to Settings โ†’ About phone and click on Build number.
  2. Go back to Settings โ†’ System โ†’ For developers and activate USB debugging.
  3. Connect your phone to the PC via a USB cable (original or high-quality).
  4. Download ADB Tools and unzip to a folder on your computer.

Removal account:

  1. Open the command line (cmd) in the folder with ADB.
  2. Enter the command to check the connection:
    adb devices

    Your serial number should appear Alcatel.

  3. Run the command to delete the account (replace email@gmail.com with your address):
    adb shell pm uninstall -k --user 0 com.google.android.gms
    

    adb shell content delete --uri content://com.android.providers.settings/settings --where "name='account_to_remove'"

    adb shell am start -a android.settings.REMOVE_ACCOUNT -d "account:name=email@gmail.com:type=com.google"

  4. Reboot the phone:
    adb reboot

If the commands did not work:

  • ๐Ÿ”ง Try an alternative method:
    adb shell pm clear com.google.android.gms
  • ๐Ÿ“ฑ On some Alcatel (for example, Alcatel 5), you must first disable Google Play Services via Settings โ†’ Applications.
  • ๐Ÿ”’ If an error appears adbd cannot run as root, which means the phone is disabled root access โ€”this method will not work.
What to do if ADB does not see the device?

Make sure that drivers Alcatel installed (download from the official website). Try a different USB cable or port. Enable the option USB debugging (security settings) and Allow system modificationin the developer settings. If you are using Windows, disable driver signing via gpedit.msc (for advanced users).

Method 4: Removal via Recovery mode (without FRP)

This method is suitable for Alcatel with unlocked bootloader or custom recovery (for example, TWRP). It allows you to delete an account Google without resetting the data, but requires technical skills. Does not work on all models - tested on Alcatel 3V i 1X 2020.

Steps:

  1. Turn off the phone.
  2. Hold down the combination of buttons to enter recovery:
    • For most Alcatel: Volume up + Power.
    • For Alcatel 1S: Volume down + Power (hold for 10 seconds).
  • In the recovery menu, select Advanced โ†’ File Manager (if available).
  • Go to paths:
    /data/system/

    Delete files:

    accounts.db
    

    accounts.db-wal

    accounts.db-shm

  • Return to the main menu and select Reboot System.
  • If there are no files accounts.db or recovery is not supported by the file manager:

    • ๐Ÿ”ง Install TWRP Recovery (requires unlocking bootloader).
    • ๐Ÿ“ฑ Use method with ADBif the recovery is standard.
    โš ๏ธ Attention: Deleting files manually can lead to system malfunctions. If after reboot the phone stops working turn on, perform a reset through recovery (Wipe โ†’ Format Data).

    Method 5: Bypass FRP (if the phone requires the old account after the reset)

    If you reset Alcatel to factory settings, and now the phone asks to enter the data of the previous one account Google, this means that the protection has worked. FRP (Factory Reset Protection)You can bypass it in several ways, but success depends on the model and version. Android.

    Method 1: Through an emergency call (for Android 8-10)

    1. On the FRP lock screen press Emergency call.
    2. Dial ##4636## โ€”the testing menu will open.
    3. Go to Usage Statistics โ†’ Settings (or Browser Signin).
    4. Enable Wi-Fi and add a new account Google.

    Method 2: Using an OTG cable and a file manager

    1. Download a file manager to a flash drive (for example, FX File Explorer) and connect it to the phone via OTG adapter.
    2. On the FRP screen, select Connect USB drive.
    3. Install a file manager and delete files through it:
      /data/data/com.google.android.gms/databases/
    4. Reboot phone.

    Method 3: Via Fastboot (for an unlocked bootloader)

    1. Connect the phone to the PC in Fastboot mode (press Volume down + Power with the device turned off).
    2. Run the command:
      fastboot erase frp
    3. Reboot the phone:
      fastboot reboot
    Alcatel model Android version Does FRP bypass work via emergency call? Does FRP reset via Fastboot work?
    Alcatel 1X (2019) 8.1 Oreo Yes Yes (bootloader unlock required)
    Alcatel 3L (2020) 10 No Yes
    Alcatel 5V 9 Pie Yes (with OTG) No
    Alcatel 1B (2020) 10 (Go Edition) No Yes
    ๐Ÿ’ก

    Bypassing FRP on new models Alcatel (Android 11+) often requires special software or service center services. Independent attempts can lead to the device being bricked.

    What to do if none of the methods worked?

    If you have tried all the methods, but the account Google still is not deleted from Alcatel, the following reasons are possible:

    • ๐Ÿ”’ Hardware locking. Some models Alcatel (for example, Alcatel 3T 10) have protection at the firmware level, which can only be removed through the official service.
    • ๐Ÿ“ฑ Damaged systemIf the phone has previously been subject to unsuccessful firmware or rooting. flashing.
    • ๐Ÿ”ง Operator restrictions. On devices blocked for a specific mobile operator (for example, Alcatel from MTS or Beeline), the account may be deleted blocked.

    Solutions:

    1. Contact the service center. Official partners Alcatel can reset FRP through special software (for example, Octopus Box or UFi Box).
    2. Reflash the phoneDownload the official firmware for your model from the website Alcatel and install it via SP Flash Tool or QFil.
    3. Use alternative launchers. If the goal is simply to remove the link to Google, install a launcher like Nova Launcher and disable synchronization.
    โš ๏ธ Attention: Before flashing, check the compatibility of the files with your model Alcatel. Incorrect firmware can damage the phone.

    FAQ: Frequently asked questions about deleting a Google account on Alcatel

    Is it possible to delete a Google account without resetting the phone?

    Yes, but only if the phone is not locked by FRP. Use method with ADB or standard deletion through the settings. If the "Delete" button is inactive, add a second Google account and try again.

    What happens if you sell an Alcatel phone with a linked Google account?

    The new owner will not be able to use the device after reset - the phone will require you to enter your username and password. To avoid this, be sure to delete your account or unlink the device via Google device management page.

    How to find out if FRP lock is enabled on mine Alcatel?

    Go to Settings โ†’ System โ†’ For developers and check the status FRP Lock. If the option is active, the blocking is enabled. You can also determine its presence by asking the account after resetting.

    Is it possible to delete a Google account via a computer?

    No, deleting an account from a device is only possible through the device itself, ADB or a reset. However, you can unlink the phone from the account via the web version of Google (see question above) so that the new owner can activate it.

    Why did Google services stop working after deleting your account?

    This is normal - without a linked account Play Market, Gmail and other services will request authorization. To restore functionality, add the account again or use alternative application stores (for example, APKMirror).