Xiaomi and Redmi smartphone owners often face a situation where pre-installed apps take up space in memory and interfere with the normal operation of the device. One such service is Google Movies (formerly Google Play Movies), which in recent updates has transformed into a Google TV platform.
Getting rid of Google’s MIUI or HyperOS system applications requires a special approach, as standard methods cannot remove them. You will have to face the restrictions of access rights imposed by the manufacturer. In this article, we will discuss in detail the safe ways to deactivate and completely remove the service, using both built-in Android features and more advanced tools like ADB.
Before you take action, it is important to understand the difference between disabling and completely deleting. Disabling hides the application and stops its processes, but the files remain in the system partition. Deleting the files requires computer intervention and can affect the operation of other Google services if you act carelessly. Deleting the com.google.android.videos system package will not harm the work of the Google Play Store or YouTube, as these are independent modules.
Analysis of MIUI and HyperOS system constraints
Xiaomi’s shells are known for their aggressive policy on system files, with the standard settings menu allowing only some Google apps to be “disabled,” but the “Delete” button often remains inactive or hidden, to preserve the integrity of the ecosystem and prevent accidental disruption of the smartphone.
When you try to remove an application without root rights, the system will give an error or simply ignore the request, which is due to the fact that Google TV and its predecessor are integrated into the system partition /system/priv-app. For the average user, this means that without the use of special tools like Android Debug Bridge, you will not be able to clear the memory from this component.
Also, even after a shutdown, the service can continue to cache or update in the background if it does not deny access to the network. It is important to consider that on global versions of firmware, the integration of Google services is deeper than in Chinese, so the methods may be slightly different.
- 📱 Standard Settings removal is only available for externally installed user applications.
- 🔒 System applications are protected from removal without superuser rights or ADB-team.
- 🔄 Background updates can return functionality of the disabled service if you do not block auto-update.
⚠️ Warning: Before any manipulation of system components, be sure to create a full backup of important data, as incorrect removal of system packages can lead to unstable operation of the interface.
Preparing the smartphone for modification
To successfully complete the deletion procedure, you will need to prepare not only the Redmi smartphone itself, but also the computer. The PC must have a Windows operating system, macOS or Linux, as well as drivers for mobile devices. Without the right driver, the computer will not see the smartphone in debugging mode.
The first step on the smartphone is to activate the hidden menu “For developers”. → On the phone and press quickly 7-10 once by “Version” MIUI» or "Version" OS». After the notification that you have become a developer, you can proceed to set up debugging.
In the “Additional” or “Extended Settings” menu, look for “Developers” and turn on the USB debugging switch. When you first connect to your computer, you’ll see a request for debugging permission on your smartphone screen — be sure to tick “Always Allow” and confirm the action.
☑️ Checklist of preparations
The quality of the cable is critical. Cheap charging cables often don't support data transmission, which will lead to connection errors. Use the original cable from the kit or a certified analog with data support.
Disconnection method through system settings
The safest, though not always completely effective, way is to shut down the standard, which requires no connection to the computer and eliminates the risk of turning the smartphone into a brick, a method ideal for those who just want to remove the icon and stop the process.
Go to Settings → Apps → All apps. In the list, look for Google TV or Movies. If you don't see them, click three dots in the corner and select Show System Processes. In the menu that opens, select the app you want and click Turn it off.
After shutting down, the application will disappear from the launcher menu and stop consuming RAM. However, its data will remain in the device memory. For maximum cleaning, it is also recommended to click “Clean” and “Erase Data” before turning off to free up space.
- 🛑 The method is completely safe and reversible at any time.
- 💾 Application files remain in memory, taking up space.
- 🔕 The service stops running and receiving notifications.
💡
If the “Disable” button is inactive (gray), then the application is critical to the current version of the shell or has dependent processes that cannot be stopped in the standard way.
Complete removal via ADB (No Root Rights)
For those who want to completely erase an application from the system, you need the ADB toolkit (Android Debug Bridge), which is Google's official tool for controlling a smartphone from a computer. You don't need root rights, just USB debugging enabled.
Download the Platform Tools package from the official Android developer site. Unpack the archive into a convenient folder, for example, in the root of the C drive. Open the command prompt (cmd) or PowerShell in this folder. Connect your smartphone and enter the communication verification command:
adb devicesIf you have a device on the list, the connection is successful. If you're unauthorized, look at your phone's screen and confirm access. Now you can start deleting. The command to delete the Google TV packet is as follows:
adb shell pm uninstall -k --user 0 com.google.android.videosThis command removes the application only for the current user (user 0), without physically affecting the system partition, but making it inaccessible to the system.
⚠️ Note: When entering commands in ADB Be extremely attentive to the syntax. A packet name error can lead to the wrong application being deleted or a system error.
Google's Delete Package Table
Google services often consist of several components. To clear a smartphone of Google Movies, you sometimes need to remove not only the main app, but also the associated update or dependency services. Below is a table of the main packages.
| Title of the component | Package Name (Package Name) | Risk of removal | Impact on the system |
|---|---|---|---|
| Google TV (Main) | com.google.android.videos | Low. | The movie app goes missing |
| Google Play Services | com.google.android.gms | critical | Almost all applications will stop working |
| Google Play Store | com.android.vending | High-pitched | Impossible to update applications |
| YouTube | com.google.android.youtube | Low. | Only the YouTube client is removed |
Use the adb shell pm list packages command to find the exact packet names on your device, as they may vary slightly from region to region and on different versions of Android. For example, some Redmis may have com.google.android.apps.tv.dream for the Android TV interface.
Recovery of Remote Components
If you find that you still need Google Movies functionality after deleting it, or if the system starts to behave incorrectly, the package can be easily restored (--user 0), files are still there.
To restore, it is enough to connect the smartphone to the computer again, open the command line and enter the installation command:
adb shell cmd package install-existing com.google.android.videosOnce you execute the command, the application will appear in the list of all applications, but it will be in the “Disconnected” state, you will need to go to the settings and activate it manually, which ensures that all system connections are restored correctly.
What if the ADB can’t see the device?
Alternative solutions and blocking
Instead of completely removing, you can use locking techniques that don't require a computer every time.There are freezer apps like Ice Box or Titanium Backup (requires Root) that allow you to "freeze" apps on schedule or manually.
Also effective is to limit background activity: In the battery settings for the Google TV app, select No Limits mode — turn off, and in the Activity Control menu, prevent autostart and operation in the background, which will prevent charge consumption.
For advanced users with Root rights, it is possible to completely cut applications through system managers like System App Remover, but on modern devices with encrypted partitions, this can lead to a loss of warranty and a breakdown of SafetyNet, which will block banking applications.
- 🧊 Freezing allows you to temporarily hide the application without deleting files.
- 🔋 Limiting background activity saves battery power.
- 🛡️ Root rights give full control, but carry security risks.
⚠️ Note: Using third-party freezers without Root rights may require special permissions through ADB each time the smartphone is restarted.
Frequently Asked Questions (FAQ)
Is it safe to delete com.google.android.videos via ADB?
Will the application return after the system update?
Do I need to unlock the bootloader to remove it?
Can I delete Google Movies without a computer?
💡
Use of the ADB-team --user 0 is the gold standard: it is safe, reversible and does not require unlocking the bootloader or Root rights.