pRoblem for aPPs - Samsung Galaxy Mega

hi guys
i have a hard problem why i can't move apps on sd card ??

mehrshad.nine said:
hi guys
i have a hard problem why i can't move apps on sd card ??
Click to expand...
Click to collapse
It's a feature that's been removed from the latest version of Android. Samsung has released updates to bring this feature back but it won't include the data of the app which means you'll only save very little space. I would suggest you use Folder Mount app which will move app data but your phone needs root for it to work.

Related

[Q] I have wasted my warrenty for NOTHING

hello guys..its my first post on xda forums .so if i posted in wrong section am srry . i have an issue with samsung galaxy s3 .the problem is i have rooted my phone so i can be able to move apps and games to my external storage after i root i tried every app2sd on market and none of them work . please guys help me
donsemaryy said:
hello guys..its my first post on xda forums .so if i posted in wrong section am srry . i have an issue with samsung galaxy s3 .the problem is i have rooted my phone so i can be able to move apps and games to my external storage after i root i tried every app2sd on market and none of them work . please guys help me
Click to expand...
Click to collapse
Explain your issue in more detail. What exactly have you tried that does not work?
detail
thewindowsfreak said:
Explain your issue in more detail. What exactly have you tried that does not work?
Click to expand...
Click to collapse
In detail > do u mean what programs i tried to use? if it is apps are (a2sp pro - link2sd - app2sd -gl to sd - and much more programs )
i just can not move apps or games to my external sd card
when i used (app2sd) program it gives me this msg : the device does not have a real primary external storage or the primary external storage is emulated .
My device is (samsung galaxy S3 - odin rooted )
any solution? thx in advance
I think your /sdcard is internal memory. The /mnt/extsdcard is external memory. If you removed your external sdcard do all your files and stuff disappear or are they still there?
If you are rooted I think you can change where everything gets mounted or maybe change it in your boot.img.
Also, it's not for nothing. Consider this an educational journey into the rich world of rooted phones.
sent while running with scissors
gee one said:
I think your /sdcard is internal memory. The /mnt/extsdcard is external memory. If you removed your external sdcard do all your files and stuff disappear or are they still there?
If you are rooted I think you can change where everything gets mounted or maybe change it in your boot.img.
Also, it's not for nothing. Consider this an educational journey into the rich world of rooted phones.
sent while running with scissors
Click to expand...
Click to collapse
First thx and about stuff disappear , no i can still see them whenever i use usb cable or any
its my first android so am new to expressions (your boot.img)
its ok just wanted to have more memory cuz my empty memory is 700 mb :S right now
and am using the factory rom ( maybe i have to setup rom so it can work?)
about education am afraid to educate on my s3 maybe i have to buy a cheap one until i learn how to use
thx again bro
Since you are rooted you can install a custom rom that has no bloatware. You'll get more space because it will only have the apps that you want
sent while running with scissors

[Q] LG Optimus L9: How to install apps to sd card

