[Q] Galaxy W internal and external sd card question - Samsung Galaxy W I8150

Hello,
I have a galaxy SL, and my brother is going to get a galaxy W.
In SL there is a non removable internal sd card(small), and I can add external sd card.
The main problem with this configuration is that with normal phone without rooting, I can only move the applications to internal sd card(small) using different apps or from settings screen, but I can not move the applications to the external sd card.
Does galaxy w has the same problematic configuration?
Best Regards,
Abdalla

Hi there..
In my experience, the opposite is the case.
Apps can be moved, using Android native manual Apps2SD or the Auto GUI App2SD, free from Market.
Apps can only be moved to External SD card......Internal USB/Storage is for Data, Music, Pics, etc.
Phone Memory for Apps is quite big, 1G, so it will take a while to fill this with Apps.
However, some ROMs have utilized a memory mount point swap, which can be useful if you want to use Internal USB/SD for apps!!!
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

nihongasukidesu said:
Hello,
I have a galaxy SL, and my brother is going to get a galaxy W.
In SL there is a non removable internal sd card(small), and I can add external sd card.
The main problem with this configuration is that with normal phone without rooting, I can only move the applications to internal sd card(small) using different apps or from settings screen, but I can not move the applications to the external sd card.
Does galaxy w has the same problematic configuration?
Best Regards,
Abdalla
Click to expand...
Click to collapse
I use link2sd but first you have to make partition using minitool partition..
Sent from my GT-I8150 using Tapatalk

stpdkid said:
I use link2sd but first you have to make partition using minitool partition..
Sent from my GT-I8150 using Tapatalk
Click to expand...
Click to collapse
That's a good app OK....you can use FAT32 partition AFAIK
but I remember it was used before Froyo gave the ability to move Apps to SD....which is improved now with GB.....and when ICS comes there will be moving to any Storage..
It has the ability to force move Apps which are not designed to be moved....sometimes for good reasons!!
When I had a ZTE Blade I also used Dark Tremors A2SD.....which moved Apps and Dalvik, etc to sd-ext 1G. partition.....
but I don't think it works on this phone.
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

irishpancake said:
That's a good app OK....you can use FAT32 partition AFAIK
but I remember it was used before Froyo gave the ability to move Apps to SD....which is improved now with GB.....and when ICS comes there will be moving to any Storage..
It has the ability to force move Apps which are not designed to be moved....sometimes for good reasons!!
When I had a ZTE Blade I also used Dark Tremors A2SD.....which moved Apps and Dalvik, etc to sd-ext 1G. partition.....
but I don't think it works on this phone.
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk
Click to expand...
Click to collapse
yepp..use fat32.
last time I use it, it works but everytime I restart my wonder some apps can't open(apps that.i link), but it will be opened only if you reboot from link2sd..
yes it will force move apps but we can uncheck the re-link or unlink so the apps still in the internal,..for me, I used to install apps that not designed to be move first, and then install link2sd..
Sent from my GT-I8150 using Tapatalk

Thank you for your replies
From my understanding from irishpancake reply, there is no need of swapping storages or external apps to move the application (that support move2sd feature) to the external sd card, which is great.
I had to swap mount points for my galaxy SL to do the same thing, but my brother is not into rooting/hacking stuff.
Thanks very much, and please correct me if I am wrong.

Don't forget App2SD App free from Market will notify you when movable App downloaded.....
https://market.android.com/details?id=mobi.infolife.app2sd
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

stpdkid said:
I use link2sd but first you have to make partition using minitool partition..
Sent from my GT-I8150 using Tapatalk
Click to expand...
Click to collapse
Hi there..
I'm confused.. Can anyone show the way how to do the partition step-by-step..
Besides, I'm glad to join ya'll..

