How to clone applications on Xiaomi Redmi Note 11: from standard tools to advanced methods

Xiaomi Redmi Note 11 with its powerful Snapdragon processor 680 and 6 GB of RAM does a great job of multitasking, but what if you want to use two accounts in the same messenger or social network? App cloning solves this problem, allowing you to run multiple independent copies of Telegram, WhatsApp, Instagram or even games. In this article, we will analyze all the available methods, from built-in MIUI functions to manual duplication using ADB and modified firmware.

It's important to understand that not all methods are equally safe. For example, using third-party launchers with cloning can lead to a ban on some services (especially in anti-cheat games), and improper manipulation of ADB can disrupt the stability of the system. We tested each method on Redmi Note 11 with MIUI 14 and Android 12, so all the instructions are relevant to this model. If you have a different version of the firmware, some steps may differ, we will mention this too.

1. Built-in dual applications function in MIUI

The easiest and most official way is to use the dual apps tool that Xiaomi has integrated into MIUI since version 8. This feature does not require root rights and works stable, but supports a limited list of programs, for example, clone the Google Play Store or system utilities will not work.

To activate the dual application:

  1. Open Settings โ†’ Applications โ†’ Double Apps.
  2. In the list, find the desired app (like WhatsApp) and turn on the switch next to it.
  3. Confirm the creation of a copy - a second icon with an icon in the form of two layers will appear on the desktop.

Note that some applications (such as Viber or Signal) may block the clone due to security policies, in which case the system will display a notification โ€œFailed to create a dual applicationโ€, and it is worth remembering that cloned versions will be updated regardless of the original, which can lead to conflicts when synchronizing data.

๐Ÿ“Š What kind of cloning you have tried?
Built-in MIUI function
Third-party launchers (Parallel Space)
ADB-team
Root and modified firmware
Never cloned.

2. Third-party launchers: Parallel Space, 2Accounts and analogues

If the application is not on the list of "Dual Applications", you can use third-party solutions.

  • ๐Ÿ”น Parallel Space creates an isolated sandbox for cloned applications, supports data encryption and fingerprint locking.
  • ๐Ÿ”น 2Accounts โ€” It's a lightweight alternative with a minimalist interface, and it's good for weak devices because it uses less resources.
  • ๐Ÿ”น Island (requires root) โ€“ an advanced tool for creating completely isolated user profiles.

These programs have significant shortcomings:

  • ๐Ÿšจ Advertising and Subscriptions: Free Versions of Parallel Space and 2Accounts display banners and limit the number of clones.
  • ๐Ÿšจ Security: Launchers can collect data about your activity (especially Chinese apps).
  • ๐Ÿšจ Performance: Clone applications are slower due to the extra layer of virtualization.

โš ๏ธ Note: Some banking applications (e.g. SberBank Online or Tinkoff) block startups in virtual environments due to the risk of phishing.If you need to duplicate financial services, use the official feature MIUI or ADB.

Download the app from Google Play or APKMirror

Disable Battery Optimization for Parallel Space in MIUI Settings

Add the launcher to the โ€œAutoStartโ€ list (Settings โ†’ Applications โ†’ Permissions)

Create a backup copy of the original application data-->

3. ADB Cloning: For Power Users

If none of the previous methods work, you can use Android Debug Bridge (ADB), which allows you to clone any application, including system applications, but requires a computer connection and basic command line knowledge, and the advantage of the method is that there is no need for root rights.

Instructions:

  1. Turn on Developer Mode on Redmi Note 11: Go to Settings โ†’ About Phone and click on MIUI Version 7 times.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. Connect your phone to your PC, install ADB drivers (for example, via Minimal ADB and Fastboot) and follow the command:
adb shell pm install --user 0 -i "com.example.original" -r /path/to/apk

Where com.example.original is the original application package (you can find out through the App Inspector) /path/to/apk โ€” path APK-clone.

To simplify the process, you can use the App Cloner script (available on GitHub), which automates the creation of a modified APK with a new package. However, note that some applications (such as Google Maps or YouTube) have cloning protection and may not run.

โš ๏ธ Note: After cloning through the ADB Updates to the original app can break the clone. To avoid this, disable auto-update for duplicate in the Google Play Store or use patched versions (for example, via Revanced).

How to find out the name of the application package?
Open the Google Play Store on your PC, find the app you want, and copy the URL. The name of the package will be after id=. For example, for WhatsApp it's com.whatsapp. Alternatively, you can use the Package Name Viewer app from the Play Store.

4. Root access and modified firmware

To maximize freedom of cloning, you can get root rights and use tools like Titanium Backup or App Cloner (with root support).

  • ๐Ÿ”ง Cloning any application, including system.
  • ๐Ÿ”ง Configure permissions for clones separately from the originals.
  • ๐Ÿ”ง Create backup copies of data and restore them in clones.

However, there are risks:

  • ๐Ÿšจ Loss of warranty: Xiaomi cancels warranty if root is detected.
  • ๐Ÿšจ Security: Open root access makes your device vulnerable to malware.
  • ๐Ÿšจ Instability: Some firmware (e.g. Custom) ROM) may conflict with MIUI.

If you do, we recommend using Magisk to get root rights โ€” itโ€™s safer than the classic SuperSU. Once you install Magisk, download the App Cloner module from the repository and follow the instructions in the app. Note that some banking applications (such as Alpha Click) refuse to work on rooted devices โ€” they will need to hide root through MagiskHide.

