Games on SD Card (IN A SPECIFIC FOLDER) - Android Q&A, Help & Troubleshooting

ok so i know how to change the the install location through sdk tools like internal or sd card. but is it possible to say install all games into a folder called games or apps on the sdcard, cause when i open my sd card its a mess and i would like it to be more organized.
i have the nexus s 4g with no removable sd card but it has external storage

Hmm. I don't think it is possible.
Accidentally sent from my Google Nexus S using XDA Premium

RyanFabbro said:
ok so i know how to change the the install location through sdk tools like internal or sd card. but is it possible to say install all games into a folder called games or apps on the sdcard, cause when i open my sd card its a mess and i would like it to be more organized.
i have the nexus s 4g with no removable sd card but it has external storage
Click to expand...
Click to collapse
Hey how did you transfer your games to SD?
I have been looking for a way to send Asphalt 6 to SD, its a total 29 MB on the internal memory.
What is this SDK tool?

Jack Shepard said:
Hey how did you transfer your games to SD?
I have been looking for a way to send Asphalt 6 to SD, its a total 29 MB on the internal memory.
What is this SDK tool?
Click to expand...
Click to collapse
It can depend on what rom you are running. Some roms allow moving all apps to the sd card.

Please tell me what is this Rom thing? Newbie.
Sent from my R800i using XDA App

The ROM is something like an operating system, it is just a modified version of android for root...

Jack Shepard said:
Please tell me what is this Rom thing? Newbie.
Sent from my R800i using XDA App
Click to expand...
Click to collapse
vlt96 said:
The ROM is something like an operating system, it is just a modified version of android for root...
Click to expand...
Click to collapse
Actually, the rom IS the operating system based on android in this case. Also, a rom does not have to be rooted.

o wow look what i started lol, i think i found out how to make another partition on my external partition im about to try it and set that to the default install location ill update with my findings

Related

[Q] [HELP] How to use external memory for app instalation??

