How to remove or roll back the app update on Xiaomi Redmi 7A: all working ways

Why app updates sometimes bring problems and what to do about it on the Xiaomi Redmi 7A

Application updates should improve their performance, but in practice, users of Xiaomi Redmi 7A often face the opposite: the application begins to slow down, fly out or consume more battery. The reason for this may be bugs in the new version, unoptimized code for the Snapdragon 439 processor or conflicts with the shell of MIUI. Unlike flagship models, the budget Redmi 7A with 2 GB of RAM is especially sensitive to โ€œheavyโ€ updates.

Fortunately, you can roll back the app to the previous version on Xiaomi in several ways, from standard MIUI tools to manual removal through ADB. The main thing is to understand the risks: for example, rollback of system applications (such as com.miui.gallery) can lead to malfunctions in the phone. In this article, we will analyze all current methods, including those that work without root rights.

Before you start, check:

  • ๐Ÿ” Version MIUI (In Settings โ†’ On the phone. 7A current MIUI 12.5 New firmware not officially supported.
  • ๐Ÿ“ฆ Application type: system (stitched into firmware) or custom (installed from Play Market).
  • ๐Ÿ”„ Backup: If important data (e.g., messaging) is not synced to the cloud, it can be lost.

On Xiaomi Redmi 7A with MIUI 11 and below, rollback of system applications through standard settings is not possible - you will need ADB or third-party utilities.This is due to Xiaomi's security policy restricting access to system files on budget devices.

Method 1: Remove updates via MIUI settings (for custom applications)

The easiest way to reset the app to the factory version is right in the settings menu, which is only suitable for programs installed from Google Play (for example, YouTube, Chrome, WhatsApp), system applications (like Gallery or Camera) will not be able to roll back this way.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the desired application in the list and tap it.
  3. In the upper right corner, press three dots (โ‹ฎ) and select Remove Updates.
  4. Confirm the action in the dialog window.

If there is no update to delete, it means:

  • ๐Ÿšซ Systemic Annex (required) ADB root).
  • ๐Ÿ”’ You're using it. MIUI version below 10 โ€“ in old firmware this option is hidden.
  • ๐Ÿ“ฑ The appendix is set up as APK (not from Play Market).

โ˜‘๏ธ Preparation for rollback of the annex

Done: 0 / 4
๐Ÿ“Š Which app is most likely to cause problems after an update?
Social media (VK, Instagram)
Messengers (WhatsApp, Telegram)
Games (PUBG, Genshin Impact)
System (Gallery, Camera)

Method 2: Recoil from Google Play (if the previous version is available)

Google Play sometimes allows you to โ€œroll backโ€ to the old version of the application if the new one contains critical bugs, but this method does not always work and depends on the developerโ€™s policy, for example, Facebook and Instagram often block the possibility of downgrading.

How to check:

  1. Open the application page in the Play Market.
  2. Scroll down to the Additional Information block.
  3. If you have a Delete update or return to the previous version, tap it.

If you donโ€™t have an option, try an alternative route:

  • ๐Ÿ“ฅ Download. APK The old version from a trusted source (e.g. APKMirror).
  • ๐Ÿ”ง Install the file by pre-allowing installation from unknown sources (Settings) โ†’ Security โ†’ Unknown sources).
  • โš ๏ธ Attention: Installation APK From third-party sites, it can lead to virus infection (MD5) original.

๐Ÿ’ก

Before installing the old APK, turn off the internet โ€“ this will prevent the application from automatically updating immediately after rolling back.

Method 3: Removing system application updates through ADB

System applications (e.g. com.miui.calculator or com.android.contacts) require an ADB (Android Debug Bridge) that runs on Redmi 7A without root rights, but requires a connection to a computer.

Step-by-step:

  1. Download and install Googleโ€™s Platform Tools.
  2. Turn on USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times to activate Developer Mode), then Settings โ†’ Additional โ†’ Developers โ†’ Debugging over USB.
  3. Connect Redmi 7A to your PC and type in the command line: Adb devices Make sure the device is identified (serial number should appear).
  4. Run a rollback command (replace package.name to the application package name): adb shell pm uninstall -k --user 0 package.name For example, for rollback Xiaomi Camera: adb shell pm uninstall -k --user 0 com.android.camera

โš ๏ธ Attention: Misuse of the right ADB Do not delete packets called com.android.* or com.miui.core, which are critical components. MIUI.

Title of the annexPackage name (package name)Can I roll back without root?
Xiaomi Gallerycom.miui.galleryYes (via ADB)
Camera.com.android.cameraYes (via ADB)
Mi browsercom.android.browserYes.
Music.com.miui.playerYes.
Weather.com.miui.weather2No (root required)

