How to put a wallpaper carousel on Xiaomi Redmi Note 8 Pro: 3 working methods + error solving

Xiaomi Redmi Note 8 Pro even years later remains a popular smartphone due to the powerful β€œiron” and flexible firmware MIUI. One of the features of the system is a dynamic change of wallpaper (carousel), which automatically updates the background of the desktop on schedule or when unlocked. However, not all users know how to set it up correctly – especially if we are talking about informal wallpaper or third-party launchers.

In this article, we will discuss three proven methods of installing wallpaper carousel: through standard MIUI settings, using the Wallpaper Carousel app and manually through the file system, and you will learn why animation can slow down, how to fix wallpaper reset after rebooting, and what image formats are supported for smooth change of backgrounds.

⚠️ Important: on the Redmi Note 8 Pro with older firmware MIUI 12.5 Some of the features of the carousel may not work properly due to manufacturer restrictions. MIUI 13/14, Use alternative methods from the "Third-Party Solutions" section».

In the MIUI firmware for Redmi Note 8 Pro, the automatic wallpaper change function is hidden in the theme settings. It works only with pre-installed collections from Xiaomi, but allows you to adjust the refresh interval and tie the shift to the time of day.

To activate it:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to Wallpaper section. β†’ Wallpaper carousel.
  3. Choose one of the available collections (such as Nature or Cities).
  4. Click Apply and specify the shift interval: Every hour, Every day or When unlocked.

⚠️ Note: if the list does not include the wallpaper carousel section, then your version MIUI It does not support this out of the box function, in which case move to the next section with third-party solutions.

πŸ“Š What version? MIUI You are using the Redmi Note 8 Pro?
MIUI 11 or older
MIUI 12/12.5
MIUI 13/14
Custom firmware (LineageOS, Pixel Experience, etc.)

The standard carousel has limitations:

  • πŸ”„ You can’t add your images – only wallpaper from the Xiaomi catalog.
  • ⏳ The change interval is fixed (no specific time can be specified).
  • πŸ“± The function can be reset after system update.

πŸ’‘

If the wallpaper is reset after rebooting, try disabling battery optimization for the Themes app in the AutoStart and Energy Saving settings.

For those who want to use their own images or wallpaper from the Internet, the best solution is the third-party Wallpaper Carousel app (available on Google Play).

  • πŸ–ΌοΈ Download wallpaper from gallery, Google Photos or cloud services.
  • ⏰ Flexible interval settings (from 1 minute to 1 week).
  • 🎨 Transition effects (smooth dimming, shifting, scaling).
  • πŸ”„ Event binding (unlocking, connecting to Wi-Fi, charging).

Step-by-step:

  1. Install Wallpaper Carousel from Google Play.
  2. Open the application and give access to Files and Media.
  3. Click Add folder and select a directory with wallpapers (e.g. DCIM/Wallpapers).
  4. In the Settings section, specify: Shift interval (recommended every 6 hours to save battery); transition effect (Crossfade is the smoothest); and flag only when charging (if you need to save charge).

Apply

Create a separate folder for wallpaper (for example, WallpaperCarousel)

Add JPG/PNG images (at least 1080Γ—2340 resolution)

Delete duplicates and blurred photos

Check that there are at least 5 wallpapers in the folder (for a smooth change)

-->

πŸ”Ή Advantages of the method: works on any firmware, supports live wallpapers and does not require root rights. Of the disadvantages, the application can conflict with a standard launcher MIUI, If memory optimization is enabled.

If you use custom firmware (like LineageOS or Pixel Experience) or want to integrate a carousel at the system level, you can manually write wallpaper paths in configuration files. This method requires root rights and knowledge of ADB commands.

Algorithm of action:

  1. Connect your smartphone to your PC and activate USB Debugging in the developer settings (Settings β†’ About Phone β†’ MIUI version – press 7 times).
  2. Open the terminal on your PC and execute the command to mount the system partition: adb shell su mount -o rw, remount /system
  3. Copy your wallpaper into the system folder (e.g. /system/media/wallpapers).
  4. Edit the file. /system/etc/wallpaper_info.xml, adding paths to their images: <wallpaper> <item name="custom_carousel" type="carousel" interval="3600"> <image>/system/media/wallpapers/1.jpg</image> <image>/system/media/wallpapers/2.jpg</image> </item> </wallpaper> wherein="3600" β€” interval in seconds (here) 1 hour).
  5. Reset the device.

πŸ’‘

