Xiaomi Redmi Note 4 is still one of the most popular smartphones among users, despite the release of new models. However, after automatic or manual updates of applications (especially system), many are faced with bugs, from sudden departures to complete failure of functions. In this article, we will discuss how to safely roll back the application update on Redmi Note 4, including cases when standard methods do not work.
Itโs important to understand the difference between an app rollback (like Google Play Services or Mi Browser) and a pullback of all MIUI firmware. The former usually solves problems with a particular software, the latter solves system failures after a global update. Weโll look at both scenarios, as well as the nuances for the Redmi Note 4 with the unlocked and locked bootloader.
Before you start, check:
- ๐ฑ Version MIUI: Settings โ The phone. โ Version. MIUI. On the Redmi Note. 4 last-stable firmware โ MIUI 12.5 (Android 7/8), But many people still use it. MIUI 10/11.
- ๐ bootloader status: if it is blocked, some methods will not be available.
- ๐ฆ Having a backup: A rollback can erase data (especially when downgrading firmware).
1. rollback of app updates through Android Settings
The easiest way to bring back the previous version of the app is to use the built-in Android tools, which works for most user applications (like YouTube, Chrome), but not for system components like Mi Security or Theme Manager.
Instructions:
- Open Settings โ Applications โ Application Management.
- Find the desired application in the list and tap it.
- In the upper right corner, press three dots (โฎ) and select Remove Updates.
- Confirm the action. The app will return to the factory version.
โ ๏ธ Note: After rollback, the app can automatically update again via Google Play:
- ๐ Turn off auto-update for this app in Play Market โ Settings โ Auto-update of applications.
- ๐ต Disable the application from accessing the Internet in Settings โ Annexes โ [Name] โ Mobile Data & Wi-Fi.
โ๏ธ Preparation for rollback of the annex
2. Removal of system application updates (without root)
Xiaomi system applications (e.g. Mi Video, Mi Music, Security) do not always allow you to remove updates through the standard menu. ADB (Android Debug Bridge โ a tool for debugging through a computer.
Step-by-step:
- Turn on Developer Mode on your phone: Settings โ About Phone โ MIUI version (shap 7 times).
- Activate USB Debugging in Settings โ Additional โ For developers.
- Connect Redmi Note 4 to your PC and confirm debugging permission.
- Download ADB Tools and unpack it into a folder.
- Open the command prompt in this folder and type: adb shell pm list packages -f | grep "name packet" to find the exact application identifier (e.g. com.miui.video for Mi Video).
- Run the rollback command: adb shell pm uninstall -k --user 0 com.miui.video Replace com.miui.video with the desired package.
โ ๏ธ Note: This method removes updates only for the current user (--user 0). After rebooting or resetting, the app can recover.
List of Xiaomi system application packages
3. Backup by Backup (TWRP)
If you backed up the system through TWRP before the update, you can restore the previous version of the application in 5 minutes.This method is suitable for Redmi Note 4 with an unlocked bootloader and custom recovery installed.
Algorithm of action:
- Load the phone into TWRP mode: Turn off the device, then press Power + Volume up.
- Select Restore and specify a backup folder (usually /TWRP/BACKUPS/...).
- Check the Data section (if you only need to restore applications) or System (for rollback of firmware).
- Swipe for confirmation and wait for completion.
TWRP recovery erases all the data created after the backup (photos, messages, installed apps) if the backup is older than a month, it is better to use alternative methods.
| Type of backup | What's restoring | Loss of data |
|---|---|---|
| Data | Applications, settings, SMS | Yes (all user data) |
| System | Firmware, system applications | No (but there may be conflicts) |
| Boot | Core and loader | No. |
| EFS | IMEI, serial numbers | No. |
4. MIUI firmware downgrade (full system rollback)
If problems arise after updating the entire MIUI firmware (e.g., from MIUI 10 to MIUI 12), a full downgrade is required, a process that is more complex than rolling back an individual application, and requires:
- ๐ Unlocked bootloader (otherwise the phone will be blocked).
- ๐พ The same type of silk (for example, with MIUI 12.0.2 can be rolled back to MIUI 12.0.1, but not on MIUI 11).
- ๐ฅ๏ธ Computer with Mi Flash Tool and Xiaomi drivers installed.
Instructions:
- Download the desired firmware version from the official Xiaomi website (choose Fastboot for Redmi Note 4 with the codename mido).
- Unpack the archive in a folder without Cyrillic characters.
- Load the phone into Fastboot mode: Turn it off, then press Power + Volume down.
- Connect to your PC and start the Mi Flash Tool.
- Specify the path to the firmware folder and press Refresh (should appear) COM-port).
- Select Clean All and press Flash.
โ ๏ธ Warning: Downgrade on Redmi Note 4 with the bootloader locked will lead to a breeze (phone will not turn on).Unlocking takes up to 360 hours of waiting (according to Xiaomi rules).
๐ก
Before downgrade, check firmware compatibility with your model! firmware for Redmi Note 4X (code mido) will not work for Redmi Note 4 (code nikel).
5. Alternative methods: APK-files and third-party services
If the standard methods did not work, you can manually install the old version of the application through the APK-This method is suitable for any application, including Google Play Services or Mi Home.
Where to get APK:
- ๐ฅ APKCombo โ Archive of versions of popular applications.
- ๐ APKMirror - vetted APK digitally signed.
- ๐ Pre-saved backups (e.g., Titanium Backup).
How to determine:
- Download the APK version to your phone.
- Allow installation from unknown sources: Settings โ Applications โ Special Access โ Install unknown applications.
- Launch it. APK-file and follow the instructions.
- If there is a mistake INSTALL_FAILED_VERSION_DOWNGRADE, First, remove the current version of the application through ADB: adb uninstall com.example.app
โ ๏ธ Attention: Installation APK - from unverified sources, it may contain malicious code (MD5) on websites like VirusTotal.
๐ก
Installing an older version of the APK does not guarantee stable operation โ some applications (such as Google Play Services) require current dependencies.
6. Frequent errors and their solutions
When you roll back updates on Redmi Note 4, users face typical problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| Unable to remove updates (grey text) | Application system or protected by MIUI | Use ADB or get root |
| INSTALL_FAILED_INSUFFICIENT_STORAGE | Lack of space in /data section | Clean the cache in Settings โ Storage |
| The phone will not turn on after the firmware rollback | Incompatible version of MIUI or interrupted firmware | Fastboot Firmware via Mi Flash Tool with Clean All tick |
| Permanent notifications of updates | Xiaomi or Google Play services insist on an update | Turn off notifications in Settings โ Applications โ [Name] โ Notifications |
If the application does not work after rollback:
- ๐ Reboot the phone.
- ๐งน Clear the cache and application data in Settings โ Annexes.
- ๐ ๏ธ Check the integrity of system files through Mi PC Suite (Repair tool).