nalee said:
Hi there..
I'm confused.. Can anyone show the way how to do the partition step-by-step..
Besides, I'm glad to join ya'll..
Click to expand...
Click to collapse
Hey there "confused" nalee!!
First question: you wanna partition ur External SD for why??
Have you run out of space on phone Internal Memory for Apps??
Second question: Have you tried moving Apps to External SD using the native Apps2SD which we have??
It is easy peezy.....and you don't need to create partition on ur External SD. If you wanna make it easier again, why not try App2SD, free from Market, which will notify you when Apps can be moved.
Or Gemini App Manager, which has the same function, plus a whole lot more!!!!
But, if you just wanna try out partitioning your SD, take a look at Link2SD web page.....
http://www.link2sd.info/description
You will need to D/L Minitool Partition Manager, if you got Windoze, or GParted tool for Linux.
You take responsibility for your own phone, so if you Brick or damage, no blame to me or Link2SD..
OK...
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

Well Irishpancake, that was helpful enough.. but does it mean that there's no way to link any file to apps which is save in External Sd..? You know how huge the games file are... It's Like every I wanna play the games, I have to move the file to Usb-Storage, then play the game.. Do I have to do this all the time...?
I'm sorry if I'm too not understand since I changed Smsg W from Smsg Ace..
Bytheway, thanks alot...

nalee said:
Well Irishpancake, that was helpful enough.. but does it mean that there's no way to link any file to apps which is save in External Sd..? You know how huge the games file are... It's Like every I wanna play the games, I have to move the file to Usb-Storage, then play the game.. Do I have to do this all the time...?
I'm sorry if I'm too not understand since I changed Smsg W from Smsg Ace..
Bytheway, thanks alot...
Click to expand...
Click to collapse
There is a manual way on rooted phone~
if you can run "Terminal Emulator" app on the phone and rooted:
1) su <-- run command as root
2) mount -o bind /sdcard/external_sd/<your directory with data files> /sdcard/<empty directory that will be used by your app>
or you can try this app "Directory Bind"
http://forum.xda-developers.com/showthread.php?t=1410262&highlight=directory+bind
which actually do the same thing.

AdliHebat said:
There is a manual way on rooted phone~
if you can run "Terminal Emulator" app on the phone and rooted:
1) su <-- run command as root
2) mount -o bind /sdcard/external_sd/<your directory with data files> /sdcard/<empty directory that will be used by your app>
or you can try this app "Directory Bind"
http://forum.xda-developers.com/showthread.php?t=1410262&highlight=directory+bind
which actually do the same thing.
Click to expand...
Click to collapse
I am do glad you answer that question!!!!
Coz I have no idea.....
that App looks very good.
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

irishpancake said:
Don't forget App2SD App free from Market will notify you when movable App downloaded.....
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk
Click to expand...
Click to collapse
We have the phone now, but it is not like what I understood at all.
That is really a problem.
The app2sd has 3 tabs (on phone, on sd card, phone only)
The on sd card tab shows the small total 1.7 GB internal card, and there is no tab for the external 16 GB card.
Does it mean there is no easy way to move the applications to the big 16GB memory?

nihongasukidesu said:
We have the phone now, but it is not like what I understood at all.
That is really a problem.
The app2sd has 3 tabs (on phone, on sd card, phone only)
The on sd card tab shows the small total 1.7 GB internal card, and there is no tab for the external 16 GB card.
Does it mean there is no easy way to move the applications to the big 16GB memory?
Click to expand...
Click to collapse
Abdalla friend......
The App2SD app is misreporting.....
It assumes /mnt/sdcard is the external SD.....
and reports what it finds!!!!
But, if you select any App shown in the "On Phone" tab.....
and then select "Move to SD card" Option......
Your App will go to External SD in the
/mnt/sdcard/external_sd/.android_secure folder!!!!
App2SD is simply executing the native Android GB Apps to SD.....
The only useful function this app has is to Notify when Downloaded App can be moved......ensure you enable this in settings.
The actual moving is done by the native system move Apps function!!!
So, I would advise if you are manually moving all Apps, there is a "Move All' function!!!!
Also, can I recommend Storage Analyzer app, free from Market....
https://market.android.com/details?id=com.levelokment.storageanalyser
It is the only app I know of which allows you to see what is on the .android_secure folder from your phone, without needing to mount on your PC or Laptop.
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

