[Q] [HELP] How to use external memory for app instalation?? - Galaxy S III Q&A, Help & Troubleshooting

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.

Related

[APP] Root All to SD

Has anyone tried this app for Data2SD?
I stumbled upon this app while taking a stroll in the Market. And wanted to share it with y'all.
And, NO, I am not the dev of the app.
☞ The Dev is WindowsNT. ★
I would've tried it myself, but I already have Data2SD on my phone. It might help those who need Data2SD.
Root All to SD -
http://market.android.com/details?id=rappsd.v1
Sent From My Galaxy 3.
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
Does it do all this automatically.. I mean is there any special script or kernel required..?
Sent from my GT-I5800 using XDA Premium App
1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.
WindowsNT said:
1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.
Click to expand...
Click to collapse
Is this only for 2.2 or can it be used for 2.1?
It can be used with 2.1 as it doesn't move the app itself (as the 2.2 system does), it moves the internal data in /data/data/<package>.
(requires root).
Glad to see the Dev himself here.
Hope many people benefit from this App.
Sent From My Galaxy 3.
Hell mate. I tried this with 500mb.
It stuck at 25mb which is like 5%
Then i formatted my sd card and tried with 50mb and again it stuck at 25mb.
Why is this problem occuring ? Also i have a 16gb sdhc which is class2
Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.
WindowsNT said:
Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.
Click to expand...
Click to collapse
This dint work too
Then, a storage card issue.
Perhaps a chkdsk would help.
hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.
sinahidden said:
hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.
Click to expand...
Click to collapse
I got the same issue also, thought it would be nice if the app was more transparent
SmallWalrus said:
I got the same issue also, thought it would be nice if the app was more transparent
Click to expand...
Click to collapse
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one
hi, i have 2 questions before ill give it a try.
is the app able to allocate free space from the sd card to create the partition
or do i have to wipe the sd completely before ?
will the app interfere in any way with already installed and normal moved apps ?
thanx in advanced, stavro
Doesn't work on my Archos 7ob eReader (Eclair 2.1). Once the second part created by Root All to SD, it doesn't recognize its job ! Worse, Windows can't at all read the SD Card.
WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
no answeres on my question ???
Sent from my HTC Wildfire using Tapatalk
in the meantime i am using link2sd on my rooted stock rom.
works perfect. i just had to create a second partition on my sd card
(no need to wipe the sd) and start the application. no "not enough memory" problems anymore
SmallWalrus said:
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one
Click to expand...
Click to collapse
i used 340mb and it work perfect!
Three questions
I have three questions:
1) How can I reduce size of allocated memory space (I have mount 2 GB but now I see that is to much for my needs)
2) What happens with files that are on mounted partition if I uninstall Root all to SD app? How can I move it back to the original place?
Thanks in advance!

How to move programs to SD

Welcome. I miss the space on my phone. I root supersu. How can I move programs to the memory card. Please explain and advice.
syberka said:
Welcome. I miss the space on my phone. I root supersu. How can I move programs to the memory card. Please explain and advice.
Click to expand...
Click to collapse
Use Foldermount app from the Play store. The instructions are in the app's description.
gx3k said:
Use Foldermount app from the Play store. The instructions are in the app's description.
Click to expand...
Click to collapse
Unfortunately, this program does not work. Does anyone have any other ideas ... install one game NFS is my 1.8 GB
syberka said:
Unfortunately, this program does not work. Does anyone have any other ideas ... install one game NFS is my 1.8 GB
Click to expand...
Click to collapse
It should work if your phone is rooted. There is no other way to move data at the moment. I also have NFS and Asphalt 7 and they work fine with the data moved to the external SD card. Here's a video how to use it.
I tried folder mount, it works but beware if you have an exfat formatted (if you format with the mega) sd card as it may be prone to corruption. I have now formatted it to fat32, and it seems more stable
Sent from my GT-I9205 using Tapatalk 2
palmdoc said:
I tried folder mount, it works but beware if you have an exfat formatted (if you format with the mega) sd card as it may be prone to corruption. I have now formatted it to fat32, and it seems more stable
Sent from my GT-I9205 using Tapatalk 2
Click to expand...
Click to collapse
Did you move the program foldermount clears the transferred program Apke, play with your memory?
syberka said:
Did you move the program foldermount clears the transferred program Apke, play with your memory?
Click to expand...
Click to collapse
I don't quite understand what you're saying. I just used folder mount to scan then automatically create the pairs.
Sent from my GT-I9205 using Tapatalk 2
palmdoc said:
I don't quite understand what you're saying. I just used folder mount to scan then automatically create the pairs.
Sent from my GT-I9205 using Tapatalk 2
Click to expand...
Click to collapse
They work just moved the game such as NFS, etc. but I can not move a lot of programs that take up space. FolderMount sees it as 0 bytes. I also tried to do a Titanium backup but it does not work. Do you have any ideas?
syberka said:
They work just moved the game such as NFS, etc. but I can not move a lot of programs that take up space. FolderMount sees it as 0 bytes. I also tried to do a Titanium backup but it does not work. Do you have any ideas?
Click to expand...
Click to collapse
Do a manual move by tapping + on the upper part of the app, give it a name and manually look for the source folder in the internal memory. The app will automatically generate a destination folder then tap the check symbol on top. You can do this with any app as long as you know where the data is located on the internal storage.
gx3k said:
Do a manual move by tapping + on the upper part of the app, give it a name and manually look for the source folder in the internal memory. The app will automatically generate a destination folder then tap the check symbol on top. You can do this with any app as long as you know where the data is located on the internal storage.
Click to expand...
Click to collapse
well I'll try to do that! Unfortunately I can not find all the places where applications are installed to move them. I will continue to try to.
Moving the application found on the SD card, but you can not see it in the program, either as a couple or as an application. You can only see these in pairs! What I'm doing wrong
syberka said:
well I'll try to do that! Unfortunately I can not find all the places where applications are installed to move them. I will continue to try to.
Moving the application found on the SD card, but you can not see it in the program, either as a couple or as an application. You can only see these in pairs! What I'm doing wrong
Click to expand...
Click to collapse
You can use a file explorer to see what folders are inside the internal storage. They are usually named appropriately e.g. Copilot app has a folder named com.alk.copilot.eumarket.primeumeupan in the internal storage and has all the data inside. Some apps are small so you won't find any folder for them as they are not required.

