I used to be able to use my USB storage with no issues on LP, but after the new update many apps say the USB SD card is not writable.
Any fix?
The Xposed module XinternalSD seems to be a good workaround for me. I just add the few apps I'm having trouble with to the list of apps that think my internal storage is actually my USB stick-- in the process of doing this I've also found a better way to storage my large game son external storage. I used to do this with the app Folder Mount, but this is a simpler method.
kill_dano said:
The Xposed module XinternalSD seems to be a good workaround for me. I just add the few apps I'm having trouble with to the list of apps that think my internal storage is actually my USB stick-- in the process of doing this I've also found a better way to storage my large game son external storage. I used to do this with the app Folder Mount, but this is a simpler method.
Click to expand...
Click to collapse
This work with mm 6.0.1 dude?
Related
LG Optimus 4X HD
At least on my fone, this is a problem.
There seems to be no way to move the Apps to the Phone SD card or External SD card.
I used several apps ( App2SD etct etc ) from Google Play.
They all show the installed Apps ON PHONE.
And offer the option to select which apps you want to move over to the Phone SD card.
But when I select the Apps to move , the option that comes up only shows two choices: FORCE STOP or UNINSTALL.
Nothing else.
Do these so called new power smartphones prevent any installed apps to be
transferred to the Phone SD card or External SD card ?
I heard from a friend that even some latest Samsung phones have similar limitation features.
Probably there is some technical reason behind this. Perhaps rooting is needed ?
Appreciate if anyone here could enlighten.
Thx.
Actually, app are installed on the sdcard directly. The sdcard is actually the phone memory. Perhaps you want to install app on your micro sd card or the external_sd. You'll need Link 2 SD for that one. Moving apps to sdcard option was removed in ICS.
http://www.chainfire.eu/articles/113/Is_Google_blocking_apps_writing_to_SD_cards_/
Agustus said:
LG Optimus 4X HD
At least on my fone, this is a problem.
There seems to be no way to move the Apps to the Phone SD card or External SD card.
I used several apps ( App2SD etct etc ) from Google Play.
They all show the installed Apps ON PHONE.
And offer the option to select which apps you want to move over to the Phone SD card.
But when I select the Apps to move , the option that comes up only shows two choices: FORCE STOP or UNINSTALL.
Nothing else.
Do these so called new power smartphones prevent any installed apps to be
transferred to the Phone SD card or External SD card ?
I heard from a friend that even some latest Samsung phones have similar limitation features.
Probably there is some technical reason behind this. Perhaps rooting is needed ?
Appreciate if anyone here could enlighten.
Thx.
Click to expand...
Click to collapse
The LG 4X has a different memory structure than other Android devices I have used so far.
Normally an android device's integrated storage is partitioned like this:
-You get a program storage (1-2GBs if you are lucky)
-You get what's left of the integrated storage as SD card (minus the OS used space)
-You can add an external SD card which will be your... ermm external SD card
-In OTG enabled devices you can also add a USB storage
Now the difference in our LG 4X is that the manufacturer has opted to combine the program storage and internal storage into one storage location, thus saving us the trouble of moving apps to SD all the time and so giving as 12GBs of storage so we can use however we want.
In my Galaxy S with android 2.3.3, I can also move apps to external SD, but afaik this is not supported in ICS and JB, so yeah I concur your irony above, rergarding the super wow smartphones. Still I am sure there were various reasons for Google to not support it (and maybe moving to external SD was Samsung proprietary operation-not clear about that still)
psolord said:
The LG 4X has a different memory structure than other Android devices I have used so far.
Normally an android device's integrated storage is partitioned like this:
-You get a program storage (1-2GBs if you are lucky)
-You get what's left of the integrated storage as SD card (minus the OS used space)
-You can add an external SD card which will be your... ermm external SD card
-In OTG enabled devices you can also add a USB storage
Now the difference in our LG 4X is that the manufacturer has opted to combine the program storage and internal storage into one storage location, thus saving us the trouble of moving apps to SD all the time and so giving as 12GBs of storage so we can use however we want.
In my Galaxy S with android 2.3.3, I can also move apps to external SD, but afaik this is not supported in ICS and JB, so yeah I concur your irony above, rergarding the super wow smartphones. Still I am sure there were various reasons for Google to not support it (and maybe moving to external SD was Samsung proprietary operation-not clear about that still)
Click to expand...
Click to collapse
App2SD was introduced in Android 2.2 (FroYo). However, different developer solutions were already around at that time (a2sd+, link2sd etc.), but they required an ext3/ext4 partition, while the build-in app2sd would move them to a folder (.android-secure) on the FAT32 partition. The app2sd feature was eagerly awaited because of the limited storage devices had back then (the Nexus One had 512MB internal memory, of which 447 were usable and ~150 MB were used for /system). Now with bigger internal storage and the different internal structure which is used since ICS (and which is also the reason newer devices use MTP), moving apps to external SD is no longer officially supported. So you'll just have to use a developer's way again, in our case it's Directory Bind. I haven't used it yet since I still have some free space left, but it was reported to work properly. Afaik it just moves the files to external SD and then links the folders. Root should be required, but I don't know exactly. Personally i'd root nevertheless, as it gives you some advantages (Ti Backup, Ad-Free etc).
psolord said:
The LG 4X has a different memory structure than other Android devices I have used so far.
Normally an android device's integrated storage is partitioned like this:
-You get a program storage (1-2GBs if you are lucky)
-You get what's left of the integrated storage as SD card (minus the OS used space)
-You can add an external SD card which will be your... ermm external SD card
-In OTG enabled devices you can also add a USB storage
Now the difference in our LG 4X is that the manufacturer has opted to combine the program storage and internal storage into one storage location, thus saving us the trouble of moving apps to SD all the time and so giving as 12GBs of storage so we can use however we want.
In my Galaxy S with android 2.3.3, I can also move apps to external SD, but afaik this is not supported in ICS and JB, so yeah I concur your irony above, rergarding the super wow smartphones. Still I am sure there were various reasons for Google to not support it (and maybe moving to external SD was Samsung proprietary operation-not clear about that still)
Click to expand...
Click to collapse
Regarding OTG enable devices, I cannot understand why LG 4X doesn't support the OTG feature, it should be important to support it in order to make this smartphone a wonderful replacement of a computer (we may use external usb hard-disk or even external usb DVD/BR-writer).
Regarding internal/external sd card, if I use the command line "mount" inside a terminal, I see two lines including "/mnt/sdcard" and "/mnt/sdcard/external_sd" parameters. My question is: theoretically is it possible to swap the two a/m lines, so to mount "/mnt/sdcard" as external (the real external SD card) and "/mnt/sdcard/external_sd" as internal storage? If possible, how to do it? Root grants are enough to do it, or we need more to do it?
Hi, everyone.
I have a question if somebody is able to copy or move applications to external sd card either with rooted stock or custom rom. What applications or mods did you do to enable such option?
tsokh said:
Hi, everyone.
I have a question if somebody is able to copy or move applications to external sd card either with rooted stock or custom rom. What applications or mods did you do to enable such option?
Click to expand...
Click to collapse
Im having the same problem as well. my Internal storage is half way getting there and None of the apps that I installed does not have the option to be transferred to ext_SD
Ok, after 2 days of searching over the web and forums I found a workaround for moving apps on external SD (working only on rooted phones).
1) Download and install FolderMount program from Google Play store.
2) Open the program, tap on "+", enter name (any alias), source folder of the app, and destination (external sd with the same folder already created or choose automatic method), then tap on check mark.
3) Wait till the program copies the application to external sd and creates link. After you need to tap on pin icon and it'll turn to green.
If you get some notification, just click "Yes".
P.S.
Don't delete the folder with the moved app in your internal memory, as it'll also delete the app from external SD. If you want to check if the program moved, unpin the program and browse to the app folder in your internal memory and you won't see the files there. FolderMount creates the link to the application in internal memory to trick Android. Every time Android requests the application, it passes the request to its internal memory and after goes via the link to external SD. That is the only trick that worked for me.
I read on the butterfly 901s/e forum thread and it said something about fat32
I have Kingston 64gb formated in FAT32, don't know if Android works properly with exFAT or ext format. You can't format 64gb SD card in FAT32 with Windows, but you can install other partition wizards like Minitool Partition Wizard to format it.
Does the old setinstalllocation trick work here?
SquareBare said:
Does the old setinstalllocation trick work here?
Click to expand...
Click to collapse
If you mean "set pm install location" command, then no. I tried that trick, however programs didn't even install on internal memory after I used the command. I left it as default "0".
tsokh said:
If you mean "set pm install location" command, then no. I tried that trick, however programs didn't even install on internal memory after I used the command. I left it as default "0".
Click to expand...
Click to collapse
Thanks a lot. I think I can do everything I need to do with foldermount so it should all work out.
Also got a 70mbps read SD card! Phone comes in later today!
Does the micro SDXC work in the butterfly s
Sent from my HTC Butterfly using XDA Premium 4 mobile app
Yes, works with microSDXC up to 64gb in FAT32, couldn't manage to use external sd card in other formats like exFAT or NTFS.
Does anyone have a working mounts2sd/link2sd/apps2sd solution for the Moto G 2014? I have a freshly formatted good quality 16Gb card with a 3gb Ext4 partition but no matter what script or app I try I can't get additional /data space. Moving apps to SD Card in Settings>Apps is completely pointless as it moves them to the internal /sdcard, not to the external one so you get absolutely zero gain in internal space. I have used mounts2sd on several older phones before but nothing recently as I've always had 32Gb phones, but now my son has this phone and he's run out of app space already! Any help would be greatly appreciated. He's running the latest Oxygen 5.0.2 ROM with Pinkman kernel iirc.
Also as an aside, is there a kernel for his phone with working s2w/dt2w?
If you downgrade 4.4 you can install xposed and obb to SD this allows you to move big game data (in sdcard0/android/obb) apps to your SD card but xposed only works on 4.4 and below
Joshpower9 said:
If you downgrade 4.4 you can install xposed and obb to SD this allows you to move big game data (in sdcard0/android/obb) apps to your SD card but xposed only works on 4.4 and below
Click to expand...
Click to collapse
Thanks for the reply. I did look at that but I'm not a fan of the whole principle behind Xposed, plus I like Android 5.0 too much to switch back. That's why I'm looking for a working solution.
Hi, I have a Moto G 2014 with Stock 5.0.2 rooted, and I bought a 32GB SD Card a few days ago. The thing is that everything is still going to the internal memory, instead of the SD (photos, downloads, etc.), so I want to know if it's a way to make everything write on the SD card without messing up the phone (I heard I can mount SD in /sdcard changing init.rc but I don't want to do that). I also want to move my WhatsApp chats to the SD too, hehehehe (WhatsApp data is in the internal :'c)
Thanks in advance.
Hi,
For the photos and videos part, you can select from the camera application if you want to store them in the internal memory or on the SD card. For applications I think they are installed in the internal memory by default but you can move them after installation on the SD card by going to settings -> apps -> touch app -> move to SD card. To change the default installation location you need the android SDK installed on your PC and adb and then to edit a file. But I do not recommend this since the SD card is not accessible while the phone is connected to the PC. This will make applications that always run to work improperly(widgets, Facebook, etc. might generate a lot of errors because of it).
I think it's a Xposed module for that.
KuranKaname said:
I think it's a Xposed module for that.
Click to expand...
Click to collapse
if you're rooted then try link2sd from play store. you need to have an ext partition on your sd card for this to work.
if you are not rooted then you will have to manually create symlinks to the files on the sd card.
ethanchow said:
if you're rooted then try link2sd from play store. you need to have an ext partition on your sd card for this to work.
if you are not rooted then you will have to manually create symlinks to the files on the sd card.
Click to expand...
Click to collapse
Better try Link2SD. The procedure to turn your external SD to internal storage causes a lot of trouble in most cases.
There are also scripts that link the possible apps and libraries automatically to the SD card when installing them.
Whenever I try to download and activate modules that are downloaded from the XPOSED APP or online I get the message, "This module cannot be loaded because it's installed on the SD card, please move it to internal storage." I uninstalled everything and tried to download the XPOSED APK from my downloads WITH MY SD CARD REMOVED but my phone says there isn't enough storage even though I have 2GB + of storage open. I can only install modules from the Google Play Store that will actually activate and this is super frustrating.
I'm having the same issue... I do have my SD card set up as adoptable storage so maybe that's the issue here. Do you have adoptable storage set up? Can anyone make any suggestions?
NuclearKnives said:
Whenever I try to download and activate modules that are downloaded from the XPOSED APP or online I get the message, "This module cannot be loaded because it's installed on the SD card, please move it to internal storage." I uninstalled everything and tried to download the XPOSED APK from my downloads WITH MY SD CARD REMOVED but my phone says there isn't enough storage even though I have 2GB + of storage open. I can only install modules from the Google Play Store that will actually activate and this is super frustrating.
Click to expand...
Click to collapse
It doesn't matter that you have 2GB of storage, xposed needs space in the system drive not data (storage)
Workaround this problem is:
Code:
Go to: Setting -> Apps & notification -> See all... (searching target module) -> Storage -> App info -> Storage -> Change -> Tap: Internal shared storage -> OK
I know that is old issue, but I have an old Samsung Galaxy S4, which I used for few reasons (removable battery, small screen, updatable to Android 10, NFC) and wondering if anyone knows does exist some Xposed module, which forces modules installations to internal memory, even if SD card is set up as adoptable storage?
It's annoying :crying: every time to repeat my above solution for each module separtely...
Kindly,
techalive