Cloning apps on Xiaomi Redmi Note 8T: a complete guide to solving typical problems

Xiaomi Redmi Note 8T is one of the most popular smartphones of the brand, but even years after its release, its owners are faced with the need to run multiple accounts in messengers or social networks. App cloning solves this problem, but the standard Dual Apps feature in MIUI does not work with all programs, and third-party tools require caution. In this guide, we will analyze all the available ways, from built-in capabilities to workarounds for โ€œstubbornโ€ applications that refuse to be duplicated.

It's important to understand that cloning is not the same as installing a second copy of the APK: it's creating an isolated space with separate data, cache and notifications. On the Redmi Note 8T (willow model), the process is complicated by the version of MIUI - in firmware older than MIUI 12, the function algorithm changed. We tested all methods on current builds (including MIUI 14 for this device) and identified key nuances that are not written in the standard instructions.

Why Dual Apps May Not Work on the Redmi Note 8T

Built-in Dual Apps (aka "Dual Apps") is available from the Settings menu โ†’ Apps โ†’ Dual Apps, but not all programs are officially supported. The manufacturer limits the list of compatible services for several reasons:

  • ๐Ÿ”’ Security policy: some applications (e.g., banking or two-factor authentication) block work in cloned space due to the risk of data leaks.
  • ๐Ÿ“ฑ Android Restrictions: Starting with Android 10, Google tightened the rules for clones, which forced Xiaomi to narrow down the list of supported programs.
  • ๐Ÿ”„ Version conflicts: If an app is updated over the factory version via Google Play, Dual Apps may not see it".
  • ๐Ÿ“ฆ Memory Lack: Cloning creates second dataset, like the one on the Redmi Note 8T s 3/32 GB 4/64 GB could lead to lags.

On the Redmi Note. 8T firmware MIUI Global 12.5+ Dual Apps officially supports no more 37 Applications that do not include Telegram, Viber or most gaming clients can be found in the file. /system/etc/dual_app_white_list.conf, But you can't edit it without root rights, and if you don't have the messenger or social network you want, you'll have to use workarounds.

โš ๏ธ Attention: After update MIUI through OTA The list of supported apps for Dual Apps may reset. Before updating, check if your clones have disappeared from the Settings menu. โ†’ Annexes โ†’ Application management.

Method 1: Cloning through Dual Apps

This is the safest and easiest method, but it only works with applications from Xiaomiโ€™s whitelist.The instructions are relevant for the Redmi Note 8T on any version of MIUI (including MIUI 14):

  1. Open Settings โ†’ Applications โ†’ Double Apps.
  2. In the list, find the app you want (like WhatsApp or Facebook) and activate the switch next to it.
  3. Confirm the creation of a clone โ€“ a new icon with an icon will appear on the desktop ๐Ÿ‘ฅ.
  4. Launch the cloned application and log in under the second account.

The main difference between the clone and the original:

ParameterOriginal appendixClone app
IconStandard.With a badge. ๐Ÿ‘ฅ lower-right
NotificationsShown in a standard wayDisplayed with the mark "Double Appendix"
Warehouse/data/data/com.package.name/data/data/com.package.name.dual
UpdatesThrough Google PlayRequires manual installation of APK
SynchronizationAutomatic.Deactivated by default

If the desired application is not in the list, try the following steps:

  • ๐Ÿ”„ Reinstall the app via Google Play (sometimes helps to reset restrictions).
  • ๐Ÿ“ฅ Install an older version APK (For example, Telegram will be suitable version 8.4.1).
  • ๐Ÿ”ง Enable the Developer Mode (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” tap 7 times) and activate the option Do not turn off background processes.

Check the MIUI version (should be at least 11)

Free up at least 1 GB of memory

Turn off battery optimization for the target application

Make a backup of the original application data-->

Method 2: Using Parallel Space and its analogues

If Dual Apps doesn't support the right app, third-party utilities like Parallel Space, 2Accounts or Island come to the rescue, creating an isolated sandbox where you can run clones of any program, but there are nuances on the Redmi Note 8T:

  • ๐Ÿ›ก๏ธ Parallel Space requires permission to access notifications and overlay windows (Settings) โ†’ Special facilities โ†’ Parallel Space).
  • ๐Ÿ” Island only works on rooted devices or with an unlocked bootloader.
  • โšก 2Accounts may conflict with MIUI Optimizations, causing reboots.

