Transfer of applications to SD-Xiaomi Redmi Note 3 Pro: 3 proven ways

Owners of the Xiaomi Redmi Note 3 Pro often face a lack of internal memory, especially if the device is used for several years in a row. Even after clearing the cache and removing unnecessary files, system updates, high-resolution photos and modern games quickly fill limited 16-32 GB of internal storage. SD-map, but here users are waiting for pitfalls.

Unlike the newer Xiaomi models, the Redmi Note 3 Pro works on Android-based 5.1/6.0 (depending on the firmware version) with a shell MIUI 7โ€“9, where the application port function is either non-existent or limited, and not all applications support this option because of their code or developer policies. In this article, we'll discuss three working methods: MIUI, assisted ADB-commands and by formatting the map as an internal storage - taking into account all the nuances for the Redmi Note 3 Pro.

Why Standard Application Portability May Not Work

On Redmi Note 3 Pro (codename kenzo) the function of transferring applications to the SD-The map depends on the Android version and firmware:

  • ๐Ÿ“ฑ Android 5.1 (MIUI 7/8): transfer option is not available in 90% Even if the card is formatted as a portable storage device.
  • ๐Ÿ“ฑ Android 6.0 (MIUI 8/9): The feature appears, but works selectively โ€“ only for applications that support adoptable storage.
  • ๐Ÿ“ฑ LineageOS (Pixel Experience): Usually support portability, but require manual partition mounting.

The main problem lies in the architecture of Android: since version 6.0 Marshmallow, Google introduced the concept of Adoptable Storage, where the company is a part of the system. SD-However, manufacturers, including Xiaomi, often block this feature at the firmware level, and many applications (such as WhatsApp, Telegram, bank clients) are not ported to external media for security reasons.

๐Ÿ“Š What's the volume? SD-You are using the cards in Redmi Note 3 Pro?
16-32 GB
64GB
128GB
256GB and more
I don't use it.

Method 1: Transfer through MIUI settings (if available)

This method will only work on MIUI 8/9 firmware with Android 6.0 and higher.

Insert SD-card (class 10 is recommended or UHS-I)

Format the card as a portable storage (FAT32/exFAT)

Charge your phone at least 50%

Create a backup copy of important data-->

Steps for transfer:

  1. Open the Settings โ†’ Applications.
  2. Select the app you want to migrate (like Google Maps or Spotify).
  3. Slip it on the Warehouse.
  4. If the option is available, click Change and select SD-map.
  5. Confirm the transfer and wait until the completion (may take up to 5 minutes).

โš ๏ธ Note: After the transfer, some applications may run slower, especially if they are not SD-The card has a low read/write speed. Test performance after migration.

If there is no Modify, the app does not support portability, or your firmware does not allow it, in which case move on to the following methods.

Method 2: Formatting SD-The card is an internal memory (adoptable storage)

This method is suitable for Android 6.0+ allows for the use SD-Important: once formatted, the card cannot be retrieved without losing data, it will become "tied" to the phone. Also note that not all cards support this feature (high-speed models are recommended, for example, SanDisk Ultra). A1).

Instructions:

  1. Put it in. SD-phone-card.
  2. Go to Settings. โ†’ Memory.
  3. Tap your name. SD-maps (e.g. SanDisk) 64GB).
  4. In the upper right corner, click on three dots and select Storage Settings.
  5. Select Internal Memory and follow the instructions on the screen.
  6. After formatting, restart the phone.
AdvantagesDeficiencies
Applications are installed on the map automaticallyThe card cannot be removed without resetting the settings.
Total memory capacity increasesThe speed of work depends on the class. SD-map
Supported by most applicationsIf the card fails, the phone may not boot.

๐Ÿ’ก

Before formatting, check the speed SD-mapping A1 SD If the write speed is below 10MB/s, the card is not suitable for use as internal storage.

Method 3: Transfer over ADB (for power users)

If the first two methods didn't work, the ADB is the debugging tool that lets you manually tell the system which applications you can port, which requires connecting the phone to your computer and basic command line knowledge.

What you need:

  • ๐Ÿ’ป Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers ADB Fastboot (you can download from Google or via Google) SDK Platform Tools).
  • ๐Ÿ”ง Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI (tap 7 times) โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).