Method 4: Completely reset the application to factory settings

If the rollback doesn't work or the application is unstable, you can reset its data and cache, and it won't delete the update, but it will return the "as after installation" settings, and it works for any application, including system applications.

How to reset:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the problem app.
  3. Click Warehouse โ†’ Clear the data and Clear the cache.
  4. Reboot the phone.

โš ๏ธ Note: Cleaning up the data will delete all settings and saved files inside the application (for example, downloaded stickers in Telegram or offline maps in Google Maps.

What if the application does not start after resetting?
If the app crashes after data clearing, try it: ๐Ÿ”„ Reinstall it through Play Market. ๐Ÿ“ฑ Check for updates MIUI (Sometimes bugs are fixed in new versions of the firmware). ๐Ÿ”ง Disable battery optimization for this application (Settings) โ†’ Battery โ†’ Optimizing the battery).

Method 5: Use of third-party utilities (App Cloner, Titan Backup)

If standard methods donโ€™t work, you can use third-party tools, such as App Cloner, which allows you to create a clone of an application with a previous version, and Titanium Backup (requires root) โ€“ restore the backup of an old APK.

Instructions for App Cloner:

  • ๐Ÿ“ฅ Install App Cloner from Play Market.
  • ๐Ÿ” Select the problem app in the list.
  • ๐Ÿ“ฆ Click Clone and select the version in the clone settings APK (if there is a saved file).
  • ๐Ÿ”„ Launch a clone โ€“ it will work regardless of the original application.

For Titanium Backup (with root only):

  • ๐Ÿ“ฅ Install the utility and grant superuser rights.
  • ๐Ÿ” Find the app in the backup list.
  • ๐Ÿ“ฅ Click Restore and select the version to roll back.

๐Ÿ’ก

The side of utilities like App Cloner doesn't remove the update to the original app, it creates an independent copy of it, and it's a safe way to test older versions without risking the system.

What to do if no one method helps

If the application fails to roll back, and it is critical for the phone to work (for example, Google Play Services), radical measures remain:

  • ๐Ÿ”„ Firmware rollback: Install an older version MIUI via Fastboot or Recovery. 7A This can be done using the Mi Flash Tool.
  • ๐Ÿ“ฑ Reset to factory settings: Returns all system applications to their original state, but deletes user data. โ†’ Additionally. โ†’ Backup.
  • ๐Ÿ› ๏ธ Rooting and modification: Installation of custom recovery (e.g., custom recovery, TWRP) manual removal APK It's a risky method, but it gives you complete control of the system.

โš ๏ธ Attention: Xiaomi Redmi 7A with a blocked bootloader (bootloader) firmware rollback or installation TWRP The process can take up to 72 hours (due to manufacturer policy).

FAQ: Frequent questions about rollback updates on Xiaomi Redmi 7A

Can I roll back a system application without ADB?
No, for system applications (like Cameras or Gallery) on Redmi 7A, the root-free method is available only through ADB. The standard option Remove Updates in Settings only works for custom programs.
Why is the application updated again after rollback?
The blame for auto-update in Play Market.To avoid it: Open Play Market โ†’ click on the profile avatar โ†’ Settings โ†’ Network preferences โ†’ Auto-Update Apps. Select Never or Only via Wi-Fi. For a specific application: find it in the Play Market, click on three dots (โ‹ฎ) and uncheck the auto update box.
How to find out the package name of an application for ADB?
There are several ways: Through Play Market: open the application page - the name of the package is indicated in the browser address bar after id= (for example, com.whatsapp). Through ADB: adb shell pm list packages | grep "application name" For example, for Camera: adb shell pm list packages | grep camera Through the Package Name Viewer application.
Will the rollback work on custom firmware (like LineageOS)?
On custom firmware, the rollback process depends on the type of firmware: ๐Ÿ”„ LineageOS or AOSP: System applications can be removed/rolled through ADB or TWRP limitlessly. ๐Ÿ“ฑ MIUI-Ports (unofficial builds): the same rules apply as on stock firmware. 7A Custom firmware may not work properly due to lack of official Xiaomi support.
Can I roll back the Google Play Services update?
Technically yes, but strongly discouraged: Google Play services (com.google.android.gms) are critical to the operation of most applications: ๐Ÿšซ Errors of synchronizing Google account. ๐Ÿ“ฑ Performance decline (due to version conflicts). ๐Ÿ”’ Block some features (e.g. Google Pay or YouTube) If a problem is in Google Services, it is better to wait for a new update or reset their cache (Settings) โ†’ Annexes โ†’ Google Play Services โ†’ Warehouse โ†’ Clear the cache).