How to change the app icon on Xiaomi Redmi Note 8T: 5 proven ways

Why Standard Icons Are Irritating and How to Change Them

Are you tired of the monotonous icons on the Xiaomi Redmi Note 8T? Minimalist design MIUI is not popular β€” especially when dozens of apps are merging into gray matter. The good news is that you can change icons without root rights and complex manipulation. Bad β€” not all methods are equally convenient.

In this article, we will analyze 5 working ways of customizing icons: from standard MIUI themes to third-party launchers and manual editing of APK. Particular attention will be paid to the nuances of the Redmi Note 8T (model M1908C3JG), where some features may differ from the flagship Xiaomi. For example, this device does not have built-in support for Icon Packs through system settings – but there are workarounds.

Before you start, check the MIUI version in Settings β†’ About Phone. At the time of writing, MIUI 12.5–14 for the Redmi Note 8T is current, and the options available depend on it. If you have older firmware, some methods may not work, upgrade through Settings β†’ System Update.

πŸ“Š How often do you change your smartphone?
Once a month
Six months
Never changed.
Only after the purchase

Method 1: Using the built-in MIUI themes

The easiest and safest method is to apply one of the preset themes. MIUI has hundreds of free themes with unique icons, but not all of them change all the icons of applications. For example, system icons (Settings, Phone) often remain standard.

How to do this:

  • πŸ“± Open the Themes app (icon with brush on desktop).
  • πŸ” In the search box, type in a β€œicon pack” or β€œicon icon” queryΒ».
  • 🎨 Choose your favorite theme and click Apply. Pay attention to the rating and the number of downloads – this will help to avoid low-quality themes.
  • βš™οΈ After application, go to Settings β†’ Desktop β†’ Style of icons to fine-tune the display.

The main disadvantage of the method is limited choice. Many themes only change the background, fonts and widgets, leaving the icons intact. To check which icons change, scroll through the preview to the App Icons block before applying the theme.

πŸ’‘

If some icons are still standard after changing the theme, try rebooting your phone. Sometimes MIUI doesn't apply the changes right away.

Method 2: Third-party launchers (Nova, Apex, Hyperion)

To fully control the icons, you will need a third-party launcher. The Redmi Note 8T works best:

  • πŸš€ Nova Launcher – the most flexible, supports Icon Packs and gestures.
  • 🎯 Apex Launcher – Lightweight, with good optimization for Xiaomi.
  • ⚑ Hyperion Launcher – Minimalistic, with a focus on performance.

Instructions for Nova Launcher (similar to others):

  1. Install a launcher from Google Play.
  2. Download your favorite Icon Pack (such as Whicons, CandyCons, or Minima).
  3. Click the empty space on the desktop β†’ Settings β†’ Style of icons.
  4. Select the downloaded pack of icons in the section Pak icons.
  5. For individual applications: long-click on the icon β†’ Change β†’ Icon β†’ select from the pack.

On the Redmi Note 8T with MIUI 12.5+, there may be a conflict between the system launcher and Nova.

Install Nova as a default launcher|Turn off animations in Nova settings|Clear the system launcher cache (Settings) β†’ Annexes β†’ Launcher)|Disable battery optimization for Nova-->

Important: Some MIUI firmware may reset system icons (such as Camera or Gallery) after upgrading, due to Xiaomi’s security policy, which is tied to system APKs and cannot be completely replaced without root.

Method 3: Manually Replace Icons with Shortcut Maker

If you only need to change the icon for a few apps without installing a launcher, use Shortcut Maker (or analogues like Icon Changer), a method that creates shortcuts with custom icons without affecting the original files.

Step-by-step:

  1. Install Shortcut Maker from Google Play.
  2. Open the application and select Activity (for system applications) or Application (for regular applications).
  3. Find the app you want in the list (e.g. com.android.contacts for Contacts).
  4. Click on the icon in the upper right corner and select Gallery or File Manager to upload your picture.
  5. Save the shortcut, it will appear on the desktop, and you can remove the original icon in the folder or disable it.

Advantages of the method:

  • βœ… Doesn't require root rights.
  • βœ… It works even on blocked Redmi Note bootloaders. 8T.
  • βœ… Any images can be used (PNG, JPG) transparently.

Disadvantages:

  • ❌ Labels do not update notification counters (for example, WhatsApp or Telegram).
  • ❌ When you remove Shortcut Maker, all custom shortcuts will disappear.
