Problem moving apps to SDCARD - Galaxy S III Q&A, Help & Troubleshooting

Hey folks...
The last few days I've been trying to make my sdcard able storage apps.
I followed some instructions (from xda) on how to partition my card and make a second partition (ext2) in order to install apps.
Using the app Link2SD, I was able to recognized the partition and mount it (/data/sdext2) and thanks to init.d it is mounted on every boot.
The partition is actually there and I can confirm that navigating to /data/sdext2 using root explorer.
I can LINK apps just fine using the app, but I cannot move the whole app using native app2sd. I always got this message:
INSTALL_FAILED_INSUFFICIENT_STORAGE
And this is not true, since I got 20gb of free space in ext2 partition.
So, I hope someone give me some light on this issue, I can't figure out what is going on.

Please read forum rules before posting
Questions go in Q&A
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator

S3 got a lot of space. It more than enough to install just app. But if u're gaming in S3 u might need Directory Binding due App2SD not working on S3. Phone need to be Rooted. Search the forum for tutorial or YouTube.

MrxSiN said:
S3 got a lot of space. It more than enough to install just app. But if u're gaming in S3 u might need Directory Binding due App2SD not working on S3. Phone need to be Rooted. Search the forum for tutorial or YouTube.
Click to expand...
Click to collapse
Yes, games are the problem, they are BIG, specially gameloft titles.
What do you mean with directory binding? Is that the same as symbolic links that we can make with Link2SD?
EDIT: I just read this post: http://forum.xda-developers.com/showthread.php?t=1889550
It's not the same.
I only need a ext2 partition if the device is app2sd supported. In this case, s3 is not. Right?

Use "directory bind" software it's easy and safe
Sent from my GT-I9300 using Tapatalk 2

It an app. Similar to "GL to SD" app. But it more easy. Set it and forget. Unlike "GL to SD" u need to mount it every time.

MrxSiN said:
It an app. Similar to "GL to SD" app. But it more easy. Set it and forget. Unlike "GL to SD" u need to mount it every time.
Click to expand...
Click to collapse
Is it safe to move any folder with DirectoryBind?

fndpena said:
Is it safe to move any folder with DirectoryBind?
Click to expand...
Click to collapse
what do you mean by that?

Glebun said:
what do you mean by that?
Click to expand...
Click to collapse
Can I move other folders like I did with /sdcard/android/obb?
For example: /sdcard/android/data

yes

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!

Suggest a descent app for moving apps to sd-ext

Hey,
Can someone suggest a descent app for moving apps/data/dalvik to sd-ext? I've been using s2e it did the job but there's an issue with ICS2 Final by jusada and I really like this rom.
I noticed that even apps moved to sd-ext, I could still use widgets which is cool, so any similar program for moving things to sd-ext and is compatible with CM7.2? I think apps2ext is not officialy supported by cyanogen so what's your proposal?
I suggest link2sd(search in market) it's free.
And you can move individual app/dex/lib etc to sd partition.(which can be ext[2|3|4] or fat).
It can clear all app caches, list system/user/SD card/link app/ sort with apk size,data....etc.
Bayint Naung said:
I suggest link2sd(search in market) it's free.
And you can move individual app/dex/lib etc to sd partition.(which can be ext[2|3|4] or fat).
It can clear all app caches, list system/user/SD card/link app/ sort with apk size,data....etc.
Click to expand...
Click to collapse
so if I press the move to sd for an individula app it sends it to sd or sd-ext cause I am using that and I think it moves them to sd. Maybe I wrong?
I am using link2SD and so far im not having any problems..and i think its better, and much easier to use than a2sdgui..
itasoulas said:
so if I press the move to sd for an individula app it sends it to sd or sd-ext cause I am using that and I think it moves them to sd. Maybe I wrong?
Click to expand...
Click to collapse
You might want to read app description.
it can move to SD card in froyo way or linking individual app to sd partition.
s2e or other script link /data/app directory (just like your pc shortcut) to sd partition.
link2sd allows you to control which app to move.
I prefer this way since I don't want some apps on sd partition.
Bayint Naung said:
You might want to read app description.
it can move to SD card in froyo way or linking individual app to sd partition.
s2e or other script link /data/app directory (just like your pc shortcut) to sd partition.
Click to expand...
Click to collapse
I've read instructions but couldn't understand that linking means moving the files to sd-ext. So if I want to place them in sd-ext I choose Link and not move to SD, correct? And would be the same as s2e, right?
does links2sd works on stock rom and 4 GB EXT ?
11GB norm
Sent from my GT-S5830 using xda premium
itasoulas said:
I've read instructions but couldn't understand that linking means moving the files to sd-ext. So if I want to place them in sd-ext I choose Link and not move to SD, correct? And would be the same as s2e, right?
Click to expand...
Click to collapse
you need to "create link". thats all. move one at a time or batch move. then reboot.
Sent from a phone with an app.
Just for clarification:
"Create link" in Link2SD means "move app files, app libraries and app dexes (if any) to sd-ext and create a link in /data/app (or anywhere the app originally came from) to sd-ext."
Linking in Linux/Android is the same as making a shortcut in Windows.
Sent from my GT-S5830

