Xiaomi Redmi 7A is one of the most popular budget smartphones, but its owners often encounter the annoying system application GetApps (also known as com.xiaomi.mipicks).This app store from Xiaomi not only takes up space in memory, but also constantly sends notifications, consumes traffic in the background and can slow down the device. Unlike standard user programs, GetApps can not be removed in the usual way β it has to either deactivate through settings or resort to more radical methods.
In this article, we will discuss three working ways to disable GetApps on Redmi 7A (relevant to MIUI 10-14 firmware), including root-free methods using ADB. We will pay special attention to the nuances that will help avoid errors: from checking the firmware version to backing up data. If you are tired of intrusive notifications or want to free up RAM, this guide is for you.
Why GetApps interferes with the smartphone?
GetApps was originally conceived as an alternative to Google Play for the Chinese market, but in Xiaomiβs global firmware, it remained as a pre-installed service. 7A:
- π± Background activity: Even if you donβt run an app, it consumes up to 5-10% of your battery life per day due to automatic updates and syncs.
- π Spam notifications: Advertising for games, promotions and βrecommendationsβ appears daily, and it is impossible to disable them through the application settings.
- π’ Slowing down the system: on Redmi 7A With 2 GB of RAM, each extra process in the background is critical - GetApps can take up to 150-200 MB of RAM.
- π Traffic consumption: in roaming or at a limited rate, the application βeatsβ up to 50-100 MB per month for content updates.
Also, GetApps can't be removed by standard means -- when you try to uninstall, the system produces an error called "Delete is impossible," which is because the application is integrated into MIUI firmware as a system component, but there are workarounds that we'll look at later.
β οΈ Warning: Disabling system applications may lead to unstable operation MIUI. For example, after deactivation of GetApps, some Xiaomi branded services (for example, Mi Video or Mi Music) may stop updating.
Method 1: Disable GetApps through Settings (without root)
The easiest and safest method is to deactivate the application through the settings menu, which requires no special knowledge and is suitable for users who do not want to risk the stability of the system. However, this method has a limitation: GetApps will remain in memory, but will stop running and sending notifications.
Instructions:
- Open the settings on your Redmi 7A.
- Go to the Appendix section β Application management.
- In the search box, type GetApps or com.xiaomi.mipicks.
- Slip on the app you found and select Disable (or Remove Updates if the button is active).
- Confirm the action in the dialog window.
After the shutdown:
- β GetApps icon will disappear from the app menu.
- β Notifications and background activity will cease.
- β The application will not be deleted completely β its files will remain in memory (~100β150 MB).
- β When resetting settings or updating MIUI GetApps can automatically turn on again.
βοΈ Preparing to disable GetApps
β οΈ Note: On some versions MIUI 12+ The disable button may be inactive. In this case, proceed to the method of ADB (Also note that once you are disabled, you will not be able to use Xiaomiβs branded services associated with GetApps (such as promo codes or bonuses).
Method 2: Delete GetApps via ADB (without root rights)
If disabling through settings didnβt help or you want to completely uninstall the app, you can use the ADB (Android Debug Bridge) tool, which does not require superuser rights, but requires connecting the smartphone to your computer.
Advantages of the method:
- π§Ή Completely delete GetApps files (up to 150MB of memory is freed).
- π Ability to restore the application at any time.
- π‘οΈ Safer than root rights (does not violate the guarantee).
The work will require:
- π₯οΈ Computer with Windows, macOS or Linux.
- π USB-cable (preferably original).
- π₯ Utility. ADB (You can download from the official Android website).
- π§ Included debugging by USB smartphone.
Step-by-step:
- Activate USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β Additional β Developer. Enable USB Debugging and confirm permission.
Connect your smartphone to your PC
File transfer
Open the command line.
cmd
Terminal
ADB
Check the connection.
adb devicesThe answer should show the name of your device (e.g., 1234abcd device).
Remove GetApps
adb shell pm uninstall --user 0 com.xiaomi.mipicksIf the team is successful, you will see success.
To recover GetApps (for example, before selling a phone), use the command:
adb shell cmd package install-existing com.xiaomi.mipicks| Team team. | Description | Example of inference |
|---|---|---|
| adb devices | Checking connected devices | 1234abcd device |
| adb shell pm list packages | grep mipicks | Search for the GetApps package | package:com.xiaomi.mipicks |
| adb shell pm uninstall --user 0 com.xiaomi.mipicks | Removal for the current user | Success |
| adb shell pm clear com.xiaomi.mipicks | Cleaning up data (alternative) | Success |
π‘
If the adb device command doesnβt find the device, try reinstalling Xiaomi drivers or using another one. USB-Also check that the phone is running File Transfer, not Charging.
β οΈ Attention: On some firmware MIUI After removing GetApps through ADB Other system applications (such as Mi Video or Mi Music) may disappear, because they use shared libraries. If this happens, restore the application by the command above or reset settings.
Method 3: Removal with root rights (for power users)
If you are willing to take drastic measures and have experience with root rights, you can delete GetApps permanently, including all its files and dependencies.
- π§ Have already received root (for example, through Magisk or SuperSU).
- π± Ready for possible problems with OTA-updates (after deleting system files, updates "over the air" may not be installed).
- π Have a backup copy of the firmware (in case of failure).
Removal will require:
- Any file manager with root support (such as Root Explorer or Solid Explorer).
- Root rights management application (e.g. Magisk Manager)
Instructions:
- Open the file manager and give it root access.
- Go to /system/priv-app/MiAppStore/ or (depending on MIUI version): /system/app/MiAppStore/
- Delete all files in this folder (usually MiAppStore.apk and oat files).
- Reset the device.
Once you delete GetApps this way, it will not be recoverable without flashing the phone.
- β οΈ Certain functions MIUI (For example, topics or cloud storage may not work properly.
- β οΈ OTA-Updates will be blocked due to changes to system files.
- β οΈ The warranty on the device is canceled (if it is still valid).
What if other apps stopped working after getting GetApps?
How to check if GetApps is disabled?
After applying one of the methods, it is important to make sure that the application is no longer active. Here are 4 ways to check:
- Check the App Menu: Open a list of all apps and try to find GetApps or Mi App Store. If there is no icon, the app is either disabled or removed.
- Process View: Install the CPU Monitor or Greenify app, and check if there are com.xiaomi.mipicks on the active process list.
- ADB command: adb shell pm list packages | grep mipicks If the answer is blank, the packet is deleted.
- Traffic Check: Go to Settings β Network and Internet β Traffic Utilization. Make sure GetApps doesnβt appear on the list of data-expending apps.
If you used the way you disabled through settings, the application can remain on the list, but marked "Disabled", in which case it does not consume resources, but takes up space in memory.
π‘
Even after GetApps is deleted, its files can remain in the /data/app or /system/priv-app folder. To free up space completely, use ADB or root access to clean those directories.
What if GetApps came back after the update?
One of the most common problems is getting GetApps automatically restored after a MIUI update, which is because system applications are being restored from a firmware backup. Here's how to avoid this:
- π Turn off automatic updates: Go to Settings β The phone. β Update system. Tap three dots in the top right corner and select Settings. Turn off Autoboot and AutoInstall.
- π₯ Remove updates manually: Before installation OTA-Update to remove GetApps via ADB. After the update, repeat the removal procedure.
- π§ Use custom recovery: Install TWRP And before you upgrade, backup the system. After you upgrade, restore the backup without GetApps.
If you donβt want to give up on updates, but GetApps is also in the way, consider installing custom firmware (like LineageOS or Pixel Experience). They donβt have Xiaomi apps pre-installed, but youβll need to unlock the bootloader and experience with firmware.
Alternative solutions: how to replace GetApps?
If you have removed GetApps but want to use alternative app stores, consider the following options:
| Annex | Advantages | Deficiencies |
|---|---|---|
| Google Play | β Largest app catalogueβ Regular security updates | β Requires Google Services (on some firmware) MIUI They're gone) |
| APKMirror | β Free of charge APK logged-inβ Application versions without advertising | β Risk of Downloading an Unofficial Assembly |
| Aptoide | β An alternative open source storeβ Support for older versions of Android | β Lots of advertising in the app itself |
| F-Droid | β Open source software only (without spyware modules)β Suitable for privacy. | β Limited choice of applications |
If you need Xiaomi branded apps (such as Mi Home for smart home), you can download them separately from the official website: https://app.mi.com/.
π‘
Before installing third-party app stores (such as Aptoide or APKMirror), disable the installation from unknown sources in the security settings (Settings β Applications β Special Access β Install Unknown Applications).