Xiaomi Redmi Note 8 Pro is one of the brandβs most popular smartphones, but many users are faced with a forced Google Phone app (known as βGoogle Callerβ) that automatically installs as a default call, slows down the system and takes up space in memory. In this article, we will discuss 5 proven ways to remove or disable this application β from simply hiding the icon to completely removing it with ADB and root rights.
Itβs important to understand that the Redmi Note 8 Pro runs on MIUI firmware, where Google Phone is often integrated at the system level.This means that simply removing it through the app menu wonβt work β more manipulation will be required. Weβll look at options for users without root rights (the safest ones) and for those who are ready for more radical measures.
Before you start, check your MIUI version: Go to Settings β About β About β MIUI version. This depends on the availability of some methods. Also note that after deleting Google Phone, the default call will return to the standard MIUI Dialer (if it was not deleted earlier).
1. disable Google Callers via MIUI settings
The easiest and safest way is to deactivate the application in the system settings, which won't remove it completely, but will stop the background processes and hide the icon from the menu, suitable for users who don't want to risk system stability.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, enter Google Phone (or βBellβ if the name is in Russian).
- βοΈ Click on the app, then select Disable (or Remove Updates if the button is active).
- β Confirm the action in the window that appears.
Once disabled, the icon will disappear, and the call will be reset by default to the standard one from Xiaomi. However, the application itself will remain in the system and will take up space (about 50-100 MB).
β οΈ Note: On some versions MIUI 14 button Disable may be inactive. In this case, proceed to the next method.
2. Hiding the icon through the launcher (without deletion)
If you're only bothered by the desktop icon, but the functionality of Google Phone isn't critical, you can just hide it in the app menu. It's a technique that doesn't require technical skills and is reversible.
How to hide it:
- π Keep your finger on the Google Phone icon on your desktop.
- ποΈ Drag it to the top of the screen where it will say Delete or Hide (depending on the launcher).
- π In the standard launcher. MIUI You can also go to the launcher settings. β Hidden apps and add Google Phone to the list.
The downside is that the app will continue to work in the background and update via Google Play. To stop this, go to Google Play β My profile β App Management and turn off the automatic update for Google Phone.
π‘
If you use a third-party launcher (for example, Nova Launcher or Apex), hiding icons is implemented even easier β through the settings of the launcher itself.
3. Removal via ADB (without root rights)
For those who are ready for deeper customizations, but do not want to get root, the method using Android Debug Bridge (ADB) is suitable.
Step-by-step:
- Put the debugging on. USB: π§ Go to Settings. β About the phone and 7 times click on the version MIUI, activate the developer mode. π© Back to Settings β Additionally. β For developers and enable debugging by USB.
- Connect the phone to the PC and confirm access to debugging on the smartphone screen.
- Download. ADB: π» For Windows: the official Platform Tools package. π§ For Linux/macOS: Install via a packet manager (e.g., sudo apt install adb).
Open the command line.
adb
adb devicesMake sure your Redmi Note 8 Pro is listed.
Delete Google Phone
adb shell pm uninstall --user 0 com.google.android.dialerIf you have an error, try an alternative command:
adb shell pm hide com.google.android.dialerOnce the command is executed, the application will be removed for the current user (not systemically).
adb shell cmd package install-existing com.google.android.dialerβ οΈ Attention: On some firmware MIUI Google Phone may recover after rebooting, in which case repeat the procedure or use the root-rights method.
Download Platform Tools|Enable debugging by USB|Connect phone to PC|Contact connection by adb devices|Take backup of data-->
4. Complete removal with root rights
If you are ready for radical measures and you have root access (for example, through Magisk), you can completely erase Google Phone from the system. This will free up space and permanently eliminate the application, but it requires caution β wrong actions can lead to a firmware failure.
Methods of disposal:
- π Through the file manager with root: Install Root Explorer or FX File Manager. Go to the /system/priv-app/GoogleDialer or /system/app/GoogleDialer. Remove the folder or rename it (for example, in the GoogleDialer_bak). Reboot the phone.
- π€ Through Termux with root: su rm -rf /system/priv-app/GoogleDialer rm -rf /system/app/GoogleDialer reboot
After removal, it is recommended to clear the cache in Settings β Storage β Clear the cache to avoid conflicts with other system processes.
| Method | Root is required. | Reversibility | Risk to the system |
|---|---|---|---|
| Disconnection in settings | β No. | β Yes. | β οΈ Low. |
| Hiding the icon | β No. | β Yes. | β Absent. |
| Removal via ADB | β No. | β Yes (install-existing team) | β οΈ Medium. |
| Removal from root | β Yes. | β No (no backup) | β οΈβ οΈ High-pitched |
π‘
Removing root system applications can disrupt MIUI, especially if Google Phone is integrated into firmware as a dependency for other services (e.g. Google Assistant).
5. Replacing the default call with a third-party one
If you donβt like either the standard MIUI call or Google Phone, you can install an alternative app (like Truecaller, ExDialer, or Simple Dialer) and make it a mainstream app.
How to change the bell:
- π₯ Install the selected call from Google Play.
- π Open the app and follow the instructions for setting up.
- π§ Go to Settings. β Annexes β By default. β Caller.
- π― Select a new application from the list.
All calls will then be processed by a new call, and Google Phone can be disabled or deleted by one of the methods described above.Please note: some alternative calls require additional permissions (e.g., access to contacts or SMS).
Which calls work best on MIUI?
6.Restore Google Phone after Deletion
If you have deleted your Google Phone and want it back (for example, due to an alternative call issue), there are several ways to recover:
- π Through ADB (if removed by the uninstall command --user 0): adb shell cmd package install-existing com.google.android.dialer
- π₯ Reinstall from Google Play: Open the Google Phone page. Click Install (if the button is active).
- π§ Resetting settings (last resort): Go to Settings β System system β Resetting settings β Reset all settings. β οΈ This will bring back all system applications, but delete user data!
If none of these methods worked, maybe Google Phone was removed at the firmware level, and then you can only flash it through Fastboot or Recovery.