Xiaomi Redmi 6A It's still a popular budget smartphone, but its main problem is that it only has 16GB of internal storage. SD-Many people who use cards are faced with the fact that the system does not allow you to transfer applications to an external drive. Why is this happening? MIUI Android Go, on which Redmi is built 6A.
In this article, we will discuss all working methods for transferring applications to SD-Map for your device: from standard settings to use ADB You'll learn which apps can be moved and which can't, how to prepare a memory card, and what to do if the system gives you an error. SD-cards as an internal drive that works even on devices with MIUI 10-12.
Important: Not all applications support the transfer to SD-For example, WhatsApp, Google Play Services and most of the system utilities will remain in internal memory, but for games, messengers like Telegram or Telegram. VK, And many other programs, this method will work.
Why Redmi? 6A see SD-map as a memory for applications?
The main reason is the limitations of Android Go and Xiaomiโs policies: Unlike full-fledged Android versions, the lightweight Android 8.1 Oreo Go Edition (which runs on the Redmi 6A) blocks some features to save resources.
- ๐ฑ MIUI Does not support Adoptable Storage, an Android feature that allows formatting SD-It's like internal memory, and it's not in the standard settings.
- ๐ Manufacturer restrictions: Xiaomi deliberately disables the transfer of applications to the SD for budget models to encourage the purchase of devices with large memory.
- ๐ ๏ธ Technical limits: SD-Class-class cards 4/6/10 work slower than the internal memory, which can lead to lags when running migrated applications.
There are workarounds, however, for example, some apps (like Facebook Lite or Messenger Lite) have built-in portability to SD, and others will need to use ADB or third-party tools like App2SD.
โ ๏ธ Attention: Transfer of applications to SD-If the memory card is slow or damaged, programs will often fly out or slow down. SD-mapping A1 SD Bench.
Preparation SD-Maps: which class to choose and how to format
Before transferring applications, you need to prepare correctly SD-For Redmi. 6A suffice to 256 GB (maximum supported volume), but the best option โ 32-128 GB UHS-I (U1 or U3). That's why:
- ๐ Class 10/U1 โ minimum recommended standard. Recording speed ~10 MB/s is sufficient for most applications.
- ๐ UHS-I U3 โ Best for games and heavy applications (record speeds of 30MB/s).
- โ Class 4/6 โ Too slow, they can cause too much stress.
How to format a map before using:
- Put it in. SD-slot 6A (hybrid slot, second slot for the SIM-map).
- Go to Settings. โ Warehouse โ SD-map.
- Click Format โ Like a portable device (this is standard mode, not to be confused with "Inner Memory", which is not available in Redmi 6A!).
- Confirm the action.
| Type SD-map | Recording speed | Suitable for | Price (average) |
|---|---|---|---|
| Class 10 (U1) | 10 MB/s | Social networks, messengers | 300-800 โฝ (32 GB) |
| UHS-I U3 | 30+ MB/s | Games, heavy applications | 1000-2000 โฝ (64 GB) |
| Class 4 | 4 MB/s | Photos, music (not for apps!) | 200-500 โฝ (16 GB) |
โ ๏ธ Note: If you have purchased SD-card on AliExpress or in an unverified store, be sure to check its real volume using the program H2testw (Windows or SD Insight (Android) Counterfeiting is often smaller than claimed.
Method 1: Transfer through standard MIUI settings
Some applications in Redmi 6A support the transfer SD-This is the easiest method, but it doesn't work for all programs:
- Open Settings โ Applications โ Application Management.
- Select the app you want (like Facebook or VK).
- Press Warehouse. โ Change. โ SD-map.
- Confirm the transfer. The system will copy some of the data to the memory card.
Which applications usually support this method:
- ๐ Social networks: Facebook Lite, Messenger Lite, VK.
- ๐ฎ Some games: Subway Surfers or Candy Crush.
- ๐ง Messengers: Telegram (media files only), Viber.
Limitations of the method:
- โ It does not work for system applications (Google Play Services, MIUI Launcher).
- โ Not all data is transferred โ often only cache and media files are moved to the memory card.
- โ After updating the application, it can automatically return to internal memory.
Check if the application supports portability (Change button is active)
Make sure you're on SD-enough space (minimum 1 GB free)
Close the application before transferring
After the transfer, restart the phone.-->
Method 2: Using ADB for Forced Transfer
If the standard method doesn't work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which allows you to migrate almost any application, but requires a connection to a computer.
What you need:
- ๐ฅ๏ธ Computer with Windows/Linux/macOS.
- ๐ USB-cable (preferably original).
- ๐ฆ Installed drivers ADB and Fastboot.
- ๐ฑ Included debugging by USB on the Redmi 6A.
Step-by-step:
- Turn on USB debugging: Go to Settings โ About โ MIUI version. Tap 7 times on MIUI version until the notification "You became a developer" appears. Return to Settings โ Additional โ Developer. Activate USB debugging.
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (Linux/macOS) and type: adb devices Make sure the device is identified (serial number should appear).
- Transfer the application using the command: adb shell pm set-install-location 2 This command installs SD-Map as a preferred installation site for new applications.
- To transfer an already installed application, use: adb shell pm move-package com.example.app /sdcard Replace com.example.app with a real application package (you can find it through App Inspector).
Examples of popular application packages:
- ๐ Facebook: com.facebook.katana
- ๐ฌ Telegram: org.telegram.messenger
- ๐ต Spotify: com.spotify.music
โ ๏ธ Note: After using pm set-install-location 2, all new applications will be installed by default on the PC. SD-This can cause problems if the memory card is slow or often removed. To return the default settings, follow: adb shell pm set-install-location 0
๐ก
If the adb device command does not find the device, try reinstalling the drivers or using another device. USB-Also check if File Transfer is enabled (MTP) in the notification curtain when connected.
Method 3: Applications for portability (App2SD, Link2SD)
If you don't want to mess with ADB, You can use third-party utilities โ App2SD and Link2SD. They allow you to transfer applications to SD-The card is not rooted, but with some restrictions.
How App2SD works:
- Download App2SD from Google Play.
- Open the app and select the Moving tab.
- Click on the desired application and select Move to SD-map.
- Confirm the action and wait for the process to be completed.
Link2SD features (requires root):
- ๐ง Allows you to create symbolic links (links) to SD-map, saving space in internal memory.
- ๐ It's not just that you can move. APK, Data (dalvik-cache, lib).
- โ ๏ธ Requires root rights that void Redmi warranty 6A.
| Annex | Needs root? | APK portability | Data portability | Difficulty |
|---|---|---|---|---|
| App2SD | โ No. | โ Yes. | โ No. | โญโญ (simple) |
| Link2SD | โ Yes. | โ Yes. | โ Yes (partially) | โญโญโญ (middle-of-the-road) |
| FolderMount | โ Yes. | โ No. | โ Yes, data only) | โญโญโญโญ (difficult) |
Important: After use Link2SD or FolderMount don't pull out SD-card without first disabling in the Android settings. otherwise the applications will stop working!
What if App2SD doesnโt see the app?
Method 4: Formatting SD-Cards as internal memory (hidden method)
This method doesnโt work on all devices, but some Redmi users do. 6A It's about reporting success. It's about formatting. SD-It's like an internal storage facility that allows you to install applications directly on it:
- ๐ The card will be encrypted and will not be read on other devices.
- ๐ซ If the card is damaged, the data will be lost without the possibility of recovery.
- โ ๏ธ Application speeds may drop (depending on class) SD-map).
How to try to activate this mode:
- Put it in. SD-map 6A.
- Go to Settings. โ Warehouse โ SD-map.
- Click on the three dots in the top right corner and select Storage Settings.
- If you have the option to format as internal memory, choose it. If you don't, this method won't work.
- Confirm the formatting and wait until it is completed (may take 5-10 minutes).
If you donโt have the option to format as internal memory, you can try to bypass the restriction via ADB:
adb shell sm set-force-adoptable true
adb shell sm partition disk:179,64 privateAfter that, restart the phone and check if the formatting option has appeared.
โ ๏ธ Note: After formatting SD-The card as internal memory cannot be retrieved without resetting the phone to factory settings, and some applications (such as Netflix or banking programs) may refuse to work with an external drive for security reasons.
๐ก
Formatting SD-Cards as internal memory are the most radical way, but they are only suitable for class cards. U3 On slow cards (Class 10), the system will brake.
Frequent mistakes and their solutions
When transferring applications to SD-mapping 6A They're the most common mistakes and the ways to fix them:
| Mistake. | Reason. | Decision |
|---|---|---|
| "Not enough space on the device" | SD-The card is formatted as portable, not as internal | Try the ADB method or formatting as internal memory |
| "The app does not support porting to SD." | The developer has blocked this function. | Use ADB or modified APK |
| The app leaves after the transfer | SD-The card is too slow or damaged | Check the card for errors or replace it with a faster one. |
| "Team Not Found" at ADB | Drivers not installed or ADB does not recognize the device | Reinstall the drivers, check. USB-cable |
If the app stopped updating through Google Play after the transfer, try:
- Put it back in your inner memory.
- Update through Play Market.
- Move it back to SD-map.
Another common problem is that the app icons disappear after the transfer, because MIUI doesn't update the launcher.
- Reboot the phone.
- Clear the launcher cache in Settings โ Applications โ Launcher.
- Use a third-party launcher (like Nova Launcher).