The wallpaper carousel on the Xiaomi Redmi Note 7 is one of the most controversial features of MIUI, which automatically changes the background of the desktop, often without the possibility of a standard shutdown. Many users complain that the system ignores manual settings, returns random pictures after a reboot, or even consumes an additional battery due to background activity. In this article, we will examine all the working ways to remove the carousel β from simple settings to deep system interventions, including methods that do not require root rights, but give 100% result.
It is important to understand that the problem is relevant for Redmi Note 7 (codename lavender) on MIUI versions 10β14. On newer models (for example, Redmi Note 10/11), the algorithm of the wallpaper service has changed, so the instructions from this article may not work. Also note that some methods require careful execution - errors in ADB commands or editing system files can lead to malfunctions in the phone.
Why the wallpaper carousel appears again and how to fix it
The main reason for the resumption of the carousel is the system application com.miui.miwallpaper, which is responsible for managing backgrounds in MIUI. Even if you manually choose a static wallpaper, the service can reset settings when:
- π Reboot the device β MIUI Restores default parameters.
- π± Updates MIUI β New firmware versions often reset user settings.
- π Memory optimization β the system removes βextraβ processes, including your wallpaper.
- βοΈ Sync with Mi Account β Cloud settings can overwrite local.
The manufacturer doesn't provide a direct option to completely shut down the carousel, but there are workarounds, and we'll look at them in terms of complexity, from the safest to the radical.
Method 1: Disable the carousel through standard MIUI settings
Before you resort to technical manipulation, try the standard method. It works on MIUI 12 and later, but may not be available on older versions:
- Open the Settings. β Desktop.
- Choose Wallpaper. β Local wallpaper.
- Slip on any static image and apply it.
- Return to the wallpaper menu and turn off the slider Automatic wallpaper change (if any).
If this option does not work, the reason may lie in:
- π΅ Lack of a slider on some versions MIUI opportunity.
- π Reset after reboot β system process lock required.
- π« Restrictions of regional firmware - on global versions MIUI functionality may differ.
π‘
Before changing the wallpaper, clear the Wallpaper app cache in the application settings, which will help avoid conflicts with the stored data.
Method 2: Block wallpaper service via ADB (without root)
If the standard settings donβt help, you can disable the system application using Android Debug Bridge (ADB). This method does not require superuser rights, but requires a computer and a computer. USB-cable.
Step-by-step:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Redmi Note 7
ADB Tools
Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
adb devicesThe serial number of your device should appear.
adb shell pm disable-user --user 0 com.miui.miwallpaperOnce you've done the command, the Wallpaper app will be deactivated and the carousel will stop working. To get it back, use:
adb shell pm enable com.miui.miwallpaperInstall Xiaomi drivers on PC|Enable debugging on USB|Download ADB Tools|Connect your phone to the original cable|Check the connection of the adb device team-->
β οΈ Note: On some firmware, disabling com.miui.miwallpaper may make it impossible to change wallpaper altogether.In this case, use third-party launchers (such as Nova Launcher) to install backgrounds.
Method 3: Remove the carousel through system file editing (requires root)
If you have root rights, you can completely remove the components responsible for the carousel, which is guaranteed to solve the problem, but requires caution - errors in editing system files can lead to a "brick" of the device.
Instructions for experienced users:
- Install any file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiWallpaper/
- Delete or rename the file MiuiWallpaper.apk (e.g. in MiuiWallpaper.apk.bak).
- Reset the device.
Alternatively, remove via TWRP Recovery:
- Boot to TWRP (hold Power + Volume up when turned on).
- Select Advanced β File Manager.
- Find and delete /system/priv-app/MiuiWallpaper/.
- Reboot to the system.
| Method | Root is required. | Risk of failure | Reversibility |
|---|---|---|---|
| Standard settings | β No. | β οΈ Low. | β Yes. |
| ADB-team | β No. | β οΈ Medium. | β Yes. |
| APK removal | β Yes. | β High-pitched | β No (no backup) |
| TWRP | β Yes. | β Very tall. | β No (no backup) |
β οΈ Attention: Removal of system APK-Files can disrupt the work OTA-Before such manipulations, be sure to create a backup through TWRP Or Mi Flash Tool.
Method 4: Using third-party launchers to bypass the carousel
If you donβt want to interfere with system files, you can simply replace the standard MIUI launcher with an alternative one. Most third-party shells (for example, Nova Launcher, Lawnchair, Hyperion Launcher) ignore the settings of the wallpaper carousel from Xiaomi.
How it works:
- Download and install the selected launcher from Google Play.
- When you first start, select it as the default launcher.
- Set static wallpaper through the settings of the new launcher.
Step-by-step:
- Unlock the bootloader through the official Xiaomi tool.
- Download the old firmware version for Redmi Note 7 (lavender code) from the Xiaomi Firmware Updater website.
- Swipe the device through the Mi Flash Tool in Clean All mode.
β οΈ Note: Firmware rollback on Redmi Note 7 with MIUI 12+ on MIUI 10 may cause problems with the camera module or fingerprint sensor.Before the procedure, make sure that the selected firmware is compatible with your device modification (global / Chinese).
Frequent Mistakes and How to Avoid Them
When trying to remove wallpaper carousels, users often encounter typical problems, and here are the most common ones and ways to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| After ADB-The wallpaper team is gone. | Wallpaper system application disabled | Use a third-party launcher or return the application with the command adb shell pm enable com.miui.miwallpaper |
| Carousel returns after update | MIUI restores default settings | Repeat the disable procedure or block updates for the Wallpaper app |
| Cannot connect to ADB. | Drivers not installed or debugging not activated | Reinstall Xiaomi drivers, check the USB debugging enabled and cable |
| APK removal led to bootloop | The system file is damaged. | Restore the file from the backup or flash the phone again |
If you are not sure of your actions, start with the safest methods (standard settings β ADB β third-party launcher) and only as a last resort resort to editing system files.
π‘
The safest and most reliable way is to use ADB-It doesn't require root, it's reversible, and it works on most versions. MIUI.