The following is a step-by-step guide for Parallel Space:

  1. Download the utility from Google Play or from the official website (version 4.0.8653 is the most stable on the Redmi Note 8T).
  2. Launch the app and provide all permissions you have requested (including Display over other apps).
  3. Add the desired programs to the "sandbox" through the + button.
  4. Sign in to your second account inside Parallel Space.

โš ๏ธ Attention: MIUI 12.5+ Parallel Space can block notifications from cloned apps. To fix this, go to Settings โ†’ Annexes โ†’ Application management โ†’ Parallel Space โ†’ Notifications and manually enable the display for each clone.

Comparison of popular cloning utilities:

AnnexDemands a Root.Support for MIUILimitations
Parallel SpaceNo.Good.Advertising, lags in multitasking
2AccountsNo.MediumConflicts with MIUI Optimizations
IslandYes.Great.A complex setup for beginners
ShelterPartially.Good.Not all applications work in isolation.

Parallel Space|2Accounts|Island (requires Root)|Shelter|Other |Do not use-->

Method 3: Cloning through ADB (for power users)

If neither Dual Apps nor third-party utilities helped, the ADB method is still available, which allows you to manually duplicate any application, but requires a computer connection and basic command-line knowledge, and the advantage of the method is to work even with programs that block cloning (for example, Snapchat or Pokรฉmon GO).

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Developer mode enabled and debugging by USB on the Redmi Note 8T.
  • ๐Ÿ”Œ Cable USB (It is preferable to be original, since cheap cables may not transmit data).

Instructions:

  1. Connect the phone to the PC and confirm the permission to debug via USB.
  2. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm list packages | grep 'name packet'

For example, for Telegram, it will be org.telegram.messenger.

  1. Clone the application with the command:
adb shell cmd package clone org.telegram.messenger
  1. Reboot the phone. The clone will appear on the desktop marked "Copy."

On the Redmi Note 8T with MIUI 12.5+, the clone command can return the "Operation not allowed" error, in which case, first perform the adb shell pm uninstall -k --user 0 org.telegram.messenger, and then repeat the cloning.

โš ๏ธ Attention: Cloning through ADB creates an incomplete copy โ€“ some functions (such as push notifications or geolocation) may not work correctly. /data/system/packages.xml, What's dangerous without a backup.

What if the ADB canโ€™t see the device?
1. Check if Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable or port on PC. 3. Enable the debugging option in the developer settings USB (Security settings) and Allow debugging (charging only). 4. Restart your phone and PC, then reconnect.

Solving Typical Problems in Cloning

Even after the successful creation of a clone, Redmi Note 8T users are faced with bugs, and we have collected the most common errors and ways to fix them:

1.The clone doesn't appear on the desktop

Check it out.

  • ๐Ÿ” All Apps folder in the launch menu โ€“ sometimes clones hide there.
  • ๐Ÿ“‚ Memory of the device: if free less than 500 MB, MIUI may not display the icon.
  • ๐Ÿ”„ Reboot your phone โ€“ sometimes helps to reset the launcher cache.

2. Notifications do not come to the cloned application

For Dual Apps:

  • ๐Ÿ”” Go to Settings. โ†’ Notifications โ†’ Double Apps and Enable Showing for a Clone.
  • ๐Ÿ“ต Check if the application has been added to the notification blacklist (Settings) โ†’ Annexes โ†’ Application management โ†’ [clone] โ†’ Notifications).

For Parallel Space:

  • ๐Ÿ”ง Open Parallel Space settings and turn on the option to Show notifications.
  • ๐Ÿ”„ Reinstall the clone inside the sandbox".

3.The clone is constantly flying out or not opening

Possible causes and solutions:

  • ๐Ÿ—‘๏ธ Clear the clone cache in Settings โ†’ Annexes โ†’ Application management โ†’ [clone] โ†’ Warehouse โ†’ Clear the cache.
  • ๐Ÿ”„ Turn off battery optimization for clone (Settings) โ†’ Battery โ†’ Optimizing the battery โ†’ All applications โ†’ Find the clone. โ†’ Shut down).
  • ๐Ÿ“ฅ Reinstall the original app, then repeat the cloning.