irishpancake said:
Also, can I recommend Storage Analyzer app, free from Market....
https://market.android.com/details?id=com.levelokment.storageanalyser
Click to expand...
Click to collapse
Thank you for this tip, it is very nice app, really, but too much FC in the latest version

_jis_ said:
Thank you for this tip, it is very nice app, really, but too much FC in the latest version
Click to expand...
Click to collapse
Never had a FC with Storage Analyzer.....
but perhaps it happens
I agree, it is a nice App.....
and very informative....
Thanx for ur thanx!!!!!
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

Apps2sd is just moving the apps on SD card, but this SD card is just the usb storage only not the external sd card

irishpancake said:
Never had a FC with Storage Analyzer...
Click to expand...
Click to collapse
For example use the three pattern button in the top right corner and try to show latest changes or about repeately.

_jis_ said:
For example use the three pattern button in the top right corner and try to show latest changes or about repeately.
Click to expand...
Click to collapse
You have found a bug.....
It will FC after display of "What's new" page......V 0.9.1.
It does happen, but normal app usage is OK, it does what it says it does......
I would report that bug to the Dev!!
I'd say it is easily fixed.
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

pao9195 said:
Apps2sd is just moving the apps on SD card, but this SD card is just the usb storage only not the external sd card
Click to expand...
Click to collapse
You are incorrect if you are talking about app App2SD.....
or even if you are talking about Android native Apps2SD.......
and you have normal memory Mount Points.....
not modified "vold.fstab" as in some custom ROM's....
If you can show otherwise It would be helpful!!!
BTW.....you should not give out information unless you know it is correct.....
Sent from my GT-I8150 on Lanzarote Canary Vacation using Tapatalk

Related

how to install game data on external sd card

how to install games data on the external sd card ???
Sent from my GT-I8150 using XDA
malkawi1991 said:
how to install games data on the external sd card ???
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
Check out this.....
http://forum.xda-developers.com/showthread.php?p=24749559
Sent from my SGW GT-I8150 using Tapatalk!!
Move apps to SD
You can easily move your games to SD with "ES File Explorer"
but you need enable root acess to this application, so you can move all kind of data stored on your phone.
For non rooted phones, there are some applications that cant be moved to SD card
So the first step is obtain the root acess to your phone
renato3d said:
You can easily move your games to SD with "ES File Explorer"
but you need enable root acess to this application, so you can move all kind of data stored on your phone.
For non rooted phones, there are some applications that cant be moved to SD card
So the first step is obtain the root acess to your phone
Click to expand...
Click to collapse
Really? so no need to swap internal and external sd?
Sent from my GT-I8150 using Tapatalk 2
No. Swapping is the easiest thing to do.
bbmadzky said:
No. Swapping is the easiest thing to do.
Click to expand...
Click to collapse
Provided u got class 6 or above microSD.
If not, swapping will cause slow boot up of apps.
I think It will better if you can afford class 10 to swap between external and internal storage..
Sent from my GT-I8150 using XDA
Im using the binding method via script manager i have now a plenty of memory at usb storage.
Sent from my GT-I8150 using Tapatalk 2
I recommend binding method if you have below class 6 SDCARD.
please see this thread for more information
http://forum.xda-developers.com/showthread.php?t=1410262
My Tablet wont start D:
Man please help idk what else to do i tryed the 1st method the swapping from internal and external sd but after i added the file in the folder and restarted the tablet wont start again all i see is the logo with "touch tablet" and done no more else i tryed to reset it needle in the little button on the back but still nothing pleaaaaase help :crying::crying::crying:

[Q] App2sd

