Automatic wallpaper change to Xiaomi Redmi Note 4X (codenamed mido) is one of the most annoying MIUI features for many users. The carousel not only eats battery power and traffic, but can also conflict with running applications, causing slowdowns. Especially a problem for owners of devices with 3/32 GB modification, where every megabyte of memory counts.
In this article, we will look at all possible ways to disable the carousel, from standard MIUI settings to deep system edits through ADB and Xposed Framework. Separately, we will focus on typical errors (for example, when wallpaper is reset after rebooting) and give recommendations on choosing the best method depending on the firmware version. If you are tired of the fact that the phone will change the background pattern, we will begin to decide.
Why the wallpaper carousel works on the Redmi Note 4X and can it be completely removed?
The dynamic wallpaper change function in MIUI is tied to two system components:
- π± WallpaperCarousel is responsible for loading and rotating images from the Xiaomi cloud, even when the mobile Internet is disabled, if the wallpaper was previously cached.
- πΌοΈ Themes app (com.miui.home) manages visual settings, including background drawings, and it loads new wallpaper when connected to Wi-Fi.
On the Redmi Note 4X, the carousel is activated by default in the firmware MIUI 9-12. In the newer versions (MIUI 13+), the algorithm has changed: wallpaper is updated less often, but the function remains. Completely remove the service without root rights is impossible, but it can be blocked at the system level or disabled through hidden settings.
The main reasons why users want to get rid of the carousel:
- π Increased battery consumption (up to 5β7% per night in standby mode).
- πΆ Unauthorized use of mobile traffic (up to 50-100 MB / month).
- π’ Slowing down the launcher when changing wallpaper.
- π¨ Imposing uncomfortable or low-quality images.
β οΈ Note: Some custom firmware (like LineageOS or Pixel Experience) doesn't have a wallpaper carousel in the first place. MIUI, proceed to shutdown.
Method 1: Disable the carousel through standard MIUI settings
The simplest method, which works on MIUI 10-14 without any additional tools, is suitable for users who do not want to go into the system settings.
Instructions:
- Open Settings β Wallpaper (or Settings β Screen β Wallpaper in new versions).
- Select the section "Wallpaper Carousel" (can be called "Dynamic Wallpaper" or "Automan").
- Translate the slider "Enable the carousel" to the off position.
- Click "Apply" and confirm the choice.
If the item "Carousel wallpaper" is not on the menu, try an alternative way:
- Hold your finger to the free space on the main screen.
- Choose Wallpaper. β More. Three dots) β Wallpaper settings.
- Turn off the "Automatic Shift" option.
The slider in the wallpaper settings is off |
Forced stop of the "Themes" app is completed |
The cache of the Topics app is cleared |
Phone reloaded to apply changes-->
β οΈ Note: On some firmware (for example, MIUI 9 Global) the carousel may be switched on again after the system update, in which case it will be necessary to re-disable or use the methods from the following sections.
Method 2: Blocking through the settings of the βThemesβ application
The com.miui.home app (or com.miui.miservice in older versions) is responsible for downloading new wallpapers, which can be limited in background activity or even disable updates altogether.
Steps for MIUI 11-14:
- Go to Settings β Applications β Application Management.
- Find the Themes app** (the icon with the brush) and open its settings.
- Select Permissions β Autostart and turn off permission.
- Go back and press Battery β Background Activity, then select βLimitβ.
- Clear the cache and application data (Clear Data button).
For MIUI 9-10:
- π οΈ Open the Settings. β Additionally. β Permits.
- π Find βThemesβ** in the list and turn off Warehouse and Internet permissions.
- π Reset the device.
π‘
If after disabling autorun wallpaper stopped updating, but there were errors in the launcher, return the autorun permission and use the method with ADB (section 4).
| MIUI version | The path to the "Tem" settings | Additional action |
|---|---|---|
| MIUI 9β10 | Settings β Applications β All applications β Topics | Clear cache, shut down internet |
| MIUI 11β12 | Settings β Applications β Management β Topics | Limit background activity |
| MIUI 13β14 | Settings β Applications β Topics β Battery | Disable Autostart and Notifications |
Method 3: Using ADB for deep shutdown (no root)
If standard methods donβt work, you can block the carousel at the system level using Android Debug Bridge (ADB). This method does not require the rights of a superuser, but requires a computer and a computer. USB-cable.
Step-by-step:
- Put the debugging on. USB phone-on: π± Go to Settings. β The phone. β Version. MIUI. π Press 7 times on "Version" MIUIΒ», activate the developer mode. π§ Back to Settings β Additionally. β For developers. π Turn on "Debugging by" USBΒ»**.
Connect the phone to the PC and confirm the debugging permission.
ADB Tools
cmd
adb devices(The name of your device should appear)
adb shell pm disable-user --user 0 com.miui.miserviceadb shell pm disable-user --user 0 com.miui.homeAfter completing the commands, the wallpaper carousel will be turned off, but some themes features (e.g. dynamic icons) may be missing.
adb shell pm enable com.miui.miservice
adb shell pm enable com.miui.homeWhat if the ADB canβt see the device?
Method 4: Disconnect via Xposed Framework (for advanced users)
If you have Magisk and Xposed Framework installed, you can completely remove the wallpaper carousel using the MIUI Carousel Disabler module.This method is suitable for users with unlocked bootloader and root rights.
Instructions:
- Install Magisk Manager and Xposed Installer (if not already installed).
- Download the MIUI Carousel Disabler module.
- Activate the module in Xposed and restart the phone.
- After the reboot, check the wallpaper settings - the "Carousel" item should disappear.
β οΈ Note: Using Xposed may cause system instability if conflicting modules are installed. TWRP Or OrangeFox.
Method 5: Remove the carousel via TWRP (routed devices only)
The most radical method is to physically delete the system files that are responsible for the carousel. It requires an unlocked bootloader and installed TWRP Recovery.
Procedure:
- Download TWRP for Redmi Note 4X and run through fastboot.
- Download in Restore Mode (Power + Vol Up).
- Connect your phone to your PC and open the ADB terminal.
- Follow the commands to remove services: adb shell mount /system rm -rf /system/priv-app/WallpaperCarousel rm -rf /system/app/WallpaperCarousel rm -rf /data/data/com.miui.miservice unmount /system
- Reset the device.
Once the files are deleted, the carousel will disappear forever, but there may be problems updating MIUI via OTA. In this case, you will need manual firmware through Fastboot.
Standard settings MIUI|
Blocking through "Themes" |
ADB-team|
Xposed/Magisk|
Removal via TWRP|
I haven't tried it yet.-->
Frequent problems and their solutions
Even after the carousel is turned off, Redmi Note 4X users are faced with typical bugs, and letβs look at the most common and ways to fix them.
| Problem. | Reason. | Decision |
|---|---|---|
| Wallpaper is reset after resetting | The Themes app cache not cleared | Clear com.miui.home data in application settings |
| Carousel is turned on after the MIUI update | Resetting settings when updating | Repeat the shutdown via ADB or Xposed |
| Black screen when changing wallpaper | Conflict with a launcher (for example, Nova Launcher) | Set up a stock launcher or roll back changes |
| Increased battery consumption after disconnection | Background processes miui.daemon | Disconnect in Settings β Battery β Consumption |
If none of the methods worked, check:
- π Version MIUI β on certain assemblies (for example, MIUI EU) The carousel shuts down differently.
- π¦ Third-party launchers β they may conflict with system settings.
- π§ Viruses - some Trojans simulate wallpaper changes.
π‘
The most reliable method is a combination ADB-commands and block auto-runs of the Themes app, which ensures that the carousel is shut down without loss of functionality. MIUI.