Xiaomi Redmi 5 is one of the most popular budget smartphones of the brand, but its owners often face an annoying wallpaper carousel in the MIUI launcher. This feature automatically changes the background images on the lock screen or desktop, consuming battery power and traffic. Unlike new models, where the carousel is turned off in explicit settings, on the Redmi 5 (2017 release), this process requires additional manipulation.
In this article, we will analyze all the current ways to remove the wallpaper carousel - from standard settings MIUI to manual editing of system files via ADB. Particular attention will be paid to the nuances for firmware based on Android 7.1 Nougat and MIUI 9/10, as they were on the Redmi 5 "out of the box." If you are tired of spontaneous change of wallpaper or want to optimize the device - read on.
Why does the wallpaper carousel appear on Redmi 5 and can it be turned off?
The MIUI wallpaper carousel is part of Xiaomiβs ecosystem to diversify the user experience, but in practice it often becomes a source of irritation. On Redmi 5, the function is activated by default and works through:
- π Service "Themes" - downloads wallpaper from the Xiaomi cloud on schedule.
- β‘ Background synchronization β updates content even when the screen is off, consuming charge.
- π± Launcher MIUI β built-in application responsible for displaying the desktop.
You can turn off the carousel, but the way it works depends on the firmware version. For example, MIUI 12+ has a separate switch, and MIUI 9/10 (like Redmi 5) will have to use workarounds. The main difficulty is that the system can automatically restore settings after updates, so sometimes you need to combine several methods.
Method 1: Disable via the "Themes" settings (without root)
The easiest method is to deactivate the synchronization of wallpaper in the Topics menu, which is suitable for most users and does not require technical skills.
- Open the βThemesβ app (icon with a brush on your desktop).
- Go to Wallpaper section. β My wallpaper.
- Click on the three dots in the top right corner and select Settings.
- Turn off the options: π "Automatic wallpaper change" π₯ "Downloading new wallpaper over Wi-Fi" π "Synchronization with the cloud"
Save the changes and restart the device.
If the carousel is activated again after the reboot, then the MIUI launcher resets the settings, in which case move on to the next method.
βοΈ Preparation for the carousel shutdown
Method 2: Resetting the MIUI launcher to factory settings
The MIUI launcher (com.miui.home) stores the carousel settings in its cache, and resetting its data often helps to turn off automatic wallpaper change.
Instructions:
- Open Settings β Applications β Application Management.
- Find the list "Luncher" (or com.miui.home).
- Select Warehouse β Clear the data and confirm the action.
- Reboot your smartphone.
β οΈ Warning: After the launcher is reset, a standard background pattern may appear MIUI. To return your wallpaper, set them manually through Settings β Wallpaper.
What if the launcher stopped working after the reset?
Method 3: Disconnect via ADB (for power users)
If standard methods do not work, you can block the wallpaper carousel using the ADB-This requires you to connect your smartphone to your computer, but you don't need root permissions. USB in the developer settings (Settings) β The phone. β Version. MIUI β press 7 times).
Steps:
- Download and install Platform Tools (includes adb).
- Connect Redmi 5 to your PC and execute in the terminal: Adb devices Make sure the device is identified (should appear its serial number).
- Enter the command to disable the carousel service: adb shell pm disable-user --user 0 com.miui.micloud.sync Then: adb shell pm disable-user --user 0 com.miui.themes
- Reboot the phone.
To return the carousel back, replace the disable-user with enable in the commands above.
| ADB Team Team | Action. | Note |
|---|---|---|
| adb shell pm disable-user --user 0 com.miui.micloud.sync | Disables sync with the cloud Xiaomi | It may disrupt other cloud services |
| adb shell pm disable-user --user 0 com.miui.themes | Blocks the Topics app | All topics and wallpaper will cease to be updated |
| adb shell pm enable com.miui.themes | Turns "Themes" back on. | Reboot required |
π‘
If so, ADB-The carousel still works, check for updates to the Themes app in Google Play. Sometimes older versions ignore system locks.
Method 4: Remove the carousel through editing system files (root)
For root users, a radical method is available: deleting the files responsible for the carousel. Warning: incorrect actions can lead to system failure! TWRP beforehand.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Cross the path: /data/data/com.miui.home/shared_prefs/ Find the file. com.miui.home_preferences.xml.
- Open the file in the text editor and find the lines: <boolean name="wallpaper_carousel_enabled" value="true" /> Replace true with false.
- Save the changes, set the rights 644 (rw-r--r---) and restart the device.
After installation:
- Click the Home button and select the new launcher as the main one.
- Open the launcher settings and disable all options related to automatic wallpaper change.
- Set a static background through the launcher menu (usually Long Click on the desktop β Wallpaper).
The advantage of this method is that you not only get rid of the carousel, but also get additional features (for example, hiding app icons or adaptive icons). MIUI (For example, the weather or footsteps may not work.
π‘
Alternative launchers are the only method that is guaranteed to disable the wallpaper carousel on all versions of MIUI, including outdated ones (like Redmi 5).
Frequent problems and their solutions
Even after a successful carousel shutdown, Redmi 5 users sometimes face a return of the feature.
| Problem. | Possible cause | Decision |
|---|---|---|
| Carousel returns after MIUI update | The system resets the launcher settings | Repeat the shutdown via ADB or install an alternative launcher |
| The wallpaper changes only on the lock screen. | Separate setting for lockscreen | Open Settings β Lock screen β Wallpaper and turn off automatic shift |
| After the launcher was dropped, widgets disappeared | Cleaning up data removes user settings | Add widgets again or restore them from backup |
| ADB-teams are not working | No USB debugging or outdated drivers | Check the connection (adb devices) and update the Platform Tools |
If none of the methods worked, you may have modified firmware installed on your device (e.g., from third-party developers).
- Check the firmware version in Settings β About Phone β MIUI version.
- Find a topical discussion of your firmware on forums (e.g., 4PDA or XDA Developers).
- Contact the firmware author for instructions on disabling the carousel - in custom assemblies, the paths to system files often change.