[Testing] Enabling Samsung Move Apps to SD Feature

Hi Guys,
I don't have Galaxy Mega. So anyone can help to test this Csc code to enable Samsung move app to SD feature?
Requirement:
1) Rooted phone
2) Has CSC installed (system/csc available)
3) Has ext sd card
How to:
1) Go to system/csc and find feature.xml or other.xml
2) Open it with text editor
3) Add this code just before </FeatureSet></SamsungMobileFeature>
<CscFeature_Common_AllowExternalApkUsage>true</CscFeature_Common_AllowExternalApkUsage >
4) Save and exit
5) Set file permission to rw-r--r--
6) Reboot
7) Go to settings - apps manager
8) Try move a game to SD card
That's it. Let me know if it works.
Thank you.
Sent from my GT-I9300 using Tapatalk 2
Tried it and get the option to move but it fails with "Unable to move app, not enough storage space"
Troute said:
Tried it and get the option to move but it fails with "Unable to move app, not enough storage space"
Click to expand...
Click to collapse
Thanks for testing. Are you sure your ext sd card is working?
Sent from my GT-I9300 using Tapatalk 2
Absolutely yes, 32gb most of it free. I think the problem is possibly that the sdcard on the mega is not in the same 'place' as other devices.
Storage/extSdCard
Troute said:
Absolutely yes, 32gb most of it free. I think the problem is possibly that the sdcard on the mega is not in the same 'place' as other devices.
Storage/extSdCard
Click to expand...
Click to collapse
And your card is formated in extFAT, NTFS, FAT32??? Can you verified?
Thanks
It's a Sandisk Ultra 32gb 30mb/s class 10 formatted Fat32 and it's working fine with foldermount. I currently run SkySafari Pro and CoPilot sat nav off it, over 1.5gb data between them. So plenty of available space and no access problems.
Troute said:
It's a Sandisk Ultra 32gb 30mb/s class 10 formatted Fat32 and it's working fine with foldermount. I currently run SkySafari Pro and CoPilot sat nav off it, over 1.5gb data between them. So plenty of available space and no access problems.
Click to expand...
Click to collapse
I guess the code alone is not enough to enable move app to SD.
Sent from my GT-I9300 using Tapatalk 2
Arsaw said:
I guess the code alone is not enough to enable move app to SD.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Foldermount does work though
No problems with Foldermount, as I said I'm using it but it would be easier to just be able to select move to SD in app manager. Full marks to Arsaw for trying to help with that.
Sorry to bump but have there been any advancements in this area? Main reason I wanted to root was to move apps to the SD card but I'm finding it very hard to find anything that will allow me to do this.
Also tried the above and received the same message.
As far as I can tell the only thing that seems to work is FolderMount, but from what I can see this only moves app data to the SD card and not the actual application itself?
Any news from Samsung if the app2sd support will be heading our way as well as the S4?
Krijs said:
Sorry to bump but have there been any advancements in this area? Main reason I wanted to root was to move apps to the SD card but I'm finding it very hard to find anything that will allow me to do this.
Also tried the above and received the same message.
As far as I can tell the only thing that seems to work is FolderMount, but from what I can see this only moves app data to the SD card and not the actual application itself?
Any news from Samsung if the app2sd support will be heading our way as well as the S4?
Click to expand...
Click to collapse
I don't have the device. Can't test further. Use FolderMount for now.
Sent from my LG-P999 using Tapatalk 2
Arsaw said:
Hi Guys,
I don't have Galaxy Mega. So anyone can help to test this Csc code to enable Samsung move app to SD feature?
Requirement:
1) Rooted phone
2) Has CSC installed (system/csc available)
3) Has ext sd card
How to:
1) Go to system/csc and find feature.xml or other.xml
2) Open it with text editor
3) Add this code just before </FeatureSet></SamsungMobileFeature>
<CscFeature_Common_AllowExternalApkUsage>true</CscFeature_Common_AllowExternalApkUsage >
4) Save and exit
5) Set file permission to rw-r--r--
6) Reboot
7) Go to settings - apps manager
8) Try move a game to SD card
That's it. Let me know if it works.
Thank you.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I'm getting the message that isn"t possible because phone or so is mirrored.
wth is that?
rayenvs said:
I'm getting the message that isn"t possible because phone or so is mirrored.
wth is that?
Click to expand...
Click to collapse
I'm not sure.
Sent from my GT-I9300 using Tapatalk 2
is there anyway to move apps to sd card i tried all app2sd apps and scripts and didnt work only space is available on my device is 1.56gb and most of gameloft games size is from 1gb to 2gb
zeyadhan said:
is there anyway to move apps to sd card i tried all app2sd apps and scripts and didnt work only space is available on my device is 1.56gb and most of gameloft games size is from 1gb to 2gb
Click to expand...
Click to collapse
As said earlier , use folder mount .
Pls mention its only possible to edit the system files if its rooted
Sent from my GT-I9152 using XDA Premium 4 mobile app
With this we only enable that option to be visible... we must edit also the vold.fstab file to get this functional...
This option is working on Galaxy S4 after first update so i think maybe would help copying that from S4 to Mega (but S4 with 4.2.2 after patch update which solve this option)

