Why the wallpaper carousel annoys Redmi Note 7 users
The auto-replaceable wallpaper carousel on the lock screen is a signature feature of MIUI firmware that is not popular with everyone. On the Xiaomi Redmi Note 7, this feature is activated by default and can interfere: distracting with bright pictures, slowing down unlocking, and sometimes even consuming traffic when downloading new images. Especially annoying when the smartphone itself loads wallpaper from the Internet without a user request.
Compounding the problem, standard MIUI 10-14 settings often hide the option to disable the carousel or work incorrectly. For example, after a system update, the function can turn on itself despite manual settings. In this article, we will discuss all working methods, from simple to technically complex, including editing system files.
Method 1: Disconnect via standard MIUI settings
Let's start with the most obvious method, which works on most firmware versions. You don't need root rights or a computer, but the effectiveness depends on the version of MIUI:
- Open the Settings β Lock screen.
- Slip on the lock screen wallpaper (or lock screen style in new versions).
- Choose Static Wallpaper or My Wallpaper instead of Carousel.
- Confirm the selection and restart the device (sometimes changes are only applied after the reboot).
β οΈ Note: On some versions MIUI 12+ If you don't have a carousel on the menu, move on to the next way.
Method 2: Using design themes
If the standard shutdown didn't work, you can get around the restriction through the theme manager, which is suitable for firmware where the carousel is tied to the theme of the design:
- π¨ Open the Themes app (icon with brush).
- π In the search bar, enter a request without a carousel or static lockscreen.
- π² Select any theme marked Static Lock Screen and apply it.
- π After application, return to the Settings β Lock screen and manually install your wallpaper.
The downside is that when you change the theme, the carousel can come back. To fix the result, after you use the theme, turn off the automatic wallpaper update in the lock screen settings.
π‘
If there are no suitable topics in the search, try downloading APK-theme file without a carousel from the forum XDA Developers and install it manually.
Method 3: Disconnect via ADB (without root)
For advanced users who are ready to connect the Redmi Note 7 to a computer, there is a reliable way to use the device. ADB-It doesn't require superuser rights, but it does require debugging on USB:
- Activate Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC, install ADB Tools, and execute the command:
adb shell settings put secure lock_screen_show_wallpaper_hint 0
adb shell settings put secure lock_screen_wallpaper_enabled 0After you execute the commands, restart the device. The carousel should disappear, and static wallpaper will remain on the lock screen.
What if the ADB canβt see the device?
Method 4: Editing system files (root required)
If previous methods didn't work, and you have root rights, you can delete the carousel at the file level, and it's the most radical and potentially dangerous thing that can cause the system to crash.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiSystemUI.
- Find the file MiuiSystemUI.apk and make a backup copy of it.
- Open a file in a text editor (such as MT Manager) and find lines containing WallpaperCarousel.
- Remove or comment on these lines, save the changes, and reboot the phone.
β οΈ Note: Incorrect editing of system APK-If you are not sure about your actions, use alternative methods.
| Method | Difficulty | Root is required. | Risk to the system | Efficiency |
|---|---|---|---|---|
| Standard settings | β | β No. | β No. | β οΈ 50% |
| Change of subject | ββ | β No. | β No. | β 70% |
| ADB-team | βββ | β No. | β No. | β 90% |
| Editing by APK | ββββ | β Yes. | β οΈ High-pitched | β 99% |
Method 5: Reverse firmware or switch to custom
If the carousel appeared after the MIUI update and does not turn off, the radical solution is to roll back on the old firmware version or install a custom one (for example, Pixel Experience or LineageOS).
Before the rollback:
Make a backup of data | Check firmware compatibility with the Redmi Note 7 model (codename lavender) | Charge the phone at least 60% | Download the official firmware from the Xiaomi | Prepare a firmware tool (Mi Flash Tool or TWRP)
-->
The rollback process:
- Download the archive with the desired version of MIUI (for example, V11.0.4.0.PFGMIXM is one of the last stable without an aggressive carousel).
- Go to Fastboot mode (press Power + Volume Reduction when the phone is off).
- Connect the device to your PC and run through the Mi Flash Tool with the Clean All option.
β οΈ Note: Firmware rollback will reset all data on the phone. Also note that after rollback some features may stop working (for example, Google Pay due to a security version mismatch).
π‘
Custom firmware like Pixel Experience completely removes all Xiaomi branded features, including the carousel, but requires unlocking the bootloader and installing via TWRP.
What to do if the carousel returned after the update
Many Redmi Note 7 users are faced with the carousel returning after the MIUI update, which is because the system resets some of the default settings to prevent reappearance:
- π΅ Turn off automatic wallpaper updates in Settings β Lock screen β Additionally.
- π« Block permissions for the Themes app in Settings β Annexes β Permit Management (turn off the Internet and Warehouse).
- π§ Use it. ADB to fix settings (the team below blocks wallpaper changes):
adb shell pm disable-user --user 0 com.android.themesThis command will disable the Themes app for the current user, but it may affect other design features. To get it back, do:
adb shell pm enable com.android.themes