By default, internal memory call is "sdcard" and sdcard will call "ex-sdcard" , so, apps will install on "sdcard". it make internal memory get low when i install some apps with big data.
Now, my sdcard is free to 3,5Gb but i can't install any app because "sdcard" is full :crying:
anyone can help me solve this ?
You need rooted phone for this
Sent from my ST23i using xda app-developers app
thx, but you can say what i need to do after my phone rooted?
my way now is move manually all data from Android folder in internal memory to Android folder on sdcard
bad113 said:
thx, but you can say what i need to do after my phone rooted?
my way now is move manually all data from Android folder in internal memory to Android folder on sdcard
Click to expand...
Click to collapse
The phone has the internal memory mounted on /sdcard, and the external sd card mounted on /sdcard/external_sd.
Many apps save their data on /sdcard, so in the internal memory.
I used this script to mount the data from my external sd to the right location (you need root and busybox):
Code:
busybox mount -o bind /sdcard/external_sd/Android/data /sdcard/Android/data
Code:
busybox mount -o bind /sdcard/external_sd/Android/obb /sdcard/Android/obb
This will move the data to the external sd. To move the app (apk file) you should use something like this:
Code:
busybox mount -o bind /sdcard/external_sd/data/app /data/app
I'm using ScriptManager to run the scripts at boot.
Why on earth would LG release the phone like this? It makes sd cards useless. Apps don't use the sd card at all and install extra data to the tiny internal storage itself which is only 2Gb. I can't even download offline maps because I don't have enough space. Has LG acknowledged the problem? I'm going to return this phone because of this
Solution to data problem
redspeed said:
Why on earth would LG release the phone like this? It makes sd cards useless. Apps don't use the sd card at all and install extra data to the tiny internal storage itself which is only 2Gb. I can't even download offline maps because I don't have enough space. Has LG acknowledged the problem? I'm going to return this phone because of this
Click to expand...
Click to collapse
Here the solution:
[TOOL] DirectoryBind - move data to external_sd (GameLoft, Shadowgun etc.) ROOT req
http://forum.xda-developers.com/showthread.php?t=1410262
Work with Lg L9 for moving apps???
Teohc78 said:
Here the solution:
[TOOL] DirectoryBind - move data to external_sd (GameLoft, Shadowgun etc.) ROOT req
http://forum.xda-developers.com/showthread.php?t=1410262
Click to expand...
Click to collapse
Is this software "DirectoryBind" also works with latest Lg L9.. .?? I haven't rooted yet but if it works well, then I'll definitely root. I only root my phone bcoz of moving apps from phone external sd card. Currently Lg L9's root is temporary only, So what the differnce will I face when working on phone (rooting just bcoz of moving app), plz reply ASAP
living4angel said:
Is this software "DirectoryBind" also works with latest Lg L9.. .?? I haven't rooted yet but if it works well, then I'll definitely root. I only root my phone bcoz of moving apps from phone external sd card. Currently Lg L9's root is temporary only, So what the differnce will I face when working on phone (rooting just bcoz of moving app), plz reply ASAP
Click to expand...
Click to collapse
L9 root not just temporary now. http://forum.xda-developers.com/showthread.php?t=2173465
Blackman75 said:
L9 root not just temporary now. http://forum.xda-developers.com/showthread.php?t=2173465
Click to expand...
Click to collapse
how about swapping memory....:silly:..noob here
LG added Apps To SD
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
bad113 said:
By default, internal memory call is "sdcard" and sdcard will call "ex-sdcard" , so, apps will install on "sdcard". it make internal memory get low when i install some apps with big data.
Now, my sdcard is free to 3,5Gb but i can't install any app because "sdcard" is full :crying:
anyone can help me solve this ?
Click to expand...
Click to collapse
rajesh13 said:
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
Click to expand...
Click to collapse
My phone still does not have that function, what version of android are you on?
Need to write a letter to the LG representative office and ask maybe sometime in the official update will be created so that we can install the game to the SD card. Perhaps made this group???
rajesh13 said:
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
Click to expand...
Click to collapse
This is still not available on my US version running 4.1.2
Sent from my LG-P769 using Tapatalk 2
TheCoutures said:
This is still not available on my US version running 4.1.2
Sent from my LG-P769 using Tapatalk 2
Click to expand...
Click to collapse
Same...would love a fix that us plebeians can do. Downloaded a file-manager but have no idea how to use the external SD card. Any help is appreciated.
rajesh13 said:
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
Click to expand...
Click to collapse
I looked for a software update. I'm up-to-date. Can't move anything and can't find App to SD functionality in "App Settings". I would love to do this. I went from a phone with more space to this one and it's driving me batty that I have to uninstall 3 apps I'd kind of like to keep to update one I really want to keep. I got my LG Optimus L9 in July 2013 and it almost immediately had a software update. I would appreciate any help if this is at all possible without rooting.
Android Version
4.1.2
Baseband version
L6260_MODEM_SIC_01.1305.00
Kernel Version
3.0.31
Build Number
JZO54K
Software version
P76920f
rajesh13 said:
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
Click to expand...
Click to collapse
My phone is updated. A bit more detail in the instructions would be very helpful. I'm tired of running apps serially (one after the other) because I have to uninstall one to install another. Either that, or instructions on how to increase the internal memory on the L9 would be very helpful.
-- Typeaux
sguerrini97 said:
The phone has the internal memory mounted on /sdcard, and the external sd card mounted on /sdcard/external_sd.
Many apps save their data on /sdcard, so in the internal memory.
I used this script to mount the data from my external sd to the right location (you need root and busybox):
Code:
busybox mount -o bind /sdcard/external_sd/Android/data /sdcard/Android/data
Code:
busybox mount -o bind /sdcard/external_sd/Android/obb /sdcard/Android/obb
This will move the data to the external sd. To move the app (apk file) you should use something like this:
Code:
busybox mount -o bind /sdcard/external_sd/data/app /data/app
I'm using ScriptManager to run the scripts at boot.
Click to expand...
Click to collapse
Nice :thumbup:
Have you ran into any problems by linking/binding SD to /data/app?
Sent from my LGMS769 using XDA Premium 4 mobile app
update doesn't fix problem
rajesh13 said:
Hi Friends,
I had decided to root my LG L9 once my warranty period gets over to get App to SD functionality added.
But now LG has incorporated this functionality in its May, 13 's Software update.
So now no need to root any more.
Just go and update your OS using "Software Update" and use App to SD functionality in "App Settings"
Don't forget to click on Thanks button.
Enjoy :good: :laugh:
Click to expand...
Click to collapse
The update doesn't fix any problems
bad113 said:
By default, internal memory call is "sdcard" and sdcard will call "ex-sdcard" , so, apps will install on "sdcard". it make internal memory get low when i install some apps with big data.
Now, my sdcard is free to 3,5Gb but i can't install any app because "sdcard" is full :crying:
anyone can help me solve this ?
Click to expand...
Click to collapse
Installing to sd card I have no solution for, but moving apps to sdcard (which is as good a solution as any) is simple to do with stock software. Go to your standard file explorer. It takes you default to external sd (being your external sd card) and sdcard0 (being your phone's internal memory).
You then tap on sdcard0; it shows you all the folders present there. At the bottom you see an Icon depicting a sdcard with an Arrow to it. As you want to move apps to your sd card you tap on it and it shows all your folders with a White empty Square. You then tap all the apps you want to move to your card and tap on "move" at the bottom. That takes you back to the startscreen with external card and sdcard0. You then tap on your external card and "paste". Job done!
Good luck!!

[Q] Lollipop 14.5.A.0.242 sd card write permission need root?

Hi all,
As to this stock lollipop firmware from Sony, have they allowed apps to write to sd card without root?
If not, I will stick to stock android 4.3.
Thanks in advance.
Cheers.
hoodmulti said:
Hi all,
As to this stock lollipop firmware from Sony, have they allowed apps to write to sd card without root?
If not, I will stick to stock android 4.3.
Thanks in advance.
Cheers.
Click to expand...
Click to collapse
Just went ahead and tested for you, I tried moving files to external SD card and I have two apps installed on the external SD card. Works fine.
Thanks, theinspector!
theinspector said:
Just went ahead and tested for you, I tried moving files to external SD card and I have two apps installed on the external SD card. Works fine.
Click to expand...
Click to collapse
me to i tested it not working
i tried this lollipop its not working moving to sdcard.
im searching lollipop root for sony z ultra but dont have im deleted lollipop i hate this.
Because we cant moving apps to sdcard.
I had no problems moving apps to sd... You are doing it wrong... No root necessary
I am still on 4.4.4 with root and LB as I dont want to upgrade to lollipop and lose root+x reality. The update detail says "move apps to sd card" so I guess we can only move apps.
Yes, I believe you can move some apps to SD card ? . I believe it mentions this on Sony Xperia™ support site.
Sent from my C6806 using XDA Free mobile app
hoodmulti said:
Thanks, theinspector!
Click to expand...
Click to collapse
You can move apps to SD cards. But they don't support to write access to SD cards for files . Using third party apps.
example uKto, Share it , etc
jayarajsea said:
You can move apps to SD cards. But they don't support to write access to SD cards for files . Using third party apps.
example uKto, Share it , etc
Click to expand...
Click to collapse
So it still has the same problem as 4.4, damn it, why would they do that... I guess I'll wait for an easy and tested root method before upgrading then.
jayarajsea said:
You can move apps to SD cards. But they don't support to write access to SD cards for files . Using third party apps.
example uKto, Share it , etc
Click to expand...
Click to collapse
this is true. although some apps have workarounds (ex. x-plore), a lot of apps still can't write to sd with lollipop 5.0.2 on xperia.

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.

Unable to move Apps to SD Card on Stock ROM

I'm unable to move my apps installed on Honor 5X - L22 (indian) model - Using Class 4 Memory card - 4Gb, is that an issue using low Class SD Card does not allow apps to be moved ??
Tried using Apps to move Apps but unable to detect them to move ? Are those locked ? Yet patches will fix this issue on this Stock ROM - Not Rooted.
kartrikpal said:
I'm unable to move my apps installed on Honor 5X - L22 (indian) model - Using Class 4 Memory card - 4Gb, is that an issue using low Class SD Card does not allow apps to be moved ??
Tried using Apps to move Apps but unable to detect them to move ? Are those locked ? Yet patches will fix this issue on this Stock ROM - Not Rooted.
Click to expand...
Click to collapse
Moving apps to sd card isnt available on Honor 5x. Maybe they will do it in the next update?
I hope for you they do that
It definantly isn't a problem w your sd card.
Hope i helped you
jimandroidnerd said:
Moving apps to sd card isnt available on Honor 5x. Maybe they will do it in the next update?
I hope for you they do that
It definantly isn't a problem w your sd card.
Hope i helped you
Click to expand...
Click to collapse
Right i'm able to move indvidual apps through apps. But still unable to make it at smooth.
Settings-> Manage Apps. Click on the app you want to move and click 'Move to sd Card'. Once moved to sd card, the button description will change to 'Move to Phone'. If the app is a system app, it may have this button disabled. If your not root, then I would suggest you root your phone to give you more permissions (these buttons may be disabled on non-root devices). Your sd card is fine, it maybe slow, but it should still work. There are apps on the market which can move apps to sd card but they may require root.
kartrikpal said:
I'm unable to move my apps installed on Honor 5X - L22 (indian) model - Using Class 4 Memory card - 4Gb, is that an issue using low Class SD Card does not allow apps to be moved ??
Tried using Apps to move Apps but unable to detect them to move ? Are those locked ? Yet patches will fix this issue on this Stock ROM - Not Rooted.
Click to expand...
Click to collapse
Im so sorry. I think i gave you wrong info. my mistake. hope you aren't mad
If your not root, then I would suggest you root your phone to give you more permissions..
Click to expand...
Click to collapse
What exactly does rooting mean?
And why do people brick their phone when trying it?!
Arobase40 said:
Root is the process of elevating your your rights on your system just as Administrator with Windows or root with Linux.
This has mostly nothing to do with bricking a phone but with flashing custom ROMs with some flashalcoholic guys...
It's the same story as with alcohol or with drugs, you know its bad and not good for your health but there is that insane curiosity, and with some guys they will continue even though they have had bad experiences...
Instead, with root when done and use correctly is a very powerful and wonderful tool !
Click to expand...
Click to collapse
So in order to gain root access I'd have to flash a custom ROM, which is a new OS?
So in order to gain root access I'd have to flash a custom ROM, which is a new OS?
Click to expand...
Click to collapse
In order to flash a custom ROM you have to first have root in the first place. Root gives you the permission to do things on your phone when normally you wouldn't beable to do so (Like flash a custom ROM {which means modified OS}).
You should search the forums and get good at searching the forums and google. Internet peeps don't like people who ask questions that have already been answered. Just a piece of friendly advice yo.

Categories

Resources