How do you install a large app/game on the SD card?

I have the LG L70 running KitKat and this is the closest forum to ask this. So I get 1,5GB free storage space, and while I can move an app to the SD card after install, incl. the main app of Real Racing 3, but when I run it and it tries to download the 1722MB data package, it obviously says not enough space on the device internal storage. Which is true, but I have the darn SD card inside, how do I get the phone to download the data there?
BoneXDA said:
I have the LG L70 running KitKat and this is the closest forum to ask this. So I get 1,5GB free storage space, and while I can move an app to the SD card after install, incl. the main app of Real Racing 3, but when I run it and it tries to download the 1722MB data package, it obviously says not enough space on the device internal storage. Which is true, but I have the darn SD card inside, how do I get the phone to download the data there?
Click to expand...
Click to collapse
I think that you have choose to download data in sd card in the game or have you selected install in external storage option in settings.
hit thanks if i helped.
Aashutoshrraj said:
I think that you have choose to download data in sd card in the game or have you selected install in external storage option in settings.
hit thanks if i helped.
Click to expand...
Click to collapse
I don't see such an option. This could be a KitKat restriction, as I can't move say Type:rider to the SD, although I can move Speedtest for example. A silly thing (from Google) if there is no way, I have all the storage on my SD, but can't use it for large apps?
BoneXDA said:
I don't see such an option. This could be a KitKat restriction, as I can't move say Type:rider to the SD, although I can move Speedtest for example. A silly thing (from Google) if there is no way, I have all the storage on my SD, but can't use it for large apps?
Click to expand...
Click to collapse
ok. ! try to put the data files in SDcard/Android/data/
and try this site and comment if u have any problem.
I am unable to post link but search on google
" Real Racing 3 APK+Data
(Full Version)NO ROOT andropalace "
and go to 1st result.
I am sure you will get help from there.
just comment your problem.
BoneXDA said:
I have the LG L70 running KitKat and this is the closest forum to ask this. So I get 1,5GB free storage space, and while I can move an app to the SD card after install, incl. the main app of Real Racing 3, but when I run it and it tries to download the 1722MB data package, it obviously says not enough space on the device internal storage. Which is true, but I have the darn SD card inside, how do I get the phone to download the data there?
Click to expand...
Click to collapse
You need root access. First root ur device and install the "foldermount" app. Its an app that binds your obb or android data folder to your external sd. That's the only reason I'm rooted. The application won't ever brick your device. It free on playstore (u can purchase the premium version to support the developer and get extra features)
BoneXDA said:
I have the LG L70 running KitKat and this is the closest forum to ask this. So I get 1,5GB free storage space, and while I can move an app to the SD card after install, incl. the main app of Real Racing 3, but when I run it and it tries to download the 1722MB data package, it obviously says not enough space on the device internal storage. Which is true, but I have the darn SD card inside, how do I get the phone to download the data there?
Click to expand...
Click to collapse
you were right
today I found this app, this might help -
http://forum.xda-developers.com/xposed/modules/app-handleexternalstorage-t2693521
I've been using this for games. Works with most. GL to SD (PlayStore)
Foldermount
Hello!
I have D605 L9 II with stock KitKat. I rooted it and tried to use foldermount app. It moved the obb file from internal memory to SD well, but once i click on the pin, it won't turn to green. I don't know what is the problem... Please help me if you can. THX
ChrisBunny said:
I've been using this for games. Works with most.
Click to expand...
Click to collapse
thanks.that is worked for my lg l70. i tried everything that i found on net but only this app worked correctly

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