Hi,
how to use the external memory for instalation of app and games?
I have Micro SD 64GB, and my Galaxy S III don't install nothing in there.
I try app2SD, Link2SD, and the ADB "setInstallLocation"...
Please help me!
Sorry my english. Thank you for help.
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
I tried as many methods as i could find and the only thing i succeeded in was breaking the Play Store through something i did, so be careful.
Lennyuk said:
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I try this... but this message "Memory is full" for me...
...i try again...
Lennyuk said:
S3 is designed to treat the memory as one unit, when internal is full it will start to use external.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Are you sure? The last time my internal SD card was full and the phone was not installing the apps stating that the device is low on the memory. If it is designed to be able to use internal first and external afterwards then why it did not use it in may case. Is there any setting or anything to turn on this feature?
It's how the nexus works and how the s3 works.
Sent from my GT-I9300 using Tapatalk 2
masterbr said:
Hi,
how to use the external memory for instalation of app and games?
I have Micro SD 64GB, and my Galaxy S III don't install nothing in there.
I try app2SD, Link2SD, and the ADB "setInstallLocation"...
Please help me!
Sorry my english. Thank you for help.
Click to expand...
Click to collapse
Root and use DirectoryBind.
It's more technical, but it gets most of the job done, especially those huge games from Gameloft.
So before I try another method and possibly break something else does anyone know if Directory Bind actually works?
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
Nova 3: 1.9gb
Modern Combat 3: 1.4gb
That's just 2 games taking up nearly a third of the space and it is impossible without Rooting and tricking the phone to install the game or SD data.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
OK so you dont play many games on your phone & the internal memory is obviously enough for you But thats not the case for everyone!
Most decent 3d games these days are over 1gb each so surely you can see why people want to install to extsd i certainly want this feature
Directory Bind dont Install im my SGS3...
Memory is full error in install , but i have 2GB free memory...
masterbr said:
Directory Bind dont Install im my SGS3...
Memory is full error in install , but i have 2GB free memory...
Click to expand...
Click to collapse
Help please!
HELP! UP!
Free up some space (move a Gameloft game folder from /sdcard/Android/data/ to /mnt/extSdCard/Android/data), install Directory Bind, then use it to bind both folders.
Baldilocks said:
You have 16 of storage on the phone itself. Why would you need to move apps to the SD card anymore? I could see back in the days when you only had 1GB or less, but now there really is no need for it.
Click to expand...
Click to collapse
Can't believe you asked this man...
If you're rooted, run the following on Terminal Emulator
(you may want to reate a GScript link and e.g. an autostart entry so that it's easier to use)
Preparation:
* Terminate the app
* Copy/move the folder you want to transfer from the internal to the external SD
* Create a new folder on the internal SD with exactly the same name
Execution (run in Terminal Emulator / GScript)
Code:
mount -o bind /mnt/extSdCard/YOURFOLDER /mnt/sdcard/YOURFOLDER
Note: This does not survive reboots, you'll need to execute or automatically execute the 'Execution' part on each boot.
This setup can be repeated endlessly for all folders you want.
Michael_P said:
Nova 3: 1.9gb
Modern Combat 3: 1.4gb
That's just 2 games taking up nearly a third of the space and it is impossible without Rooting and tricking the phone to install the game or SD data.
Click to expand...
Click to collapse
I second this..
d4fseeker said:
If you're rooted, run the following on Terminal Emulator
(you may want to reate a GScript link and e.g. an autostart entry so that it's easier to use)
Preparation:
* Terminate the app
* Copy/move the folder you want to transfer from the internal to the external SD
* Create a new folder on the internal SD with exactly the same name
Execution (run in Terminal Emulator / GScript)
Code:
mount -o bind /mnt/extSdCard/YOURFOLDER /mnt/sdcard/YOURFOLDER
Note: This does not survive reboots, you'll need to execute or automatically execute the 'Execution' part on each boot.
This setup can be repeated endlessly for all folders you want.
Click to expand...
Click to collapse
The code is in one line?
Thank you. Sorry my english.

gameloft games

hi,
im trying to play gameloft games on my phone.
i downloaded and installed six guns and downloaded the additional files which is about 300mb. the problem is the additional files are downloaded to my sd card and i dont have too much space left. i was just wondering how i can move the addidtional files to the internal space (10gb).
alos is there anyway to set the phone to automatically save files like these to the internal space.
thanks
Root explorer
Sent from my MB860 using xda premium
michaelatrix said:
Root explorer
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
ive tried moving the files with a root explorer but when i load the game it just asks to download the files again because it cant find them on my sd card
You can't just move files/dirs like that. You have to set up symlinks too.
If you don't know how to do that, it might be best if you don't mess around anymore.
ravilov said:
You can't just move files/dirs like that. You have to set up symlinks too.
If you don't know how to do that, it might be best if you don't mess around anymore.
Click to expand...
Click to collapse
isnt there a way i can get the data to automatically save on to my internal storage space?
which rom you use?
In CM (and CM based) roms you can change the storages so that you will be able to use the internal storage as the app storage. notice that it will change the storage settings for all the other apps (For example, the camera storage location will be in the internal instead of the SD card)
:cyclops:
Moonshield said:
which rom you use?
In CM (and CM based) roms you can change the storages so that you will be able to use the internal storage as the app storage. notice that it will change the storage settings for all the other apps (For example, the camera storage location will be in the internal instead of the SD card)
:cyclops:
Click to expand...
Click to collapse
yh im using neutrino rom, ive seen that setting but i dont want to move everything to phone storage, ive seen some apps that say they can transfer the data so i might try that

[Q] Incredible 4G won't store apps and music on SD Card

Ok, so I have a Incredible 4g. I also have a 32 GB sd card that I use in it. But when i download music from a third party app such as "Music Download Paradise PRO" it stores it on the internal phone storage. Now i am not exactly a N00b with android, and I know that ANDROZIP is a great app to have on your phone. The app tells me I have 4.5 GB of storage which is the size of the built in phone stoage. On the SD card i have about 9 GB free. Also when I plug my phone into the computer and choose disk drive, i get 2 to choose from the HTC built-in storage and the SD card. Is there anything i can do to fix this?
MCSlick10 said:
Ok, so I have a Incredible 4g. I also have a 32 GB sd card that I use in it. But when i download music from a third party app such as "Music Download Paradise PRO" it stores it on the internal phone storage. Now i am not exactly a N00b with android, and I know that ANDROZIP is a great app to have on your phone. The app tells me I have 4.5 GB of storage which is the size of the built in phone stoage. On the SD card i have about 9 GB free. Also when I plug my phone into the computer and choose disk drive, i get 2 to choose from the HTC built-in storage and the SD card. Is there anything i can do to fix this?
Click to expand...
Click to collapse
That's the reason I made my sdcard swap mod, basically will make that 32gb sdcard your internal storage try it
http://forum.xda-developers.com/showthread.php?t=1985658
Sent from my ADR6410LVW using xda app-developers app
jose51197 said:
That's the reason I made my sdcard swap mod, basically will make that 32gb sdcard your internal storage try it
http://forum.xda-developers.com/showthread.php?t=1985658
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
But i don't want to root my phone, is there another way around it?
This is an android change... The only way around it is to mod...
MCSlick10 said:
Ok, so I have a Incredible 4g. I also have a 32 GB sd card that I use in it. But when i download music from a third party app such as "Music Download Paradise PRO" it stores it on the internal phone storage. Now i am not exactly a N00b with android, and I know that ANDROZIP is a great app to have on your phone. The app tells me I have 4.5 GB of storage which is the size of the built in phone stoage. On the SD card i have about 9 GB free. Also when I plug my phone into the computer and choose disk drive, i get 2 to choose from the HTC built-in storage and the SD card. Is there anything i can do to fix this?
Click to expand...
Click to collapse
If you move the app from internal storage to your SD card, does it still save music to internal storage?
Settings > Applications > (find Music Download Paradise PRO) > Move to SD card
mdmower said:
If you move the app from internal storage to your SD card, does it still save music to internal storage?
Settings > Applications > (find Music Download Paradise PRO) > Move to SD card
Click to expand...
Click to collapse
No, HTC has put a block on this. You can go in the internal storage using Androzip, but when you try to move it to sd_ext then it says "Androzip has stopped working".
MCSlick10 said:
No, HTC has put a block on this. You can go in the internal storage using Androzip, but when you try to move it to sd_ext then it says "Androzip has stopped working".
Click to expand...
Click to collapse
Have you tried using the option under settings that I describe above rather than Androzip?
mdmower said:
Have you tried using the option under settings that I describe above rather than Androzip?
Click to expand...
Click to collapse
Yes, the only two places i can move it are between the phone storage and internal storage, both of which are not the 32 GB sd card.
MCSlick10 said:
Yes, the only two places i can move it are between the phone storage and internal storage, both of which are not the 32 GB sd card.
Click to expand...
Click to collapse
Oh, yes, this is the case. I'm not sure why I got stuck thinking this would move apps to MicroSD. It moves them to /sdcard/.android_secure. Unless you can find something that works better than Androzip, I believe the earlier suggestion by jose51197 to use a swap-storage-mod is the only option. Sorry to hear you aren't interested in unlocking your phone.
mdmower said:
Oh, yes, this is the case. I'm not sure why I got stuck thinking this would move apps to MicroSD. It moves them to /sdcard/.android_secure. Unless you can find something that works better than Androzip, I believe the earlier suggestion by jose51197 to use a swap-storage-mod is the only option. Sorry to hear you aren't interested in unlocking your phone.
Click to expand...
Click to collapse
I'm sorry, I haven't been on in a while.
I am planning on rooting my phone. Anyone got a simple root kit to do it?
I downloaded Hasoon's but it wont work right, any other way?
MCSlick10 said:
I'm sorry, I haven't been on in a while.
I am planning on rooting my phone. Anyone got a simple root kit to do it?
I downloaded Hasoon's but it wont work right, any other way?
Click to expand...
Click to collapse
MdMowers automated script in the development forum. I don't think it could be made any easier.
biodiesel.ufo said:
MdMowers automated script in the development forum. I don't think it could be made any easier.
Click to expand...
Click to collapse
yea i got it now
MCSlick10 said:
yea i got it now
Click to expand...
Click to collapse
i just need to get to 10 posts, please ignore all these
MCSlick10 said:
i just need to get to 10 posts, please ignore all these
Click to expand...
Click to collapse
i dont like that i have to post 10 times to do this
ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
oh im finally at 10 posts

[Q] App Storage

Hi there,
I was wondering if somebody could answer, why the App Storage for the Desire X is limited to 2.9 GB. Apparently some apps can no lobger be Moved and I currently seem to have only 18 MB free. An installation of an update of Facebook (19 MB) or Chrome (36 MB) often fail unless I have cleared all the cahces.
Can somebody tell me how to increase this space? I have used cache Cleaner to Move all apps to sd card that were possible to move.
Maybe sb. has some ideas.
Thanks
Andy
You can install a micro SD card and move a few apps to SD if possible. If that's not enough, root your phone, partition your sd card so it has an ext4 partition and install Link2SD from Google Play. Then, you can move any apps to your sd card.
dansou901 said:
You can install a micro SD card and move a few apps to SD if possible. If that's not enough, root your phone, partition your sd card so it has an ext4 partition and install Link2SD from Google Play. Then, you can move any apps to your sd card.
Click to expand...
Click to collapse
How can i install a micro SD card???:good:
i can insert one though
I think I moved all the Apps I can and I don't think rooting will do the trick.
Under AppStorage in Settings I used up 2.73 GB / 2.90 GB
Apps 0.91 GB
Other 1.81 GB
I am stumbling over the Other category.
I recently found out that my camera actually saved to phone memory and not to my sd card. I changed it now and actually moved the files.
But why is other so high here? If Apps only take up 0.91 GB that would be fine.
Did your clear the apps caches? Maybe it helps.
Sent from my HTC Desire X using XDA Premium 4 mobile app
dansou901 said:
Did your clear the apps caches? Maybe it helps.
Sent from my HTC Desire X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi dansou,
I did. I do that with CleanMaster. It is usually the only way to install an update to Facebook or Chrome.
Does anybody els know, how to get rid of this ridiculously high numbe under "Other"?
Anybody else have some tips on how to ghet rid of all this dats in Other?
What is in that anyway? It's not apps, is it?
ahoeschele said:
Anybody else have some tips on how to ghet rid of all this dats in Other?
What is in that anyway? It's not apps, is it?
Click to expand...
Click to collapse
Install Disk Usage - https://play.google.com/store/apps/details?id=com.google.android.diskusage&hl=en-GB
and check what they are.
ckpv5 said:
Install Disk Usage - https://play.google.com/store/apps/details?id=com.google.android.diskusage&hl=en-GB
and check what they are.
Click to expand...
Click to collapse
Thanks for the advice. I installed it, but I don't really now what I'm looking at, or what I should be looking for.
I'll try wiping my phone completely soon, and reinstalling everything. Right now it has errors often stating I don't have enough space.

Xt1528 - possible to install Google Play apps to sdcard?

Is it possible to install apps to your sd card?
At this point I'm unable to download larger apps (2gb+) due to the smallish internal memory of the phone. An example App is Icewind Dale, I'm able to get the apk and install it, but it will not download obb data to the sd card at all.
Thank you for any help!
Trasc said:
Is it possible to install apps to your sd card?
At this point I'm unable to download larger apps (2gb+) due to the smallish internal memory of the phone. An example App is Icewind Dale, I'm able to get the apk and install it, but it will not download obb data to the sd card at all.
Thank you for any help!
Click to expand...
Click to collapse
If u r on ur stock ROM then go to apps, scroll sideways to find SD Card press the check box and then tap move to SD Card
Sent from my XT1521 using Tapatalk
Try link2sd. I can change the default install location but mine's rooted. Move as many of your other apps to SD as you can.
Sent from my MotoE2 using Tapatalk
Root required
I don't think this is possible without a rooted phone. Oh well!
Trasc said:
I don't think this is possible without a rooted phone. Oh well!
Click to expand...
Click to collapse
What I've observed is that some apps can be moved to SD and some can't. Being rooted and having link2sd helps, and link2sd will let you set the default install path to SD (with root). But some things like Chrome can't be moved. I think it has to do with hard-coded paths in some apps and not others. And then there's the Android 5+ nonsense about not using SD to promote the cloud. Might be worth looking into Ubuntu instead of Android. Sadly, Google is a company making decisions they think will maximize profit. Ubuntu doesn't have a vested interest.
2 gigs for one app, no way would I want such a thing unless I had a terabyte of internal memory. That's bloatware.

Categories

Resources