Android Auto is a useful application for integrating a smartphone with a car multimedia system, but not for everyone users need it. On Android 10 removing this service has its own nuances: the system can automatically restore it after updates, and standard deletion through the app menu is often unavailable. In this article we will look at all the working methods - from simple shutdown to complete deletion of system files (including methods for rootrights).

The peculiarity Android 10 is that The Android Auto application in this version is often built into the system partition and is not deleted like regular software. This means that even after uninstallation, it may return after a reboot or Google Play update. We tested the methods on devices Samsung Galaxy S10, Xiaomi Mi 9, Google Pixel 3 and others - all instructions are relevant for pure Android and manufacturers' shells.

Why does Android Auto come back after deletion?

The main problem โ€” automatic recovery of system applications. Google has implemented a mechanism to protect critical services, which include Google. Reasons for the "resurrection" of the application: Android 10 Google has implemented a mechanism to protect critical services, which include Android Auto. Reasons for "resurrection" of the application:

  • ๐Ÿ”„ Google Play Services updates: the service checks the integrity of system components and restores deleted ones.
  • ๐Ÿ“ฑ Branded skins (MIUI, One UI, EMUI): manufacturers add their own protection mechanisms.
  • ๐Ÿ”ง Reset to factory settings: returns all pre-installed applications.
  • ๐Ÿ“ฒ Clearing Dalvik/ART cache: may cause reinstallation of system APKs.

Another nuance: on some devices (for example, Huawei c EMUI 10) Android Auto is integrated into com.huawei.android.auto a separate package that blocks standard removal methods. In such cases, you will need ADB commands or root-access.

๐Ÿ“Š Have you tried to remove Android Auto before?
Yes, but it came back
Yes, and it was deleted forever
No, only I plan
I donโ€™t know how to do this

Method 1: Disabling Android Auto without uninstalling

If you donโ€™t need an application, but just enough completely delete application, but enough disable its operation, use this method. It is safe and does not require rights. superuser.

  1. Open Settings โ†’ Applications and notifications โ†’ Show all applications.
  2. Find Android Auto in the list (can be called com.google.android.projection.gearhead).
  3. Click Disable (or Uninstall updatesif the button is active).
  4. Confirm the action in the dialog box.

After disconnecting:

  • โœ… The application will no longer launch automatically.
  • โœ… It will disappear from the menu and list of applications.
  • โŒ But it will remain in the system and will take up space (usually ~50โ€“100 MB).
โš ๏ธ Attention: On some devices (for example, Sony Xperia s Android 10) button Disable may be inactive. In this case, proceed to the next method.

Close all background applications

Check the Android version (Settings โ†’ About phone)

Disable automatic app updates in Google Play

Make a backup copy of your important data-->

Method 2: Uninstalling updates and resetting to the factory version

If Android Auto was updated via Google Play, it can be "rolled back" to the factory version. This will not remove the application completely, but will reduce its size and disable some functions.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Android Auto โ†’ Storage.
  2. Click Delete updates.
  3. Confirm the action. The application will return to the version pre-installed on the device.
  4. (Optional) In the same menu, click Clear cache and Clear data.

After that:

  • ๐Ÿ“‰ The application size will decrease from ~150 MB to ~20โ€“30 MB.
  • ๐Ÿšซ Some functions (for example, voice assistant) may stop working.
  • ๐Ÿ”„ With the next update via Google Play the application will return to the current one version.
Action Result Are root access required?
Disable the application Stops starting, but remains in the system No
Removing updates Returning to the factory version, reducing the size No
Cleaning data Reset application settings No
Removal via ADB Full removal for the current user No (but you need a PC)
โš ๏ธ Attention: On devices with Android 10 and Google Play Services version 21.30+, update rollback may be blocked. In this case, use ADB (method 3).

Method 3: Complete removal via ADB (without root)

The most reliable method for users without rootrights is to use Android Debug Bridge (ADB). It allows you to remove the application for the current user, but does not affect system files (therefore, after resetting the settings Android Auto can return).

Step-by-step guide:

  1. Download and install ADB Tools on PC.
  2. Enable USB debugging on your phone:
    Settings โ†’ About phone โ†’ Build number (press 7 times)
    

    Settings โ†’ System โ†’ For developers โ†’ USB debugging

  3. Connect the phone to the PC and run in the command line:
    adb devices

    (your device should be displayed).

  4. Enter the command to remove:
    adb shell pm uninstall --user 0 com.google.android.projection.gearhead

If the command was completed successfully, you you will see Success. After this:

  • โœ… The application will disappear from the menu.
  • โœ… ~150โ€“200 MB of memory will be freed.
  • โŒ But it may return after the update Google Play Services.
What to do if ADB gives the error "Failure" [DELETE_FAILED_INTERNAL_ERROR]"

This error means that the application is protected from deletion at the system level. Try:

1. Use the command adb shell pm hide com.google.android.projection.gearhead (hides the application).

