Owners of Xiaomi, Redmi and Poco smartphones often encounter an intrusive system application known as GetApps. This store is preinstalled in the MIUI and HyperOS firmware by default and is designed to distribute software, however, its aggressive behavior, pop-up advertising and battery consumption make you want to get rid of it. Many users are looking for a way to remove the getup on the shaomi without a computer, since connecting to a PC requires installing drivers and additional utilities, which is not always convenient or possible.
Fortunately, modern versions of Android and shells from the Chinese manufacturer allow you to perform deep cleaning of the system using only the capabilities of the phone. Removal of system applications has become more accessible thanks to built-in debugging functions and wireless interfaces. In this article, we will discuss in detail the methods that will allow you to deactivate or completely remove this service, returning the device to cleanliness and performance.
It is worth noting that the process requires care, as interference with system processes always carries certain risks. However, following the step-by-step instructions, you can safely free up space and remove annoying notifications. Complete removal of GetApps is possible only through the use of the following steps. ADB-commands, because the standard "Delete" button in the app menu is not usually available.
Why you should get rid of GetApps on Xiaomi
GetApps is not just a desktop shortcut, but a full-fledged system process that is deeply integrated into the MIUI shell. Its primary function is to promote apps and games, often of questionable quality, through intrusive notifications. Even if you've never opened this store, it continues to run in the background, collecting data about your preferences and wasting battery power.
Many users notice that after updating the firmware on the device there are new banner ads, the source of which is this service. Disabling advertising in the settings does not always help completely, since system components can bypass these restrictions. Deletion of the application solves the problem in a comprehensive way: push notifications disappear, the load on the processor is reduced and RAM is released.
In addition, having a third-party app store poses a potential security threat: While Xiaomi checks for content, the likelihood of downloading malware or spyware through such channels is higher than in the official Google Play. By getting rid of excess software, you reduce the attack surface for potential viruses.
- π Reducing battery consumption by stopping the store's background processes.
- π‘οΈ Improving the security and confidentiality of user personal data.
- π Increased free RAM for more important tasks.
- π Complete disappearance of intrusive advertising and pop-ups.
Preparing a smartphone to remove system components
Before we start radical measures, we need to get the device ready, and standard Android tools can't remove the system application, so we'll need access to advanced settings, and the first step is to activate the developer mode, which is hidden by default for the safety of the average user.
To do this, go to the Settings menu. β About the phone and find the line "Version" MIUI" or "Version". OS". You need to press this line quickly. 7-10 Once in a row, until you get a message that you've become a developer, and then a new section will appear in the main settings menu. β For developers.
Inside the developer menu, find and activate USB Debugging. Without this option, your computer or special applications wonβt be able to control the system, and enable Wi-Fi Debugging if your firmware version supports wireless connectivity, which will allow you to do without the cable.
βοΈ Telephone preparation
It is important to understand that enabling debugging gives wide access to the system.
β οΈ Warning: Do not connect your smartphone to unknown public charging stations with debugging enabled USB, This can lead to data theft.
Method of removal through application settings (Basic)
The easiest, but not always effective, way to uninstall is through the standard menu, and newer versions of HyperOS and some MIUI updates have the ability to uninstall more system applications than before. Try to find GetApps in the installed program list first.
Go to Settings β Apps β All apps. In the list, find GetApps or Mi Store. If you're lucky enough to have your firmware version to do that, the "Delete" button will be active at the bottom of the screen, so you don't need complex instructions.
However, most often the delete button will be inactive or absent, in which case you can try forcefully stop the application and disable notifications to minimize its impact. Press Forced Stop and then Permissions and disable all access, including network access.
| Action. | The result | Efficiency |
|---|---|---|
| Clearing the data | Resetting store settings | Low. |
| Forced stopping | Temporary shutdown | Medium |
| Disabling notifications | No ads in the curtain. | Tall. |
| Complete removal | Disappearance from the system | Maximum |
Using ADB over Wi-Fi without a computer
If standard methods don't work, advanced tools that run directly on your smartphone come to the rescue. There are terminal applications like Termux or specialized utilities like ADB Keyboard, coupled with network settings that allow you to emulate ADB connectivity. It's a tricky but workable way for power users.
The idea is to connect the phone to itself as if it were a remote device. IP-The address of your device on your local Wi-Fi network, you can do this in your Wi-Fi settings by clicking on the name of the connected network, and then you enter commands in the terminal application to connect to the debugging port.
The command to connect is as follows: adb connect 192.168.1.XX:5555 (where XX is your IP digits). Once you successfully connect, you get permission to execute delete commands. Enter pm uninstall -k --user 0 com.mi.globalshop.mini to delete GetApps.