I just downloaded 2 apps from the browser on my phone and my internal memory went from 52mb to 45mb. Should I be worried
this depends on what you have moved to sd. e.g. your app may have been extracted to dalvik-cache whichi is still in your phone. or they generated 7M of data in /data/data (unlikely). or maybe they're stored in app-private.
Related
I searched about this but I don't really fully understand it yet:
I got an Samsung Galaxy S (rooted) and just bought an 16GB microSD for it and now want to move my apps from the internal phone space to the external SD card.
As far as I understand many of the "bigger" apps like games have two parts.. one executable part and then the data part.
On my /sdcard subfolder (thats the internal sd) for example I have many folders made by apps which include various data (sounds for games etc..).
I would like to move it ALL (the apps executables and the additional data) onto my external SD card (/sdcard/external_sd) - how do I do this and what do I need?
----
My firmware is 2.2 JPO rooted. I understood so far that I need a program like app2sd to move (most) apps and with the ModInstallLocation App I could even get the rest to move over to the external SD right?
But what wonders me: I tried App2SD out for AngryBirds.. or rather used the built-in button in the application details - but still the external_sd folder was empty when I browsed it afterwards. Shouldn't there be something in there now that I moved the angrybirds?
And secondly - what happens with the data thats located in the /sdcard folder? Will those be moved to the /sdcard/external_sd folder automatically when I move an app to the SD or do I have to manually do it. If manually.. does simply moving it from /sdcard to /sdcard/external_sd work and the data is still found or does it get more complicated?
I'm sorry if this is a simple thing, I just want to make sure I fully understand how to move both the app itself and the data onto the external sd.
---
And while I'm at it: Is it also possible to make backups with clockworkmod onto/from the external sd or only the internal? when I made my backups they all got stored in /sdcard/clockworkmod/backup folder.
Thanks for reading, hope someone can explain it to me quick or lead me to a place where its fully explained.
ok so I just noticed that the apps you move seem not to be "visible" on the sd-card but I noticed a change in the free space when I moved some around.
But will this "move" also include those files from the /sdcard (internal SD) directory to the external sd?
zroice said:
ok so I just noticed that the apps you move seem not to be "visible" on the sd-card but I noticed a change in the free space when I moved some around.
But will this "move" also include those files from the /sdcard (internal SD) directory to the external sd?
Click to expand...
Click to collapse
I am wondering the same thing, but about the LG Optimus 2X Speed.
It has an internal SD card. If you mount your own SD it is mounted under //mnt/sdcard/_ExternalSD. How can I install apps to the external SD?
When programs are talking about moving apps to SD, they mean /mnt/sdcard (this is the /sdcard yo are talking about, /mnt/sdcard is its real path).
This means they move the apps from internal system access only memory (i.e. /data or /system) to the user accessable /mnt/sdcard/.
Only apps that are programmed to support this can be moved to /sdcard.
Sadly moving apps to /mnt/sdcard/external_sd (this is the actual SD card that you can remove) is not supported in android 2.2.
Dark3n said:
When programs are talking about moving apps to SD, they mean /mnt/sdcard (this is the /sdcard yo are talking about, /mnt/sdcard is its real path).
This means they move the apps from internal system access only memory (i.e. /data or /system) to the user accessable /mnt/sdcard/.
Only apps that are programmed to support this can be moved to /sdcard.
Sadly moving apps to /mnt/sdcard/external_sd (this is the actual SD card that you can remove) is not supported in android 2.2.
Click to expand...
Click to collapse
Hi,
I know it's an old topic, but what's about android 2.3 or higher? Is it still impossible to move apps to the external SD?
Thanks,
Philippe
I think only custom ROMs like TYPHOON can do this even w/o support build in application. The best is using APP2SD and dont care where the applications are. I have more than 100APPs on my phone now :]
I have partitioned my sd card in ext. format for more space. And have the internal memory full but there is still a lot of space on the sd card ext. Partition for apps. I just want to move the apps from internal memory to this partition so that my apps work fine and i have my internal memory with free space.
The problem might seem easy to solve. Just by deleting or moving apps from internal memory, but for me its complicated because i don't know which apps are stored on the internal memory and the sd card partition for a2sd... In the apps storage all the apps are shown together without showing which is on the sd ext. partition and which on phone's internal memory. i don't know to move the apps from phone memory to sd card partitioned memory. Any help is appreciated
Sent from my HTC HD2
Use app2sd from play store
Sent from my One X using xda premium
Either do as suggested above, or download ROM Toolbox and under App Manager, you can move apps to the SD card and set applications as system apps aswell.
''Evil corrupts the mind of the weak but fails to feed off the mind of the strong''
I tried them but my prob is i need to delete or move apps from internal memory... And when i delete any app there is more space freed on sd ext not internal memory. I need to know which apps are stored on the internal memory. Which i can't seem to know
Sent from my HTC HD2
Could someone please tell me how to use hybrid data2sd and what are the pros and cons of it
A detailed explanation would be preferred
Sent from my GT-I5800 using xda premium
There are many threads about this subject,but i will explain. As you know our phone has a low internal memory problem and you can't install so many apps.You see every user app and data is stored in /data folder in internal memory.So developers found a trick to increase the internal memory.When you partitioned your sd card there will be a similar folder /data and it is linked with the internal memory /data all the data from there to the /data folder on sd card.Now the phone thinks that this folder is actually the internal memory and sends all the apps to the sd-ext.This is Data2SD. But the /data folder contains many folders...for app (/data/app) and for dalvik cache(/data/data) and with HYBRID DATA2SD you can choose which folder will go on sd-ext .It is recommended to only transfer /data/app on sd-ext because transfering the dalvik cache could slow down your phone.Hope that helped.Cheers
bsuhas said:
I will try to explain in simple lang....
On android OS, users applications and data is stored in /data folder (partition) in internal memory. Since g3 have less memory, it has restrictions on how many apps you can install and blah blah...
So out greate developers do a trick to increase internal memory.
When we have partitioned SD card, there in new partition, they create a similar folder stucture of /data. and link internal memorys /data to point to sd card data folder. This link is similar to a shortcut. Android OS thinks that the /data folder is there in internal memory and it reads and writes to it but actually that data goes to sd-ext partition and thus the size of internal memory dose not increases as you install apps. This is Data2SD
/data has many folder...majorly for app (/data/app) and for dalvic cache (/data/data). If you are not mounting entire /data to sd-ext, but selectively mapping each folder you want to sd-ext, then this is called HybridData2SD. For ex, I prefer app dir (/data/app) to be mounted on sd-ext but not the cache (/data/data). Cache should be on phone as its accessed so much and makes my phone lag If i put it on sd-ext.
hope this clears the concept.
Click to expand...
Click to collapse
@OP, please search before posting.
artifex21 said:
There are many threads about this subject,but i will explain. As you know our phone has a low internal memory problem and you can't install so many apps.You see every user app and data is stored in /data folder in internal memory.So developers found a trick to increase the internal memory.When you partitioned your sd card there will be a similar folder /data and it is linked with the internal memory /data all the data from there to the /data folder on sd card.Now the phone thinks that this folder is actually the internal memory and sends all the apps to the sd-ext.This is Data2SD. But the /data folder contains many folders...for app (/data/app) and for dalvik cache(/data/data) and with HYBRID DATA2SD you can choose which folder will go on sd-ext .It is recommended to only transfer /data/app on sd-ext because transfering the dalvik cache could slow down your phone.Hope that helped.Cheers
Click to expand...
Click to collapse
Where shall I refer to know how to partition sd card?
Sent from my GT-I5800 using xda premium
@partition of the sd card is very easy.You can partition your card directly from cwm recovery or using a program called MiniTool.Be sure to backup your sd cards data...
Where's the location after moved an app from Internal Memory to SDCard? I want to reinstall a large game, so I moved my game to SDCard, want to backup the app data but I unable to find where is it.
Hi all!
I have an Honor 6, with 16 GB internal storage.
After I've installed many apps, I have about 6 GB free space, so I decided to move my favourite game to the internal storage for better performance/loading times (~1,5 GB), but I can't.
If I just copy the obb files to internal memory, when I start the game it starts to download the whole 1,5 GB again to the external SD.. Doesn't use the files from the internal storage.
However I still want to use my SD Card as primary storage location by default.
I am rooted.
Link2SD, App2SD not working.
Is there any way to set the app, where to search for data files?
Thank you!
prezident36 said:
Hi all!
I have an Honor 6, with 16 GB internal storage.
After I've installed many apps, I have about 6 GB free space, so I decided to move my favourite game to the internal storage for better performance/loading times (~1,5 GB), but I can't.
If I just copy the obb files to internal memory, when I start the game it starts to download the whole 1,5 GB again to the external SD.. Doesn't use the files from the internal storage.
However I still want to use my SD Card as primary storage location by default.
I am rooted.
Link2SD, App2SD not working.
Is there any way to set the app, where to search for data files?
Thank you!
Click to expand...
Click to collapse
Might not work but still, worth a try if you're desperate enough to search Google and post on this forum
Log in to Google Play Games and save your data. Reinstall the app on the internal storage and then log in via google.
Hopefully that worked and hit "thanks" if it did .
Thanks for the tip, but it don't solve my problem.
If I delete and then reinstall the application, it still puts the OBB files to the extranet storage..
prezident36 said:
Thanks for the tip, but it don't solve my problem.
If I delete and then reinstall the application, it still puts the OBB files to the extranet storage..
Click to expand...
Click to collapse
Can you please tell me what you did to move your internal storage to your sdcard?
There is some misunderstanding.
I set my SD card as default storage, because I want that apps save their data (downloaded files, settings, etc) to it, except one. I pulled out the SD card, reinstalled the game (in this case, the obb files were on the internal storage), and the performance was way better.
So I want SD card as default (I set it before), except one app for performance reasons.
prezident36 said:
There is some misunderstanding.
I set my SD card as default storage, because I want that apps save their data (downloaded files, settings, etc) to it, except one. I pulled out the SD card, reinstalled the game (in this case, the obb files were on the internal storage), and the performance was way better.
So I want SD card as default (I set it before), except one app for performance reasons.
Click to expand...
Click to collapse
Sorry for extreme confusion, but, did it work?
No, sadly nothing works..
I only can install obb files to internal storage, if I put out SD, or set "internal storage" in settings.
But I don't want to, because if I set it, EVERYTHING is saved to the SD.... Photos, app data eg.: stickers, backups.. I just want to set the path for the obb files individually.. :/