Just got the Note2 coming from sprint s2.
I'm not yet rooted, so I installed app2sd, got a 32gb SanDisk.
When I open and try to move app (any app) to sdcard, there is no option to move app to sd.??
Do I have to be rooted, or sdcard not formatted correctly?
My storage does show my sdcard, and camera does snap into sd... So, I'm missing something... Do I have to be rooted to move apps to sd?
Make sure your sd is formated to fat32 instead of exfat. Try that first and then go from there.
Sent from my SGH-T889 using xda app-developers app
I tought that this option has been blocked with all current samsung devices?
Sent from my SGH-T889 using xda app-developers app
Check out this YouTube video. Hope I helped.
http://www.youtube.com/watch?v=QUF7R0mmk00
Jerry D said:
Check out this YouTube video. Hope I helped.
http://www.youtube.com/watch?v=QUF7R0mmk00
Click to expand...
Click to collapse
From stock, this options is no longer available. There are, however, programs that can trick android into doing this.
So what you guys are saying is, without root we can't move any apps to sd?
Alex1x said:
So what you guys are saying is, without root we can't move any apps to sd?
Click to expand...
Click to collapse
It seems that way. I haven't been able to find a way to do it. I'll root this weekend.
The biggest reason native app2sd does not work is your /sdcard is internal memory, /sdcard and /data are the same partition so moving from /data to /sdcard is pointless. This was done to remove the need for apps2sd. I suggest directory bind application to symlink large app folders so the data resides on /mnt/extSdCard but the app can stilll look for it on /sdcard.
Sent from my SGH-T889 using Tapatalk 2
SkyPhone said:
It seems that way. I haven't been able to find a way to do it. I'll root this weekend.
Click to expand...
Click to collapse
Could you update this post once rooted and let me know if option "move to sd" shows up...
Alex1x said:
Could you update this post once rooted and let me know if option "move to sd" shows up...
Click to expand...
Click to collapse
No, the App2sd doesn't just show up as an option even after rooting. Even with after being rooted the only way that I know how to App2sd is by using the script shown in that video. Yes, the script method did worked for me. With the script method it is one way to App2sd only. You don't get to choose which app goes where. No script - apps go to internal memory. With script - apps go to SD card.
Not apps to SD but Gameloft games to SD.
https://play.google.com/store/apps/details?id=com.slf.ListglApp
Sent from my SGH-T889 using xda premium
Get App2sd to work on Jelly Bean 4.1
If you own a Samsung Galaxy S3 or Note 2, or perhaps a HTC Evo 4g LTE (One X w/ microsd slot), then you might try this app.
EVEN NEXUS :laugh: users can use this app to save apps to a flash Drive
play.google.com/store/apps/details?id=com.devasque.fmount&feature=also_installed
YES you do have to be rooted for this to work.
Also if you have large Gameloft games or Gun Bros and other large data games, the this app may be for you:
[play.google.com/store/apps/details?id=com.slf.ListglApp&rdid=com.slf.ListglApp&rdot=1
This may free enough memory for what you need but be a little less complicated. There is a video on the Play Store for this app showing how to use it.
Directory bind is another option, but I am not familiar with it yet. Hope this helps.
P.s. Just so there's no confusion to the Title, these do not make the actual "App2sd" app or "AppMgr III" work. These are simply a way around Google's Changes.

Internal sd near full

Is there a way to move large applications to extenal sd card?
Sent from my SGH-I747M using xda app-developers app
lilmeanz said:
Is there a way to move large applications to extenal sd card?
Sent from my SGH-I747M using xda app-developers app
Click to expand...
Click to collapse
There are quite a few apps in the market that allow it.
With the galaxy s3 you can't install apps and run them from the SD card... unless you do the storage swap mod...
yeah none work they all say phone not supported
DamageSource said:
With the galaxy s3 you can't install apps and run them from the SD card... unless you do the storage swap mod...
Click to expand...
Click to collapse
Im having dificulties finding the storage swap mod for the S3. Can anyone help? I use alot of games and my storage is full!! (ROOTED)
http://forum.xda-developers.com/showthread.php?t=1886091
Be careful..if you do it wrong when ever you try to install apps it will say "storage space full" and you have to Odin back to stock to fix..but if you do it right its a good thing to have..also use titanium backup and back IP the games you're not currently playing and save them for when you want to play them and restore.. read the thread carefully as I do not know if it works with jelly bean if you're on that.
EDIT***** Theres also this link
http://forum.xda-developers.com/showthread.php?t=1849857
Es explorer will allow you to move files from internal to external

App2SD Not Supported?

I tried link2sd but I get this notice
App2SD is not supported by your device. Because your device has a primary external storage which is emulated from the internal storage. You can link the app in order to move its files to your SD card.
Click to expand...
Click to collapse
What can I do?
Thanks
bongski55 said:
I tried link2sd but I get this notice
What can I do?
Thanks
Click to expand...
Click to collapse
if u have my or balli's rom then u have init.d support ..
so flash this through cwm http://d-h.st/AGR. it will convert internal in to external and external in to internal sd.
if u didnt have init.d support then u have to enable it. and flash above file
I am on stock rooted fw. How to enable init.d support?
Edit.: ok found the zip to enable. Thanks.
Sent from my GT-N7000 using xda app-developers app
Now storage is swapped to 14gb . But still link2sd does not work same message as above
Sent from my GT-I9082 using xda app-developers app
muntinlupa said:
Now storage is swapped to 14gb . But still link2sd does not work same message as above
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
if u have flashed the above file...then ur external storage is swapped to the internal sd. so now install all app or games u want. they will get installed in external sd.
there is no need for link2sd ...
k2wl said:
if u have flashed the above file...then ur external storage is swapped to the internal sd. so now install all app or games u want. they will get installed in external sd.
there is no need for link2sd ...
Click to expand...
Click to collapse
Ok so for now there is no way to move previously installed apps to sd card?
k2wl said:
if u have flashed the above file...then ur external storage is swapped to the internal sd. so now install all app or games u want. they will get installed in external sd.
there is no need for link2sd ...
Click to expand...
Click to collapse
I have flashed your zip file, the applications are still on the internal SD
mlipocky said:
I have flashed your zip file, the applications are still on the internal SD
Click to expand...
Click to collapse
It will not automatically do that. You will have to open ext2int application and configure it.
Use Gl to sd application.. It has a great developer support... This external to internal application last updated on Nov 2012.so there are so many bugs like duplications of files... Obviously applications install in phone memory only data files will move to the sd card. If you want to move only applications. Use link 2 sd... But data files cannot be moved using link 2 sd application..
Sent from Gt-I9082 stock AMCD firmware
I tried GL to sd before and since it is for Gameloft games(hence the GL name) and I don't have gameloft games installed it showed a blank screen on startup in addition to the "mount" and "unmount" buttons.
bongski55 said:
I tried GL to sd before and since it is for Gameloft games(hence the GL name) and I don't have gameloft games installed it showed a blank screen on startup in addition to the "mount" and "unmount" buttons.
Click to expand...
Click to collapse
Reinstall the application again and try... Email to the developer he will surely help u... He helped me a lot. It's not only for gameloft.. All games and large data applications supported... I have installed 75 applications among these 21 are hd games... I purchased the pro version of Gl to sd applications so it will automatically mount at boot. Check screenshots..
Sent from Gt-I9082 stock AMCD firmware
bongski55 said:
I tried GL to sd before and since it is for Gameloft games(hence the GL name) and I don't have gameloft games installed it showed a blank screen on startup in addition to the "mount" and "unmount" buttons.
Click to expand...
Click to collapse
:good: Your answer has the price of gold!!!! That's exactly what I wanted - to move the application data.
The cyanogenmod I installed yesterday has driven me crazy! In the LG's original rom I used automatic script with `mount --bind` command, it worked perfectly, in cyanogenmod it has very a strange behavior. Although I could see in `df` it was bound and could see the files from external storage at that location, but the applications still wrote to the internal storage somehow transparently in the background. Don't ask me why and how it was possible, but it made me angry. Now I'm keeping the cyanogenmod in my phone.
rejocie001 said:
Reinstall the application again and try... Email to the developer he will surely help u... He helped me a lot. It's not only for gameloft.. All games and large data applications supported... I have installed 75 applications among these 21 are hd games... I purchased the pro version of Gl to sd applications so it will automatically mount at boot. Check screenshots..
Sent from Gt-I9082 stock AMCD firmware
Click to expand...
Click to collapse
Yes I have tried to reinstall today and still shows blank list of applications. meantime using ext2 int, my sd card which is now the internal storage has been reduced from 14gb to 11 gb so far --- evidence that my installed applications have installed on the sd card and not on internal memory of the phone(which is now the external).
I am happy with it so far.
As for gaming I use my galaxy note for that. Also the note has "move to sd" natively.
moviding game and app data
how to move game data in cynogen mod 10.1 i tried gl to sd didnt wrk
any way to move apps and game data .
thanks
escape_artist said:
how to move game data in cynogen mod 10.1 i tried gl to sd didnt wrk
any way to move apps and game data .
thanks
Click to expand...
Click to collapse
Gl to sd will definitely work...
Sent from my GT-I9082 using xda app-developers app
gl2sd
rejocie001 said:
Gl to sd will definitely work...
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
yea but then the game doesnt start can yu tell me detailed procedure for doing this
escape_artist said:
yea but then the game doesnt start can yu tell me detailed procedure for doing this
Click to expand...
Click to collapse
Game doesn't start means.. Check the game properly mounted... There is an option about mounted games in gl to sd apps... Check all your game data in obb or data folder..
Sent from my GT-I9082 using xda app-developers app
rejocie001 said:
Game doesn't start means.. Check the game properly mounted... There is an option about mounted games in gl to sd apps... Check all your game data in obb or data folder..
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
So for running a game that has been moved through gl to SD, I have to mount it first through gl to SD and only after that game will run otherwise it will crash. Am I understanding you correctly?
Sent from my GT-I9082 using Tapatalk 4 Beta
xenon92 said:
So for running a game that has been moved through gl to SD, I have to mount it first through gl to SD and only after that game will run otherwise it will crash. Am I understanding you correctly?
Sent from my GT-I9082 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Yes of of course.. There is an option in application settings . Mount at boot.. Check that option also...
Sent from my GT-I9082 using xda app-developers app
k2wl said:
if u have my or balli's rom then u have init.d support ..
so flash this through cwm http://d-h.st/AGR. it will convert internal in to external and external in to internal sd.
if u didnt have init.d support then u have to enable it. and flash above file
Click to expand...
Click to collapse
is it working with galaxy mega? 4.2.2 official and rooted.
thanks adv

for 4.2.2 game deta move use folder mount better than gl to sd

https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en
have you checked this application is working properly?
Sent from GT-I9082
Awesone app...so easy to use thank you...
Unable to understand it.
Make.Believe
If you're good at something
Never Do It For Free - JOkER
kenxda33 said:
https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en
Click to expand...
Click to collapse
In free version only three folders to mount.. But in gl to sd unlimited folder mount..
Sent from my GT-I9082
Hi installed folder mount but i don't know how to add the games in this app. i m confused how to add the path in settings when it's just showing in source Path:/storage/emulated/0 ....it was showing same in path in gl to sd that's why thought to use this app. but here also same confusion. i saved my asphalt 8 on the external memory card i.e. on my memory card in storage/extSDcard/games folder & install asphalt 8.apk but i'm unable to mount the memory card path as it's not showing but just Path:/storage/emulated/0...kindly help
as i have used gl 2 sd recently and find it easiest to use..
just 1 thing..move data to phone memory first and install apk...after installation....... then u move data in ext sdcard ..from gl2sd app....not by urself...(for easiest way)..and then nount play!..
hope i helped!..
Gl 2 sd has....more......user friendly ui.....jst made 2 move game data 2 sd......simple easy...perfect...
Sent from my GT-I9505 using xda app-developers app
Needed?
The latest versions of 4.2.2 (on the 9082L) have native "Move to SD" and I have transfered my games, and they run fine.
I like foldermount.
Add luckypatcher and buy pro, then you have unlimited mounts available. And also this program is better cuz it is MUCH simpler to use.

Categories

Resources