GetApps (or Xiaomiβs App Store) is pre-installed on all of the brandβs smartphones, including the Redmi 7A. For many users, it becomes a source of annoyance: aggressive advertising, background activity, the inability to standard delete via menus. Especially relevant is the problem on budget models like the Redmi 7A, where every megabyte of memory and battery percentage is on the account.
In this article, we will discuss 5 proven ways to get rid of GetApps, from simply turning off to completely deleting system files. Importantly, some methods require ADB or system settings changes, so on the Redmi 7A model with MIUI 12.5+ firmware, you may need to unlock the bootloader. All risks are your responsibility, but with accurate follow-up instructions, the probability of the device bricking is minimal.
Why GetApps Cannot Be Deleted in the Standard Way
GetApps is part of the MIUI system application package, which the manufacturer protects against accidental removal. Even if you see the "Delete" button in the app menu, it simply hides the icon from the home screen, but does not uninstall the software.
- π Update branded services. GetApps are spreading patches for MIUI, Design and System Utilities.
- π° Monetization: Xiaomi makes money from in-store advertising and affiliate programs (such as offers from AliExpress).
- π‘οΈ Security: System removal APK may disrupt MIUI, Especially on budget devices with limited resources.
The Redmi 7A is made even more difficult by the fact that it was released in 2019 and doesnβt officially support the latest MIUI versions, which means that some methods (such as MIUI Hidden Settings) may not work.
β οΈ Note: If you plan to sell or trade-in your phone, removing GetApps could reduce its cost. Xiaomi Service Centers check the integrity of system applications when assessing.
Method 1: Disconnect via settings (without root)
The safest method is to deactivate the app so it doesn't run or consume resources, which won't delete GetApps files, but will stop its background activity and remove the icon from the screen.
Instructions for Redmi 7A:
- Open Settings β Applications β Application Management.
- In the search bar, type GetApps (or "App Store").
- Click on the application β Disable.
- Confirm the action in the dialog window.
After the shutdown:
- β The icon will disappear from the main screen and menu.
- β Notifications and Advertising from GetApps will stop.
- β Application files will remain in memory (about 150-200 MB).
- β When resetting the settings to factory GetApps will return.
π‘
If the "Disable" button is inactive, try first to clear the cache and application data in the same menu, sometimes this will unlock the possibility of deactivation.
Method 2: Removal via ADB (without root rights)
For advanced users who are willing to work with ADB (Android Debug Bridge, there's a way to completely remove GetApps without getting root rights. 7A any version MIUI, but requires a computer and USB-cable.
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β Additional β Developer. Activate USB Debugging.
Connect your phone to your PC
Download ADB Tools
Google's official package
Open the command line.
Enter the commands in order.
adb devices(The name of your device should appear)
adb shell
pm uninstall -k --user 0 com.xiaomi.mipicksIf the command runs without errors, GetApps will be deleted for the current user.
- β The application will disappear from the system completely (freed). ~200 MB).
- β No need to root or unlock the bootloader.
- β After resetting the settings GetApps will return.
- β Some updates MIUI Can restore the application.
Download ADB Tools on PC|Enable debugging on USB on the Redmi 7A|Connect your phone to the original cable|Check the visibility of the device by the adb device command|Make a backup copy of the data-->
β οΈ Attention: On some firmware MIUI The pm uninstall command can return the error. DELETE_FAILED_DEVICE_POLICY_MANAGER. In this case, try the alternative command: adb shell pm disable-user --user 0 com.xiaomi.mipicks This wonβt delete files, but will disable the app at the system level.
Method 3: Removal with Magisk (root required)
If your Redmi 7A has Magisk installed (root solution), you can remove GetApps as a regular application using the App Systemizer module or manually through the file manager.
Instructions:
- Install Root Explorer (or any file manager with root support).
- Go to /system/priv-app/MiAppStore or /system/app/MiAppStore.
- Delete files: MiAppStore.apk MiAppStore.odex (if any)
Reboot the phone.
Advantages of the method:
- β Complete removal without traces.
- β GetApps wonβt return after updates (unless you reflash the device).
Risks:
- β Violation of system partition integrity can lead to bootloop ( looped boot).
- β Some banking applications will stop working due to root.
What if the phone does not turn on after removing GetApps?
Method 4: Hiding the icon through the launcher
If you just need to remove the GetApps icon from the screen, but do not block the app itself, use the launcher features:
For the standard MIUI launcher:
- Put your finger on the GetApps icon.
- Drag it up to the inscription Delete (or Hide in new versions of MIUI).
- Confirm the action.
For third-party launchers (Nova, Apex, POCO Launcher):
- π Use the "Hide Apps" function in the launcher settings.
- π Create a limited-access folder and move the icon there.
This method doesn't affect the app's performance, but makes it less noticeable. GetApps will still:
- β Consume resources in the background.
- β Display in the menu All applications.
- β Get updates through MIUI.
Method 5: Blocking through Hosts (for experienced)
If the goal is to disable ads and updates to GetApps, but leave the application itself, you can block its servers through the hosts file. ADB.
Instructions:
- Download any root-enabled text editor (e.g. BuildProp Editor).
- Open the file /system/etc/hosts.
- Add the following lines to the end of the file: 127.0.0.1 app.market.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 tracking.miui.com
- Save the changes and restart the phone.
Effect:
- β Advertising in GetApps will stop loading.
- β Update checks will stop.
- β The application itself will remain in the system.
Disconnect via Settings | Delete via ADB|Use of Magisk (root)|Hide icon |Blocking via Hosts-->
What to Choose for Redmi 7A
To make the choice easier, we have collected the key parameters of each method in the table:
| Method | Root is required. | PC required | Complete removal | Risk to the system | Recovered after discharge |
|---|---|---|---|---|---|
| Disconnection through settings | β No. | β No. | β No. | β Low. | β Yes. |
| Removal via ADB | β No. | β Yes. | β Yes, for the user) | β Medium. | β Yes. |
| Removal via Magisk | β Yes. | β No. | β Yes (full) | β οΈ High-pitched | β No. |
| Hiding the icon | β No. | β No. | β No. | β Low. | β Yes. |
| Blocking through Hosts | β Yes. | β No. | β No. | β οΈ Medium. | β Yes. |
For most Redmi users 7A The best solution is to combine ADB-Delete and disable through settings, which is the best possible solution with the least risk, and if you're willing to experiment, Magisk gives you the most freedom.
π‘
On Redmi 7A with MIUI 12.5+, be sure to check the bootloader status with fastboot oem device-info before using ADB or Magisk. If Device unlocked: false, you will need to unlock through the official Xiaomi tool (can take up to 72 hours).
Frequent Mistakes and How to Avoid Them
When working with system applications on Redmi 7A, users often face typical problems, and here are the most common ways to solve them:
- π§ "ADB Does not see the device: Check that the debugging is enabled USB And you've got Xiaomi drivers installed on your PC. Try another one. USB-cable (preferably original) Reboot your phone and PC.
- π "GetApps is back after the update MIUI": Turn off automatic updates of system applications in Settings β The phone. β Updating the system β Settings (β) β Update applications. Use the Disable Force Encryption Magisk module if updates restore remote ones APK.
- π« "I can't get root on Redmi. 7A": Make sure the bootloader is unlocked (unlocked status: true). Use the current version of Magisk (26.0+) and patch for boot.img your firmware.
If you notice problems with other applications after removing GetApps (for example, MIUI themes stopped updating), restore it through ADB:
adb shell cmd package install-existing com.xiaomi.mipicks