Why to clone Android apps and why Redmi Note 9 is a special case
Cloning apps on Xiaomi Redmi Note 9 is a challenge that users face for two key reasons: having to use multiple accounts on the same service (for example, two WhatsApp or Telegram on the same device) or testing different versions of the program without risking the main profile. Unlike Xiaomiโs flagship models, the Redmi Note 9 has hardware and MIUI limitations, making the duplication process less trivial.
The official MIUI 12/13 firmware for this model supports built-in cloning, but only for a limited list of applications. For example, you will not find an option there to duplicate banking programs or games with multi-account protection. Alternative methods - using third-party utilities like Parallel Space or ADB commands - require caution: improper actions can lead to system failures or blocking the Mi Account.
In this guide, we will analyze 3 proven methods of cloning (including hidden MIUI settings), compare them in terms of security and resource intensity, and also warn against the typical mistakes that Redmi Note 9 owners make when trying to duplicate messengers or social networks.
Method 1: Built-in dual applications in MIUI
The safest and most recommended method for Xiaomi is to use the standard Dual Apps tool, which is available on all versions of MIUI since the 8th, but in the Redmi Note 9 with MIUI 12.5+ firmware, the list of supported programs has been reduced.
- Open Settings โ Applications โ Double Apps.
- If there is no item, update the firmware to the latest stable version via Settings โ About Phone โ System Update.
- In the list of available apps, find the right one (such as WhatsApp or Facebook) and turn on the switch next to it.
- Confirm the creation of a clone โ a second icon with an icon will appear on the desktop โง.
โ ๏ธ Attention: B MIUI 14 for Redmi Note 9, dual apps may be hidden due to performance optimization. To return it, reset the application settings to Settings โ Annexes โ Application management โ โฎ โ Reset the settings.
Check the MIUI version (not lower than 12.5)
Free up at least 2 GB of memory
Disable battery optimization for the target application
Backup of the main account data-->
The list of applications that can be cloned in the standard way varies depending on the firmware region, for example, in the global version of MIUI for Redmi Note 9, you can find:
| Category | Examples of supported applications | Limitations |
|---|---|---|
| Messengers | WhatsApp, Telegram, Viber, Messenger | No Signal support, Skype |
| Social media. | Facebook, Instagram, Twitter | TikTok is cloned only in Chinese firmware |
| Post | Gmail, Outlook | No support for Mail.ru or Yandex.Mail |
| Games | Clash of Clans, PUBG Mobile | Prohibited for anti-cheat games (e.g. Genshin Impact) |
Important: MIUI-clone applications consume 15-20% more RAM than the originals; on the Redmi Note 9 with 4 GB of RAM, this can lead to slowdowns while using both instances simultaneously.
Method 2: Parallel Space and analogues - third-party launchers for cloning
If the application is not listed as dual, the alternative is to use specialized utilities like Parallel Space, 2Accounts or Island (the latter requires root rights), which create an isolated sandbox where you can run copies of applications without conflicts with the main system.
Instructions for Parallel Space (the most popular option for the Redmi Note 9):
- Download Parallel Space from Google Play or the official website (version 4.0.9186 is stable on MIUI 12-14).
- Run the utility and provide all the permissions you request (including Overlay on top of other apps and Access to Notifications).
- In the Parallel Space main menu, click + and select cloning apps, and even those that are locked in the standard MIUI feature (like Snapchat or Tinder) are supported.
- Once you create a clone, run it only through the Parallel Space interface โ a direct icon will not appear on the desktop.
โ ๏ธ Note: Some applications (e.g., banking or two-factor authentication) can block entry from Parallel Space sandstone, recognizing it as an insecure environment. In this case, try Island with Work Profile mode enabled.
Parallel Space|2Accounts|Island (requires root)|Another |Do not use-->
Comparison of popular utilities for Redmi Note 9:
- ๐น Parallel Space: Simple interface, no root, but shows ads and can slow down on weak devices.
- ๐น 2Accounts: Parallel Space is lighter, but a limited list of supported applications.
- ๐น Island: the most reliable, but requires root rights and customization through ADB.
- ๐น Shelter: Open source, works through Work Profile, but not all applications run correctly.
๐ก
If Parallel Space is slowing down, open its settings and turn off the "App Acceleration" option, which will reduce the load on the Redmi Note 9 (Helio G85) processor by 10-15%.
Method 3: Cloning through ADB (for power users)
The method for those who are ready to work with Android Debug Bridge (ADB) allows you to clone any application, even those that are not supported in Dual applications or Parallel Space.
Step-by-step:
- Turn on Developer Mode on Redmi Note 9: Go to Settings โ About Phone and click on MIUI Version 7 times.
- Return to Settings โ Additional โ For developers and activate Debugging over USB.
- Connect your phone to your PC, install ADB drivers (you can download from Android Studio) and check the connection with the command: Adb devices In response, the serial number of your Redmi Note 9 should be displayed.
- Run a cloning command (replace com.example.app with the batch name of the target application, for example, com.whatsapp): adb shell cmd appclone clone com.example.app
- Reboot the phone. The cloned app will appear on the desktop with the clone postfix in the packet name.
โ ๏ธ Note: Some applications (for example, Google Pay or SberBank Online) block work on devices with debugging enabled USB. After cloning, turn off debugging by USB developer-setting.