How to make an icon with a transparent background?
Use services like remove.bg to remove the background. Then trim the image to square (recommended size β€” 192Γ—192 pixels in any graphics editor (e.g. Photoshop Express or Canva) PNG support transparency.

Method 4: Install custom firmware (for advanced)

If you're willing to take drastic measures, custom firmware like LineageOS, Pixel Experience or Havoc-OS offers complete customization freedom, including replacing icons at the system level. 8T This process is nuanced:

FirmwareIcon supportComplexity of installationRisks.
LineageOSFull (via Substratum or Launchers)MediumLoss of warranty, possible camera bugs
Pixel ExperiencePartial (requires Magisk modules)Tall.Problems with the fingerprint sensor
MIUI EUExpanded themesLow.No. OTA-update

To install custom firmware on the Redmi Note 8T, you will need:

  1. Unlock the bootloader through the Mi Unlock Tool (waiting 7-15 days).
  2. Install TWRP Recovery (codename Redmi Note 8T for willow).
  3. Switch to firmware and Magisk (for root rights).
  4. Install Substratum or Icon Pack via Magisk.

⚠️ Attention: On the Redmi Note 8T with firmware based on Android 10+ Unlocking the bootloader resets all data! make a backup through Settings β†’ Additionally. β†’ Also note that Google Pay and some banking apps will not work after unlocking (due to the lack of SafetyNet).

Method 5: Editing APK-Files (for experienced files)

This method is suitable if you want to change the icon of the system application (for example, Calls or Messages) without changing the firmware.

  • πŸ’» Computer with Android Studio or APKTool.
  • πŸ”§ Knowledge of decompilation APK.
  • πŸ”“ Root rights (optional, but simplifies the process).

Instructions:

  1. Download the APK of the desired application from your phone (for example, via APK Extractor).
  2. Decompile it with APKTool: apktool d com.android.contacts
  3. In the res folder, find the icons (usually in drawable-xxhdpi or mipmap-xxhdpi).
  4. Replace your icon files (.png) with your own, keeping the original names.
  5. Compile APK back: apktool b com.android.contacts
  6. Sign a new APK with a Uber-apk-signer.
  7. Install a modified APK on your phone (via adb install or file manager).

Risks of the method:

  • 🚨 If the compilation error, the application will stop working.
  • πŸ”„ After updating MIUI change.
  • πŸ›‘οΈ Some systemic APK Signature verification – they cannot be replaced without root.

πŸ’‘

Editing APK system applications can disrupt Google and MIUI services. Always back up the original APK before making changes!

Comparison of methods: which one to choose?

The choice of method depends on your goals and level of preparation. If you need minimal changes, enough built-in themes or Shortcut Maker. Nova Launcher + Icon Pack is suitable for full customization. Radical methods (firmware, APK editing) are only justified if you are ready for risks.

MethodDifficultyNeed root?Is it suitable for system icons?Reversibility
Built-in themes⭐No.Partially.Yes.
Third-party launchers⭐⭐No.Yes (except for some systems)Yes.
Shortcut Maker⭐No.No (shortcuts only)Yes.
Custom firmware⭐⭐⭐⭐Yes.Yes.Partially.
Editing by APK⭐⭐⭐⭐⭐Preferably.Yes.With a backup.

On the Redmi Note 8T, we recommend starting with Nova Launcher, which gives maximum risk-free flexibility. If you need system changes, try MIUI EU (unofficial firmware with advanced themes) or Magisk modules like Iconify.

FAQ: Frequent questions about changing icons on the Redmi Note 8T

Can I return the standard icons after the change?
Yes. If you've used themes or launchers, just return the standard settings. For shortcut Maker shortcuts, delete them and restore the original icons from the app menu. If you've edited APK, reinstall the original version of the app.
Why did the icons drop after the MIUI update?
System updates often overwrite theme and launcher files. To avoid this, before upgrading: Take screenshots of the current desktop. Save the Icon Packs you use to the folder on your phone. Export your launcher settings (to Nova: Settings β†’ Backup). After the update, re-apply the theme or restore the launcher backup.
How to change the folder icon on the desktop?
In standard MIUI launcher, that's not possible. But in Nova Launcher: Create a folder and open it. Click on the folder icon at the bottom of the screen. Select Edit β†’ Icon and upload yours.
Will the notifications on custom icons work?
Depends on the method: πŸ”΄ Shortcut Maker: Notifications don’t work (a shortcut is just a link). 🟒 Launchers (Nova, Apex): notifications work if the launcher optimization is not disabled. 🟑 Edited APK: notifications work, but there may be bugs (e.g., duplicate icons).
Where to download high-quality Icon Packs for Xiaomi?
Best sources: πŸ›’ Google Play (Search for β€œicon packΒ»). 🎨 DeviantArt (part of Android Icons). πŸ“± Telegram channels (e.g, @iconpacks). For the Redmi Note 8T I'll get a permit pack. 192Γ—192 or 256Γ—256 (Adapted to the density of the screen 400 PPI). Avoid older packs 2021 Years – they may not support new app icons.