[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.

[Q] How to move Fb and whatsapp in SDcard

Hi
Someone plz tell me how to move fb and whatsapp in SDcard. From Manage Application Move to SDcard option is disabled also in App2SD unable to transfer it.
Is it possible????It consumes a lot of space....
For moving apps those do not support to move in SD by default, you need root access on your device & then use any app such as "DroidSail Super App2SD" to move them forcefully to SD card.
maheshmorankar68 said:
Hi
Someone plz tell me how to move fb and whatsapp in SDcard. From Manage Application Move to SDcard option is disabled also in App2SD unable to transfer it.
Is it possible????It consumes a lot of space....
Click to expand...
Click to collapse
Root your mob and then simply install link2sd and move them:good:
maheshmorankar68 said:
Hi
Someone plz tell me how to move fb and whatsapp in SDcard. From Manage Application Move to SDcard option is disabled also in App2SD unable to transfer it.
Is it possible????It consumes a lot of space....
Click to expand...
Click to collapse
Hi there,
Actually Questions shouldn't go in the General section..You should ask your doubt in the Q&A section....So,just have a look at the FORUM RULES.....Better luck next time
>>>>>>>>>>>>>>REPORTED<<<<<<<<<<<<<<​
Thank you,
P.007
Moving facebook on sd card every time you open it, it will erase the data and you will have to repeat the account access.
If you have rooted device, you can use titanium backup to move them to SD.
The app has been moved to SD card, but i am not sure about data stored by these apps.
Data was still in phone memory, i guess.
Second partition not found
Hi Friend,
Thanks for your reply.
I have root the device installed the link2sd app.
But when I move Google App,youtube in SD card it gives me error and Showing messages
Symbolic Link - Second partition not found:crying:
/dev/block/:device not found
Make sure.....
Someone senior please tell me the exact step how to resolve this.
Thanks in advanced... :laugh::
Just uninstall stock youtube and download it again, it will be installed in SD.
To move to sd card u need 2 partions in the sd card..first make 2 partions in sd card..
Sent from my GT-B5512 using Tapatalk 2
@pavan_19
How to do this ?
Easiest way is to use cwm recovery..there is a option partion of sd card click that u will ask about the size,preferabaly give 512mb that it press ok ur sd card partition is over..otherwise use windows minitool partition wizard but u need pc to do it..just google it u will get the procedure to do it.. and one more thing ur sd card content will get erased so backup ur sd card contents to ur pc..
Sent from my GT-B5512 using Tapatalk 2
You Can Use De App Named Link2SD And Copy De Apps Whih U Want To SD.
Sent from my GT-S5830i using xda premium
maheshmorankar68 said:
@pavan_19
How to do this ?
Click to expand...
Click to collapse
Before asking such questions just search a thread related to the topic so its your memory problem so just follow these thread http://forum.xda-developers.com/showthread.php?t=2082465
Hit Thanks if I Helped
I reply here because I spent a lot of time searching through very old posts and trying outdated methods. I didn't know that actually today there is a very easy solution to move whatsapp media folder to SD card. It perfectly worked on my Samsung Galaxy A3 A320FL:
1) Root (I used twrp + magisk method)
2) Download "App2SD" (the original by Vicky Bonick; it's free) and follow instructions on how to create partitions
3) Use "folder mount (app analyzer)" feature, which apparently was not considered in the old posts in this forum, so I suppose it was recently added to Apps2SD.
It's like folder mount, but it's pre-set for some common apps, including Whatsapp. With this feature, you can successfully move Whatsapp media folder to SD, in one clic.
In my case everything worked fine. When I reboot I have to re-mount folder, but it takes one second (just open Apps2SD, tap Folder Mount, slide "whatsapp other").

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.

Categories

Resources