Tuesday, October 8, 2019

applications - How to move app data to external SD card without root


I have a Karbonn A15 with Android ICS (4.0.4), it's not rooted.



I want to move the app data to my external sd card. I tried to move the /mnt/sdcard/data folder, just to check whether it releases any memory in the storage section in phone settings.


But the internal storage was same, there was no change. Can anyone tell me where the app data resides in the internal memory? It's fine if I can move app data manually to the external SD card.



Answer



Most of the app's data is stored in internal memory, below /data/data. You cannot access these directories/files directly if your device is not routed; same applies to moving it elsewhere.


But if your device is rooted, the keyword are Data2SD, App2SD, and Link2SD:



  • App2SD: the "official" way to move your apps to the SDCard (see: and its tag-wiki, the latter describing it in more details). This method moves a big part of the app itself over to the SDCard. Can be used without rooting the device.

  • Link2SD: an advanced variant of App2SD. This moves the entire app to the SDCard, and then creates symbolic links to the "original places" -- fooling the system to think "nothing ever happened". Requires the device to be rooted, plus a separate partition on the SDCard. See and its tag-wiki for more details.

  • Data2SD: doesn't care for the apps, but for their data. Also requires the device to be rooted. We have no tag for that, but you might want to look up the corresponding app on Google Play: Root # All Data2SD card..



No comments:

Post a Comment

samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade

I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...