If the carousel is unstable, check the battery settings first, then test the wallpaper in JPG format with a resolution of 1080Γ—2340. 90% of the time the problem is solved by these two actions.

The Redmi Note 8 Pro supports live wallpaper (animated background images), but integrating it into a carousel requires additional steps, such as the Live Wallpaper Picker or KLWP (for advanced users) app.

Instructions for Live Wallpaper Picker:

  1. Install the app from Google Play.
  2. Download live wallpapers (for example, from Abstract Wallpapers).
  3. Open Live Wallpaper Picker and select Create a Carousel.
  4. Add a few live wallpapers to the playlist.
  5. Specify the shift interval (we recommend 10-15 minutes, as the animation puts the battery down).
  6. Apply it to the desktop.

⚠️ Warning: Live wallpaper in a carousel can increase battery consumption by 15-20%, only when connected to a charge or on energy-optimized firmware (e.g., use it when connected to a charger, MIUI 13+).

To save charge:

  • πŸ”‹ Turn off the carousel in the settings when the battery level is below 30%.
  • ⚑ Use static wallpaper in energy saving mode.
  • πŸ“΅ Reduce screen brightness by up to 50% when viewing animations.

6. Alternative methods: widgets and automation

If neither method works, you can emulate the wallpaper carousel with Automate/Tasker widgets or tasks, such as a UCCW or KWGT widget that allows you to create dynamic background elements that are updated on a schedule.

Example of settings through Tasker:

  1. Install Tasker and AutoInput plugin.
  2. Create a task with the action Set Wallpaper.
  3. Please indicate the path to the image folder.
  4. Add a time trigger (e.g., every 3 hours).
  5. Save and activate the task.

πŸ”Ή Pros: full control over the logic of the change, the ability to be tied to any events (for example, changing the wallpaper when connecting headphones).

πŸ”Έ Cons: requires customization, may conflict with optimization MIUI.

7. Frequent errors and their solutions

Let’s look at the typical problems and ways to solve them:

Problem.Reason.Decision
Wallpaper is reset after resettingCleaning the cache of the Themes or Launcher appTurn off cache cleaning in battery settings for these apps
Carousel does not work in Nova LauncherThe launcher blocks the system functions of the wallpaperUse the Nova Wallpaper Plugin plugin or return to the standard launcher
Animation twitchesLow productivity or heavy wallpaperReduce wallpaper resolution to 1080Γ—2340 or turn off transition effects
Wallpaper Carousel app won't startThe conflict with MIUI OptimizationTurn off MIUI Optimization in the Developer Settings

If no solution worked, try:

  1. Reset the launcher settings (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Reset).
  2. Install an alternative launcher (such as Lawnchair) and set up a carousel through it.
  3. Update the firmware to the latest version of MIUI (via Settings β†’ System Update).
Can I make a carousel from wallpaper with Pinterest or Unsplash?
Yes, but you need to pre-download images to your device, use the Wallpaper Carousel app and specify the folder where you saved the wallpaper, and Tapet or Backdrops can automatically download new wallpapers from the Internet, because they can integrate with carousels.
Why did the MIUI update stop working?
Xiaomi often changes the logic of the wallpaper in new versions of the firmware. After updating: Check if the settings in the Themes app have reset. Update Wallpaper Carousel to the latest version. If you use the manual method, repeat editing system files (they could have updated). MIUI 13/14 Carousel function is often transferred to Settings β†’ Screen. β†’ Wallpaper. β†’ Dynamic wallpaper.
How to turn off the carousel if it interferes?
To return static wallpaper: in the standard MIUI: Get into Themes. β†’ Wallpaper and select one image over a carousel. In Wallpaper Carousel, open the app and click Stop the carousel. Manual mode: remove the added lines from the wallpaper_info.xml.
Can I set up different wallpapers on different desktops?
Yes, but not through a standard carousel. Use the Nova Launcher: Install the Nova Launcher and activate it. Press your finger on your desktop β†’ Desktop settings. Select Wallpaper Scrolling and specify different images for each screen. To automatically change, combine this method with Tasker.
What is the best wallpaper for a carousel on the Redmi Note 8 Pro?
Recommendations for the selection of wallpaper: 🎨 Style: abstractions, gradients or minimalist drawings (less noticeable transitions). πŸŒ„ Colors: dark tones (saves charge on the AMOLED-screen). πŸ“ Permission: 1080Γ—2340 (native to the Redmi Note 8 Pro). πŸ–ΌοΈ Sources: Unsplash, Wallhaven (permission filter) Avoid wallpaper with small details - when changing, they create a flickering effect.