Step-by-step:

  1. Connect the phone to the computer and allow debugging (a request will appear on the phone screen).
  2. Open the command prompt (cmd in Windows or Terminal in macOS/Linux) and go to the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Find out the packet name of the application you want to migrate (for example, through App Inspector or the command: adb shell pm list packages | grep "application name"
  5. Move the app to SD-Map by command: adb shell pm set-install-location 2 This command installs SD-Map as the default installation location for new applications.
  6. To transfer an already installed application, use: adb shell pm move-package com.example.app /sdcard (replace com.example.app with the real name of the package).

โš ๏ธ Note: Not all applications support portability ADB. If the team returns a Failure error [NOT_MOVED: Package couldn't be moved, so migration is impossible, and some functions (such as widgets or notifications) may not work properly after porting.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is USB 2. Check the drivers: Device Manager (Windows) should not have exclamation points next to Android Device. 3. Try another one. USB-cable (USB 2.0 is often more stable than the other USB 3.0). 4. Reinstall ADB and Fastboot from the official Google website. 5. On the phone in the developer settings, turn on Cancel debugging authorization USB, Then reconnect.

Which applications cannot be transferred to SD-map

Even if you've successfully set up the port, some apps don't support it, and these include:

  • ๐Ÿ”’ System applications (MIUI Launcher, Settings, Phone, etc.).
  • ๐Ÿ’ณ Bank clients (Sberbank, Tinkoff, VTB) โ€“ according to security requirements.
  • ๐Ÿ“ฑ Encrypted messengers (WhatsApp, Signal, Telegram)).
  • ๐ŸŽฎ Anticheat games (PUBG Mobile, Free Fire, Call of Duty: Mobile).
  • ๐Ÿ”„ Applications with background services (antiviruses, optimizers).

It is also worth considering that the transfer of some applications can lead to:

  • ๐Ÿข Slow down (if the card is slow).
  • ๐Ÿ”„ Loss of data when retrieving the map.
  • ๐Ÿšซ Errors in updating applications.

๐Ÿ’ก

If the application is critical to work (e.g. Google Play Services or Google Play Services) MIUI Security, never put it on the table. SD-This could cause system failures.

Frequent mistakes and their solutions

When transferring applications to SD-Redmi Note 3 Pro users often face typical problems:

Mistake.Reason.Decision
Failed to resent the applicationApplication does not support transferUse ADB or leave it in your internal memory.
SD-The card is not defined as an internal memory.The firmware blocks Adoptable StorageUpdate MIUI or install custom firmware
Phone brakes after transferLow speed. SD-mapBuy an A1/A2 class card or transfer only lightweight apps
ADB: device not foundDrivers are not installed or the cable is faultyReinstall drivers, try another cable/port

If the application stopped running after the transfer, try:

  1. Clear the app cache (Settings โ†’ Apps โ†’ [name] โ†’ Memory โ†’ Clear the cache).
  2. Reinstall the app.
  3. Put it back in your inner memory.

Alternative ways to free up memory

If the applications are transferred SD-The card did not solve the problem of memory shortage, consider alternative methods:

  • ๐Ÿ—‘๏ธ Cache cleaning: in Settings โ†’ Memory. โ†’ You can delete up to several gigabytes of temporary files.
  • ๐Ÿ“ Media transfer: Photos, videos, and music can be easily moved to the map manually through any file manager (e.g., file manager, MI File Manager).
  • โ˜๏ธ Cloud Storage: Google Photos, Mi Cloud or Yandex Drive automatically back up files and free up space.
  • ๐Ÿ”„ Factory reset: radical method, but effective if phone is clogged with unnecessary data.
  • ๐Ÿ› ๏ธ Root access: with superuser rights, you can port any application (for example, through a user interface). Link2SD), But it's risky.

For Redmi Note 3 Pro, the transfer of game cache is especially relevant. PUBG Mobile or Genshin Impact cache can take up to 5-10 GB. SD-map:

  1. Download a file manager with access to root folders (e.g. FX File Explorer).
  2. Go to /Android/obb/ or /Android/data/.
  3. Find a folder with the game (for example, com.tencent.ig for PUBG).
  4. Copy it on. SD-Create a symbolic link (root or Termux required).

FAQ: Answers to Frequent Questions

Can I transfer WhatsApp to WhatsApp? SD-Map in Redmi Note 3 Pro?
No, WhatsApp blocks the transfer to external media for security reasons. However, you can transfer media files (photos, videos, voice messages) manually through Settings โ†’ Memory โ†’ WhatsApp โ†’ Transfer media (if the option is available) or through the file manager.
After the annex has been moved to SD-The map has stopped updating?
This is a typical problem related to the limitations of Google Play Solutions: Temporarily transfer the app back to internal memory, update it, then migrate back to internal memory. SD-Download the update manually from APKMirror and install it. Turn off the automatic update for this app on Google Play.
Can I use it? SD-Map as internal memory on Android 5.1?
No, Adoptable Storage only came in Android 6.0 Marshmallow. On Android 5.1 Lollipop (which stood on the Redmi Note 3 Pro out of the box), the only option is to migrate through ADB or upgrade to MIUI 8/9 based on Android 6.0.
How to return the application from SD-card?
Methods: Settings โ†’ Applications โ†’ [name] โ†’ Storage โ†’ Change โ†’ Internal Memory. Through ADB: adb shell pm move-package com.example.app 0 (where 0 is internal memory). Reinstall the application (it will automatically install into internal memory).
What? SD-The map is better for the Redmi Note 3 Pro?
Recommendations: ๐Ÿ”น Volume: 64โ€“128 GB (optimum for games and applications). ๐Ÿ”น Class speed: UHS-I Class 10 or A1/A2 (For example, SanDisk Ultra A1, Samsung EVO Plus). ๐Ÿ”น Format: exFAT (if card) >32 GB FAT32 (if โ‰ค32 GB). ๐Ÿ”น Brand: Avoid no-name cards - they are often forged and have a low speed. H2testw (Windows or F3 (macOS/Linux).