๐Ÿ’ก

If the WhatsApp clone doesnโ€™t send messages, check to see if the sync of contacts is enabled in the account settings inside the cloned app, often solved by rebooting a phone with the mobile network disabled (wi-fi only).

Limitations and risks of cloning on the Redmi Note 8T

App cloning is not the perfect solution. On the Redmi Note 8T, with its hardware limitations (the Snapdragon 665 processor and 3โ€“4 GB of RAM), using clones can lead to:

  • ๐Ÿข Slowdown: two instances of the messenger in the background eat up to 30% of RAM.
  • ๐Ÿ”‹ Increased battery consumption: clones are not optimized for MIUI Battery Saver.
  • ๐Ÿšซ Account Blocking: Some services (such as Facebook or Tinder) can recognize clones and can ban a โ€œsuspiciousโ€ account.
  • ๐Ÿ›‘ Update conflicts: cloned apps donโ€™t update through Google Play, creating security holes.

Particularly careful should be with:

  • ๐Ÿ’ณ Banking applications: SberBank Online, Tinkoff and others block work in clones due to the risk of phishing.
  • ๐ŸŽฎ Anticheat games: PUBG Mobile, Free Fire or Call of Duty Mobile recognize clones as cheating tools.
  • ๐Ÿ”’ Annexes with 2FA: Google Authenticator or Microsoft Authenticator may stop generating codes in cloned version.

If you are critically interested in using two accounts in one of these apps, consider alternatives:

  • ๐ŸŒ Web versions: Many services (including WhatsApp Web or Telegram Web) allow you to work with multiple accounts in the browser.
  • ๐Ÿ“ฑ The second phone: budget models like Redmi A1+ It is cheaper than the potential problems with blocking the main account.
  • ๐Ÿ”„ Multiaccount in the application itself: some messengers (for example, Telegram or Skype) support changing accounts without cloning.

๐Ÿ’ก

Cloning applications on Redmi Note 8T is a temporary solution, and for long-term use of multiple accounts, it is better to choose official methods (web versions, multi-account) or a second phone.

FAQ: Frequent questions about cloning on the Redmi Note 8T

Can system applications (e.g., Messages or Phone) be cloned?
No, the built-in Dual Apps feature doesn't work with system utilities. It requires root access and manual file editing in /system/priv-app. However, this violates MIUI's security policy and can lead to unstable phone performance. Alternatively, using Google Messages or Truecaller as the second messenger/caller.
Why did all the clones disappear after the MIUI update?
In case of major updates (for example, with MIUI 12 on MIUI 13) the system resets the Dual Apps settings. To recover clones: Go to Settings โ†’ Annexes โ†’ Dual applications. Reactivate the switches for the desired applications. If clones do not appear, clear the data of the com.miui.dualapp application in Settings โ†’ Annexes โ†’ Application management โ†’ All applications. The clone data (messages, media) will not be saved, they will have to be recovered from the backup.
How to transfer data from the original application to the clone?
Standard means MIUI It's impossible. Roundabouts: For WhatsApp: Use the Chat Backup feature in the original app, then restore the backup to the clone. For Telegram: export data through Settings โ†’ Additionally. โ†’ For other applications, use utilities like Titanium Backup (requires root) or Swift Backup. โš ๏ธ Note: Transferring data between the original and the clone may lead to synchronization conflicts (e.g., duplicate messages in Viber).
Can I clone apps without the internet?
Yes, but with reservations: Dual Apps works offline if the app is already installed. Parallel Space requires the internet only for the first setup (license verification); Cloning through ADB is completely offline; however, authorization in a cloned app (such as logging into Instagram or Facebook) will require a network connection.
How to completely remove the clone of the application?
Removal methods depend on the cloning method: For Dual Apps: go to Settings โ†’ Annexes โ†’ Double apps and deactivate the switch next to the app. The clone data will be deleted automatically. For Parallel Space: open the utility, find the clone in the list and click Delete. ADB-Follow the command: adb shell pm uninstall -k --user 0 com.package.name.dual Replace com.package.name with a real package ID. If you have a clone icon left on your desktop after deleting it, restart your phone or clear the launcher cache (Settings) โ†’ Annexes โ†’ Launcher โ†’ Clear the cache).