2. Delete via root (method 4).

3. Roll back to an older version (risky!). Method 4: Uninstall with root access (for advanced users) If you have access, you can data-i="164">, including system files. This ensures that the application will not return after updates. Google Play Services to an older version (risky!).

Method 4: Uninstall with root access (for advanced users)

If you have root-access, you can completely remove Android Auto, including system files. This ensures that the application will not return after updates. But be careful: incorrect actions can cause the system to crash.

Instructions for root-users:

  1. Install a file manager with support root (for example, Root Explorer or FX File Explorer).
  2. Go to the folder /system/priv-app/AndroidAutoPrebuilt or /system/app/AndroidAuto (path may differ).
  3. Delete files:
    • AndroidAutoPrebuilt.apk
    • AndroidAutoPrebuilt.odex (if any)
  • Restart the device.
  • Alternative method via Terminal Emulator:

    su
    

    mount -o rw,remount /system

    rm -rf /system/priv-app/AndroidAutoPrebuilt

    rm -rf /system/app/AndroidAuto

    mount -o ro,remount /system

    reboot

    โš ๏ธ Attention: Deleting system APKs may disrupt the operation of other Google services (for example, Google Assistant or Google Maps). Before proceeding, make a backup copy via TWRP or Titanium Backup.
    ๐Ÿ’ก

    If after deleting system files the phone stops booting, try restoring the deleted APKs. via TWRP (section Advanced โ†’ File Manager).

    Method 5: Blocking via Package Disabler (for Samsung)

    On devices Samsung with One UI (for example, Galaxy S10, Note 10) there is an alternative way - using applications like Package Disabler Pro or Bloatware Remover. These tools do not remove applications, but block their launch. at the system level.

    How it works:

    1. Download Package Disabler Pro from Google Play.
    2. Provide application root-access (if available) or use ADB to unlock additional functions.
    3. Find in the list com.google.android.projection.gearhead.
    4. Click Disable (disable).
    5. Advantages of the method:

      • ๐Ÿ”’ Does not require deleting system files.
      • ๐Ÿ”„ Easy to return the application back.
      • ๐Ÿ“ฑ Works on most devices Samsung s Android 10.

      Disadvantages:

      • ๐Ÿ’ฐ Some functions of the application are paid.
      • ๐Ÿ”„ After resetting the settings, the blocking is removed.
      ๐Ÿ’ก

      On Samsung devices with Knox, blocking system applications may trigger the flag Knox (loss of warranty).

      What to do if Android Auto still returns?

      If after all the manipulations Android Auto continues to appear, the reasons may be as follows:

      • ๐Ÿ”„ Automatic update via Google Play: disable auto-update for this application in the settings Google Play.
      • ๐Ÿ“ฆ Recovery through proprietary services (for example, Huawei Mobile Services or Xiaomi GetApps).
      • ๐Ÿ”ง Error when deleting via ADB: check the correctness of the command and access rights.
      • ๐Ÿ“ฑ The manufacturer has blocked deletion (relevant for Oppo, Vivo, Realme).

    Radical measures:

    1. Firmware rollback to an older version Android (for example, from 10 to 9), where Android Auto is not built into the system.
    2. Installing custom firmware (for example, LineageOS), where there are no pre-installed Google services.
    3. Using Magisk to block the module Android Auto via MagiskHide.
    โš ๏ธ Attention: Rolling back the firmware or installing custom software can lead to data loss, crash Knox (on Samsung) or problems with OTA updates. Do this only if other methods have not helped.

    FAQ: Frequently asked questions about uninstalling Android Auto

    Is it possible to uninstall Android Auto without a computer?

    Yes, but with limitations. Without a PC, you can only disable application or uninstall its updates (methods 1 and 2). For complete removal via ADB or root you need a computer.

    Why does the application return after deleting via ADB?

    This happens because automatic recovery of system applications via Google Play Services. To prevent the return of:

    1. Disable auto-update for Android Auto in Google Play.
    2. Use rootto remove APK from the system partition.
    3. Install the module Universal Android De-bloater in Magisk.
    Will Android Auto work on the car radio after being removed from the smartphone?

    No. Android Auto on the car head unit - this is only a โ€œprojectionโ€ of the application from the smartphone. If you delete it from your phone, integration with the radio will not work. Instead, you can use MirrorLink or CarPlay (for iPhone).

    Is it possible to remove Android Auto on devices with Android 11+?

    On Android 11 and newer, the procedure becomes more complicated due to the tightening of security policies. In most cases, you will need rootrights or use ADB with additional commands (for example, adb shell cmd package install-existing --user 0 com.google.android.projection.gearhead for a reverse installation).

    How to get Android Auto back if you need it again?

    If you deleted the application via ADB or root, you can restore it:

    • Via Google Play (if it was not system).
    • Resetting the phone settings to factory settings.
    • Installing APK manually (download from APKMirror).
    • Via ADB command:
      adb install com.google.android.projection.gearhead.apk