๐Ÿ’ก

Before you get root, make a full backup via TWRP or OrangeFox. This will help restore the system in the event of a crash. Also check that your version of MIUI is compatible with the selected rooting method on the XDA Developers forum.

5 Comparison of cloning methods: which one to choose?

To make the choice easier, we have compiled a table with the pros and cons of each method:

MethodSupported applicationsRoot is required.Risks.Difficulty
Dual Applications (MIUI)Limited list (messengers, social networks)โŒ No.Minimum (official function)โญ
Parallel Space / 2AccountsAny other than the protected (banks, anticheat)โŒ No.Data collection, advertising, lagsโญโญ
ADB-cloningAny (depending on APK)โŒ No.Conflicts with updates, complexityโญโญโญ
Root + App ClonerAnybody, including the systemโœ… Yes.Loss of warranty, risk of brickโญโญโญโญ

For most Redmi Note 11 users, the best solution is to combine the built-in dual apps for instant messengers with Parallel Space for other applications, and if you want to clone a rare or system application, consider ADB or root, but only when you are ready for possible problems.

๐Ÿ’ก

On the Redmi Note 11 with MIUI 14 and above, the dual apps feature supports up to 32 clones at a time, but their number is limited to free space in memory. Each clone takes up as much space as the original app +~10% on service files.

6. Solving common errors

When cloning applications on Redmi Note 11, users often face the following problems:

Error: โ€œI failed to create a double appโ€

Causes and solutions:

  • ๐Ÿ”ธ Insufficient memory: Free up at least 1GB on internal storage.
  • ๐Ÿ”ธ Application not supported: Check the list of compatible programs in Settings โ†’ Dual annexes.
  • ๐Ÿ”ธ Manufacturer restrictions: Some applications (e.g. WeChat) block server-level cloning.

The clone is not updated on Google Play

This is normal behavior, because cloned applications are considered separate entities, and to update the clone,

  1. Download the latest version of APKMirror.
  2. Install it manually through the file manager.
  3. Or use the Aurora Store (an alternative store with anonymous updates).

The clone consumes too much battery

Cloned applications run in the background regardless of the original, which increases the charge consumption to optimize:

  • ๐Ÿ”‹ Turn off auto-start for clone in Settings โ†’ Annexes โ†’ Auto-start.
  • ๐Ÿ”‹ Limit background activity through Settings โ†’ Battery โ†’ Optimizing the battery.
  • ๐Ÿ”‹ Use Greenify (requires root) to force a clone hibernation.

7.Alternative solutions: virtual machines and cloud services

If cloning on the device itself is impossible or uncomfortable, consider the following options:

Virtual machines on Android

Apps like VMOS or UserLand let you run a full-fledged virtual Android system inside your Redmi Note 11.

  • ๐Ÿ–ฅ๏ธ Complete isolation from the main system.
  • ๐Ÿ–ฅ๏ธ The ability to use different versions of Android.

Disadvantages: high resource consumption (virtual machine requires at least 2 GB of RAM) and complexity of setting up.

Cloud services

Platforms like BlueStacks X or Genymotion Cloud offer remote access to Android devices via a browser, which is convenient for temporary use of a second account, but:

  • โ˜๏ธ A stable internet connection is required.
  • โ˜๏ธ Free rates are limited in session time.

On the Redmi Note 11 with a Snapdragon 680 processor, virtual machines are slow due to lack of hardware-level virtualization support. Physical cloning (through ADB or root) is recommended for comfortable work.

FAQ: Frequent questions about cloning on Xiaomi Redmi Note 11

Can I clone the Google Play Store?
No, system applications (including Google Play Store, Settings and Google Play Services) cannot be cloned through standard methods. This will require root access and manual file editing in /system/app. However, such a clone can disrupt the system, so we do not recommend this.
Why does WhatsApp not receive an SMS to activate?
This is because WhatsApp links your account to the deviceโ€™s IMEI. To get around the restriction: Use a virtual number (e.g., via TextNow or Google Voice); activate a clone via a call instead of an SMS; or use WhatsApp Business, which can be installed in parallel with the main application without cloning.
How to remove a cloned application?
To remove a clone created through Double Apps: Go to Settings โ†’ Apps โ†’ Dual Apps. Click on the cart icon next to an unnecessary clone. If the clone was created via Parallel Space or ADB, uninstall it as a regular app through Settings โ†’ Apps.
Will the cloned app receive notifications?
Yeah, but it's got to be: ๐Ÿ”” Allow notifications for clone in Settings โ†’ Notifications. ๐Ÿ”” Disable battery optimization for cloned application. ๐Ÿ”” For Parallel Space: enable the โ€œShow Notificationsโ€ option in the launcher settings. Please note that some messengers (such as Telegram) may duplicate notifications in the original and clone. To avoid this, disable notifications in one of the instances.
Can games be cloned (like PUBG or Genshin Impact)?
Technically, yes, but: ๐ŸŽฎ Most multiplayer games with anti-cheat (for example, PUBG Mobile, Free Fire, Genshin Impact block launch in clones or virtual environments. ๐ŸŽฎ For offline games (such as Minecraft), cloning works seamlessly. ๐ŸŽฎ Alternative: Use a second account via Google Play Games or Facebook without cloning.