Modern Xiaomi smartphones, including the popular Redmi 9 model, come with a pre-installed service package from Google that is deeply integrated into the operating system. Google Assistant is one of the key elements of this ecosystem, providing voice control and smart hints, but for many users its constant presence becomes an intrusive factor. Often activation occurs by accident when you unlock the screen or press the power button long, which causes irritation and distraction from basic tasks.
Complete removal of the system component without obtaining root rights is technically impossible, as it is part of a secure partition of the Android system. However, there are a number of effective methods to completely neutralize its operation, hide the call buttons and prevent background activity. On Redmi 9 with the MIUI shell, it is critically important to disable the binding of the power button, since this is the main trigger of accidental launch. In this article, we will discuss all available ways to minimize the impact of voice assistant on the performance of your device.
You need to understand the difference between completely deleting an application file and turning it off. Unless you plan to reflash a device with a modified bootloader, we will use regular Android tools and special utilities to hide the service, which will keep the Redmi 9 stable and ensure data security, getting rid of unnecessary functionality.
Disconnection through Android system settings
The first and safest step is to use the built-in operating system tools to restrict the application rights. You need to go to the settings section where all installed programs are managed, and find the Google component there. To do this, open the Settings menu, scroll down to the App and select All Apps. The list that opens should look for Google (often has a G color logo), not a separate Assistant app.
Inside the app menu, find the Notifications section and disable all types of alerts, including reminders and prompts. Next, go to Additional or Additional Settings (depending on the version of MIUI) and select Open by default. Here, click the Delete Default Settings button to stop the system associating voice commands with the service. This action does not delete files, but breaks logical connections.
Also on the same menu, you can find the Resolution option, where you should deny access to the microphone, location and contacts. Without access to the microphone, the voice assistant will not physically be able to hear the activation commands. Once you do this, the functionality will be severely limited, although the process itself may continue to hang in memory.
π‘
Before changing the system permissions, take a screenshot of the current settings to quickly return the accesses back if necessary.
Note that the names of items may vary slightly on different versions of MIUI firmware, but the logic remains the same for all Xiaomi devices. If you do not find an item, try searching for the settings by typing the word "Google." This is the fastest way to navigate the complex shell menu.
Blocking the power button and lock screens
The most common reason for irritation of Redmi 9 users is the accidental launch of the assistant when the screen is turned off or unlocked. By default, in Android 10 and 11, on which MIUI is based in this model, a long press of the power button activates Google Assistant instead of the turn off menu. To return classic behavior, you need to change the system parameter.
Go to Settings, find the Additional section, or search for the "Power button." You need Press and Hold the Power button. In the window that opens, switch the switch from Google Assistant to the Power Menu, and then hold the button for a long time will cause a standard reboot and turn off window, which is much more convenient in everyday use.
βοΈ Setting up the power button
The next step is to remove widgets and shortcuts from the lock screen. Redmi 9 often has a swipe to the right on a locked screen that opens Google tape or the assistant interface. To turn off, go to Settings β Lock screen. Find the swipe option left for the camera or the widget tape and turn it off. This will prevent accidental activation in your pocket or when you carry it in your bag.
β οΈ Note: Some global versions of the firmware MIUI The power button can be hidden if you can't see the switch, try updating the Google Play Services app or the shell itself. MIUI On the phone menu".
It is also important to check the settings of the Google app itself. Open the app, click on the profile avatar, select Settings β Google Assistant β Phone. You need to turn off the Google Assistant option, and then even when you try to call, the system will tell you that the service is not available.
Using ADB for deep cleaning
For users who want to maximize the result and actually remove the component from the system without superuser rights, the tool is ideal. ADB (Android Debug Bridge.This method allows you to delete system packages for the current user, making them invisible to the system and frees up resources. You will need a computer (Windows, macOS or Linux) and USB-cable.
First, activate developer mode on Redmi 9. Go to Settings β About Phone and quickly press 7 times on MIUI Version until the message βYou are a developerβ appears. Then in the menu Additional β For developers, turn on Debugging over USB. Connect your smartphone to your PC and allow access on the phone screen.
Download ADB platform tools on your computer. Open the command line or terminal in the ADB folder and enter a command to check the connection:
adb devicesOnce you have confirmed your connection (the code you want to enter on your PC will appear on your phone screen), you can start removing packets. To delete Google Assistant and related components, use the following commands. Be careful, delete only the specified packets so that you do not disrupt the system.
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThe first command removes the assistant interface directly, the second one removes the Google app (search), which is often the carrier of the assistant, and if you use Google search widgets, the second command is not recommended, because the search bar on the desktop will disappear, in which case, limit yourself to the first command.
How to return a remote via ADB?
Analysis of system processes and tables
Understanding what processes are involved with the voice assistant helps you make informed decisions about removing them. Below is a table of the main components that can consume resources of your Redmi 9 in the background.
| Package name | Function | Security of removal | Impact on the system |
|---|---|---|---|
| com.google.android.apps.googleassistant | The Assistant's main interface | Safe. | High (microphone, screen) |
| com.google.android.googlequicksearchbox | Google App and Search | Conditionally (search will disappear) | Medium (background synchronization) |
| com.google.android.gms | Google Play Services | Dangerous (disrupts work) | Critical (all applications depend) |
| com.android.vending | Google Play Store | Not recommended | High (app updates) |
As you can see from the table, removing com.google.android.apps.googleassistant is the safest and most effective way to get rid of the intrusive assistant. The rest of the components are better either left untouched or disabled by standard means, if you do not have a deep knowledge of the Android architecture.
Using third-party uninstallation apps from the Play Market is also possible, but they often require additional permissions or are less stable than direct ADB commands. In addition, such applications themselves may contain advertising, which contradicts the goal of optimizing the system.
Alternatives and Replacement of Functionality
After disabling Google Assistant, users may need to perform tasks that were previously solved by voice. Fortunately, the Xiaomi ecosystem and third-party developers offer decent alternatives that work faster and do not require a constant connection to Google servers.
- ποΈ Google Search (widget): If you only removed the assistant but left the Google app, you can use the desktop search widget to voice-enter text without activating the full dialog mode.
- π± Mi Voice (in some regions): Built-in shell features MIUI Sometimes you can use voice input to type in messages, which does not require the start of a heavy assistant.
- π€ Third-party launchers: Installing an alternative launcher, such as Nova Launcher or Microsoft Launcher, allows you to completely ignore the system buttons of the assistant call and assign your actions to a long press.
- π£οΈ Alexa or Alice: If you need a voice assistant, but from another manufacturer, you can install Yandex or Amazon Alexa applications and schedule their launch at your discretion.
Replacing standard instruments with lighter ones is a great way to extend the life of the Redmi 9 battery. Voice assistants constantly listen to the microphone and use geolocation, which significantly consumes battery power.
β οΈ Note: When installing third-party launchers on MIUI Extended permissions must be provided in the "Special Features" menu, otherwise they may not work stably or permanently fly out.
Frequently Asked Questions (FAQ)
Can I completely remove Google Assistant without a computer?
Is it safe to use ADB commands on Redmi 9?
Will voice typing disappear after deletion?
Why did the MIUI update change the settings?
π‘
Using ADB is the only way to physically remove assistant packets from user space, but for most, a standard shutdown in settings is enough.
In conclusion, removing or disabling Google Assistant on Xiaomi Redmi 9 is a process that can significantly improve the user experience by removing unnecessary interference with the smartphone. By combining system settings, button locking and, if necessary, ADB tools, you gain full control of your device. Remember that any changes in system processes should be made consciously, understanding the consequences for related Google services.