[WORKING MOD] **UPDATE** Swap Internal and External Storage [STILL OPEN 2 DISCUSSION] - Verizon Samsung Galaxy S 4

**UPDATE, Working MOD!**
Mattiadj has a working mod to make your S4's external sd card your internal storage while making your internal just a place for extra resources!
This is HUGE and it is working very well for me. This mod is not a "complete swap" where the two mounting points are just switched but it accomplishes the same goal! There are a few things you will have to get use to once you install this but nothing that can't be overlooked. Here a link to his thread: http://forum.xda-developers.com/showthread.php?t=2468596. I suggest everyone try this out and give him any helpful feedback.
For now, Mattiadj's mod is the closest thing to swapping your storage and will may be the closest we ever get on 4.2.2 (it works great). With Android 4.3 officially coming to our devices soon their may be more possibilities for a "complete swap" on 4.3. Until then, I suggest everyone use mattiadj's mod. Thanks mattiadj!
-----------------------------------------------------------------------
Hello S4 owners!
I know I'm not the only S4 user wanting more internal storage on their phone whether it be "16 GB" or "32GB". I've been doing a lot of research into swapping internal with external storage to use the micro sd card as device storage (e.g. 64GB sd card to replace 16GB internal storage vice-versa). I've done this technique on a previous device (http://forum.xda-developers.com/showpost.php?p=43024409) by modifying the vold.fstab file to swap storage mounting points. Since samsung released 4.2.2 on their devices the vold.fstab has been modified without anyone being able to figure out how to swap mounting points. The verizon release of android 4.3 may make modifying the vold.fstab more feasible but we will just have to wait and see.
For now, here are several routes I have looked into:
Modifying vold.fstab: There may be more code we can add but the current file only contains the mounting location for external storage and not internal storage. This makes it seemingly impossible to just swap lines of code. Someone trying to overcome the same road block: http://forum.xda-developers.com/showthread.php?t=2168489.
Modifying storage_list.xml within framework-res.apk: I have looked into how android mounts storage devices and it seems that 4.2.2 and earlier rely on the vold.fstab and storage_list.xml (http://source.android.com/devices/tech/storage/). I then began trying to look into the storage_list.xml located in the framework-res.apk and found these:
http://forum.xda-developers.com/showpost.php?p=27432510
http://forum.xda-developers.com/showpost.php?p=35792201
I tried modifying the storage_list.xml but when I swapped the "sdcard0" and "extSdCard" text in the file (after unpacking adn repacking the apk) my phone went into a bootloop. I understand that swapping two phrases in a file didn't have much evidence to support trying it but I had to find out what it did. Maybe someone can help with this. This example of a storage_list.xml file provided by google (https://android.googlesource.com/de...eworks/base/core/res/res/xml/storage_list.xml) looks much different from the extracted file I pulled which had a lot of random characters and null signs (using notepad++).
Using init.d script: I have found two people who have tried this for the S4:
http://forum.xda-developers.com/showthread.php?t=2363670 This mod results in a lack of access to the internal device storage. (According to the posts)
http://forum.xda-developers.com/showthread.php?t=1772234 This mod results in a successful swap (according to some posts) but is unstable and causes a lot of application crashes and glitches. The OP needs more testers, but the thread is still fairly active and could be a possible route. I have yet to test this.
I understand that there are applications such as forldermount and link2sd that provide options for freeing up internal memory but these options do not provide enough storage for me personally (and others I'm sure). ME7 gave us app2sd ability but that still doesn't relieve enough space. My goal here is to start more discussion to address this issue. Any ideas or comments on the feasibility for swapping storage mounts please post below. DON'T LET THIS THREAD DIE.
Thank You,
MetaMav
P.S. I uploaded my S4's (SCH-I545) vold.fstab if anyone would like to venture at modifying it for this purpose.

Cool
Sent from my GT-I9505G using XDA Premium 4 mobile app

Using external as internal would render lag spikes due to garbage collection.

Performance
previse said:
Using external as internal would render lag spikes due to garbage collection.
Click to expand...
Click to collapse
I understand the caveats to swapping storage devices. We do not however fully know how performance impeding the modification will be until we find a fully functioning solution to test. I'm optimistic . My previous device handled swapping very well with not a lot, if any, noticeable performance loss.

It's a good idea. Wouldn't using something like Link2SD and/or Foldermount help in getting more internal space?

Correct
maddog00 said:
It's a good idea. Wouldn't using something like Link2SD and/or Foldermount help in getting more internal space?
Click to expand...
Click to collapse
You're right, they are fantastic ways of saving space. They do not however provide the ease of having a larger internal storage that everything is installed on by default. Many people also do not want to deal with having to make a link or special exception for every application installed. If I am not mistaken there are also certain app functions that may not work if moved to the external SD card. My goal is that through some discussion and help we can figure out how to make storage swapping available for the S4 like it is for so many other devices.

MetaMav said:
You're right, they are fantastic ways of saving space. They do not however provide the ease of having a larger internal storage that everything is installed on by default. Many people also do not want to deal with having to make a link or special exception for every application installed. If I am not mistaken there are also certain app functions that may not work if moved to the external SD card. My goal is that through some discussion and help we can figure out how to make storage swapping available for the S4 like it is for so many other devices.
Click to expand...
Click to collapse
But with that slight increase on complexity you get rather significant increases in performance due to the much higher random R/W of the internal storage. Keeping system and most apps on the faster internal is preferable.
You're on XDA man. If the choice is between a slight increase in complexity and a big increase in performance... I'd put my money on performance.
Side: you are very wrong when you say certain app functions won't work. With folder mount there is no difference as far as the app is concerned. These are links not app2sd.
You also don't have to make a link for every app installed. I have it set up to link the entire /Android/OBB/ folder. Set it once and done.
Sent from my SCH-I545 using Tapatalk 4

Metallice said:
But with that slight increase on complexity you get rather significant increases in performance due to the much higher random R/W of the internal storage. Keeping system and most apps on the faster internal is preferable.
You're on XDA man. If the choice is between a slight increase in complexity and a big increase in performance... I'd put my money on performance.
Side: you are very wrong when you say certain app functions won't work. With folder mount there is no difference as far as the app is concerned. These are links not app2sd.
You also don't have to make a link for every app installed. I have it set up to link the entire /Android/OBB/ folder. Set it once and done.
Sent from my SCH-I545 using Tapatalk 4
Click to expand...
Click to collapse
Thank you for the corrections Metallice. In my previous reply I meant that moving apps via app2sd would prevent certain features from working such as widget functionality and listening for "boot completed" events. I did not mean that using applications such as Link2SD and Folder Mount would cause these complication. Those two apps are very viable solutions for saving space (I use them myself). Also, I understand the concern for performance but I haven't used a device with this mod where I noticed any noticeable performance loss when using applications.
At any rate, I want to use this discussion for making this swapping method work. Any input as far as what I compiled in the OP or possible modifications that could make this mod work on this device would be fantastic.

Bump
I really enjoyed this mod on my S3. I have tried several methods to accomplish this myself with no success so far. Thanks for starting the OP!!
I hope we can come up with a working solution soon!!!

Hello and thanks for inviting me to this thread.
I have tried all possibile things I think! I use folder mount now but is really bad as it make my phone slow, hot and battery eater but... Do the job.
Anyway... I have made the switch but I have the problem of duplicates in gallery.
The only way to mount in correct way the external sd card into data/media/0 is with mount -o bind.
I have tried to mount vold file or block file with mount -t vfat umask and all is OK but some media files are not recognized by gallery!!! I can't understand why media files of what's app and of go SMS for example are not seen in gallery!
The only way to fix it is to bind the storage/extSdCard directory but... After we have two mount point for external sd and so duplicates.
Then I have tried another trick which works... So i have changed in vold.fstab the mount point of external sd card in usbDriveA and... Yes all is OK! Bind is OK! Zero duplicates! But.... Always there is a but... Since it is mounted sd USB drive, i have the notification for unmount always visibile and unmounting this became dangerous!
The best way to this swapping is to mount external sd in another folder different from /storage/extSdCard so I can do all I need with init.d script but when I change the mount point in vold.fstab to /storage/extSdCard2 for example, I have bootloop.
Any idea?
From universe with my gs4 snapdragon powered!

Bump!!
Made it http://forum.xda-developers.com/showthread.php?t=2468596

mattiadj said:
Bump!!
Made it http://forum.xda-developers.com/showthread.php?t=2468596
Click to expand...
Click to collapse
This is AWESOME! I updated the OP.

* *

jr0324 said:
His thread is very clearly posted in the i9505 sub... has anyone tried this on vzw s4? Aosp/wiz results?
Click to expand...
Click to collapse
I have tried this on my VZW S4 SCH-I545 and it works on my device. I think this mod only works for Touchwiz ROMs with init.d support (universal init.d app on the play store may be an alternative) but the OP has yet to receive enough feedback. I do not know if this works for the ocotocore version of the S4 but it should work for any Snapdragon 600 S4 carrier (not confirmed yet). Here are the specs of my device running this mod:
Model: SCH-I545 (Verizon Wireless, Snapdragon 600)
ROM: BoneStock ROM v1.1.4 (http://forum.xda-developers.com/show....php?t=2384362)
Kernel: KTweaker 9/17 build (http://forum.xda-developers.com/show....php?t=2294083)
SD Card: 64GB SanDisk calss 10 (fat32) with a second 10GB fat32 partition for link2sd
Stay tuned for more information on the mod's main thread!

The init.d support factor would rule this out with ME7 and Safestrap - Rom slots, correct?

lazer9 said:
The init.d support factor would rule this out with ME7 and Safestrap - Rom slots, correct?
Click to expand...
Click to collapse
I'm not sure, but I'd recommend trying the universal init.d app on the store play and see if that works with safe strap.
Sent from my SCH-I545 using xda app-developers app

MetaMav said:
I'm not sure, but I'd recommend trying the universal init.d app on the store play and see if that works with safe strap.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
I ran the universal init.d app from play store - ran the test - rebooted... Said I already had init.d support. Proceeded with your mod install. But I don't think it's doing anything different. Don't really understand the steps in your OP to verify. I'm using the extfat one.

lazer9 said:
I ran the universal init.d app from play store - ran the test - rebooted... Said I already had init.d support. Proceeded with your mod install. But I don't think it's doing anything different. Don't really understand the steps in your OP to verify. I'm using the extfat one.
Click to expand...
Click to collapse
I've seen posts suggesting exfat may have some issues. I'd try formatting your SD card to fat32 and following the install guide very closely. Let me know if you get it to work or get stuck again. I got it to work with fat32.
Sent from my SCH-I545 using xda app-developers app

MetaMav said:
I've seen posts suggesting exfat may have some issues. I'd try formatting your SD card to fat32 and following the install guide very closely. Let me know if you get it to work or get stuck again. I got it to work with fat32.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
I may try that. I assume I could just copy everything to the PC from my ext card then format then copy everything back and give it another go? Is there something I should remove first since I have the extfat one installed now before resorting to flashing the FAT32 one if I go this route?

lazer9 said:
I may try that. I assume I could just copy everything to the PC from my ext card then format then copy everything back and give it another go? Is there something I should remove first since I have the extfat one installed now before resorting to flashing the FAT32 one if I go this route?
Click to expand...
Click to collapse
You should be able to just copy over to pc and reformat. You need to either remove the init.d script for this mod in your init.d folder before you flash the fat32 one or revert to a previous backup. Read the mod's main thread for details on this.
Sent from my SCH-I545 using xda app-developers app

Related

edit solved (Entropy Came Through Again!) $30 bounty for a fix for my issue!!

I am shocked that i cant seem to find any solution to this, even more so i am shocked that i haven't come across users that are even looking for a solution to this isssue. Anyways here is goes..
Our phones have an internal and external sd card. That great! actually it blows in my mind. I wish we didnt have internal sd because it just screws everything up when you are trying to do what i want to do. I have a 32gb external sd that i want to use as the main storage for nandroids, downloads, ti backups, and all or atleast most application external data. I have to keep deleting backups one after another because i my internal sd card is always full, and when it comes to my nandroids its a pain to have to move them from internal to external sd and then back when i want to restore (which it also causes issues for me and i get a md5 mismatch in cwm). There has got to be a way to use your exteral sd card as the main storage, CM7 has a solutions to this but it only works at boot so it doesnt mount the external as internal within recovery, which i can live with because cwmr 5.0.2.7 allows you to backup and restore to either the internal or external. The issue with this is no other rom does this so if i am on another rom besides cm7 then and i want to restore a backup that i did on my external sd with 5.0.2.7, i have to move the nandroid from external to internal to do so, and when you are moving it from one to the other on your phone it takes forever because it is usually 700+mb.
This whole internal sd and external sd is really pissing me off. This phone (which i truly love and is by far the best phone on my market) and my other phone, droid bionic are the only two phones that i have every owned that have had this issue. All other phones of mine (HTC) have never had an internal sd card.
If someone can come up with a fix or point me to a fix that will accomplish what i am looking for I would quickly pay (or donate) $30.00. Its not a lot of money but its enough to buy some accessories and for me, paying $30 is worth it. Again i need a fix that will work in recovery(cmr 5.0.2.7 does this) and at boot.
Edit. Nevermind, it seems the only way to fix this issue the way i need it is if we get the new cwm 5.0.2.7 recovery. Just waiting on entropy to try and get this in his kernal. Once he does that i will be donating again to him instead
Pretty simple, in recovery.fstab swap what internal and external point to, compile, flash, FIXED.
can you provide some instructions? What does this do exactly.
Thanks
Google "fstab" and "linux mounts" and you'll find an answer... but be careful because as there might be unexpected consequences...
Sent from my SAMSUNG-SGH-I777
I'm not an expert, but when I first ran CWM the entire phone storage was unmounted and just internal storage. I had to mount it SD. Couldn't you just go to cwm and reverse that?
Sent from my SAMSUNG-SGH-I777 using xda premium
Shammyh said:
Google "fstab" and "linux mounts" and you'll find an answer... but be careful because as there might be unexpected consequences...
Sent from my SAMSUNG-SGH-I777
Click to expand...
Click to collapse
Well I dont know nearly as much as you, so googling those terms does not help. I appreciate the gesture but i am going to need some more help than that unfortunately.
Does anyone know the block id for sd-external?
did you take a look into fstab? it should be pretty apparent from there. if not, then just issue mount command from console - it prints out all currently mounted devices, including sdcard.
don't forget to send DG $30 for the hint
vladm7 said:
did you take a look into fstab? it should be pretty apparent from there. if not, then just issue mount command from console - it prints out all currently mounted devices, including sdcard.
don't forget to send DG $30 for the hint
Click to expand...
Click to collapse
recovery.fstab? correct not vold.fstab, right? And what is the external sd mount id?
I just want to be clear that i want it to mount the external sd as internatal in recovery not just at boot so vold.fstab will not do that
Entropy just included a fix for this in his new kernel 111311. Just flash it and voila.
Sent from my SAMSUNG-SGH-I777 using XDA App
Romee74 said:
Entropy just included a fix for this in his new kernel 111311. Just flash it and voila.
Sent from my SAMSUNG-SGH-I777 using XDA App
Click to expand...
Click to collapse
Yes i know but thanks.

[CONTEMPLATION] getExternalStorageDirectory

So, I make apps for android, and if anyone is familiar with it, the proper way to write to the storage is using Evironment.getExternalStorageDirectory(); this will return with the internal sd card location on devices with internal sd card.
Well, i decompiled the system files and found the method that is "getExternalStorageDirectory" and found how it creates it.
So, i can change it to return with the path to the ACTUAL external sd card. This means that every app that uses getExternalStorageDirectory will place EVERYTHING onto the actual EXTERNAL sd card. Thus freeing up the internal sd card AND the data partition allowing for more apps to be installed.
What are your guy's thoughts about this? I feel like it might work. However, if one doesn't have an external sd card, things could go very hay wire.
Yep, it will work for apps relying to this function.
There is such mod for Xperia Z for quite some time. You can look to that mod to simplify modding process
Be great to have looking for a switch mount script like I had on S2 and S3.
Sent from my SGH-M919 using Tapatalk 2
Miami8906 said:
Be great to have looking for a switch mount script like I had on S2 and S3.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
This isnt a script. This is a smali edit which is a lot better. I don't like scripts
elesbb said:
This isnt a script. This is a smali edit which is a lot better. I don't like scripts
Click to expand...
Click to collapse
Cool is it available yet or are you still working on it?
What path are you using to designate the external sdcard or how are you determining it?
The Thanks button is just to avoid "THANKS" posts in threads. Nothing more. Don't defeat the purpose of why it was introduced.
CNexus said:
What path are you using to designate the external sdcard or how are you determining it?
The Thanks button is just to avoid "THANKS" posts in threads. Nothing more. Don't defeat the purpose of why it was introduced.
Click to expand...
Click to collapse
The mount point for the external sd card is /mnt/extSdCard
And there is another method that I can use to test for if it's mounted or not, and if it's not mounted, then revert to internal sd card. I'm hoping it works lol. Still haven't had time to mess with it though.
Sent from my SGH-M919 using Tapatalk 2

Data2sd?

Seeing as how the rezound has a whopping 2.34 gb dedicated for /data, what's the best way to incorporate data2sd if at all possible? The sdcard is formatted and ready to go, all I need is the best way to add the capabilities. Thanks.
Sent from my brain using xda-developers app
drhile said:
Seeing as how the rezound has a whopping 2.34 gb dedicated for /data, what's the best way to incorporate data2sd if at all possible? The sdcard is formatted and ready to go, all I need is the best way to add the capabilities. Thanks.
Sent from my brain using xda-developers app
Click to expand...
Click to collapse
u mean 2.34 GB for app storage, right? because rezound has approximately 11 GB for data storage (the phone storage).
from the subject if u mean something like app2sd darktremor script, super app2sd script, cronmod data2sd/ext2sd script or any others. All these scripts have 2 specific partitions for both the app and data by using partitioned sd card, i've used for some my old phones.
i've read related threads here for seeking the function too but never find at least one special thread about this kind of modding or other rom threads that provide data2script mod in their roms. Honestly i need it too
may be u have to make some gambling here for trying to use universal data2sd/ext2sd or any kinds which compatible for rezound in general hacking modding thread
drhile said:
Seeing as how the rezound has a whopping 2.34 gb dedicated for /data, what's the best way to incorporate data2sd if at all possible? The sdcard is formatted and ready to go, all I need is the best way to add the capabilities. Thanks.
Sent from my brain using xda-developers app
Click to expand...
Click to collapse
Look at Link2SD... I have been using it since the days of my HTC Aria, it essentially makes your programs partition as large as you have SD card partition space and it has a nice interface. You do have to partition your SD card though, adding a partition specifically for Link2SD and then the application creates symbolic links in the normal partition for apps that point to the sd card. Make sure you read the instructions on how to use it though, or you will be wasting your time (use Link, not move).
eenpermana said:
u mean 2.34 GB for app storage, right? because rezound has approximately 11 GB for data storage (the phone storage).
Click to expand...
Click to collapse
Yes I'm referring to the /data partition
acejavelin said:
Look at Link2SD... I have been using it since the days of my HTC Aria, it essentially makes your programs partition as large as you have SD card partition space and it has a nice interface. You do have to partition your SD card though, adding a partition specifically for Link2SD and then the application creates symbolic links in the normal partition for apps that point to the sd card. Make sure you read the instructions on how to use it though, or you will be wasting your time (use Link, not move).
Click to expand...
Click to collapse
I'll give that a try thanks
Update: Worked like a charm thanks!
Sent from my brain using xda-developers app

PLEASE HELP!! How do you install a large app/game on the SD card on kit kat? lg optim

I have the LG L70 running KitKat and. So I got 750mb free storage space, and while I can move an app to the SD card after install, incl. the main app of gangstar vegas, but when I run it and it tries to download the 3gb data package, it obviously says not enough space on the device internal storage. Which is true, but I have the SD card inside, how do I get the phone to download the data there? im rooted aswell if that helps is there an app that can make the phone think my external memory is my internal memory? thanks in advance
TheRealAlware said:
I have the LG L70 running KitKat and. So I got 750mb free storage space, and while I can move an app to the SD card after install, incl. the main app of gangstar vegas, but when I run it and it tries to download the 3gb data package, it obviously says not enough space on the device internal storage. Which is true, but I have the SD card inside, how do I get the phone to download the data there? im rooted aswell if that helps is there an app that can make the phone think my external memory is my internal memory? thanks in advance
Click to expand...
Click to collapse
Link2sd plus will do that for you. It has an option of placing the application and/or its data on the sd. It's a paid app, but only $2 - well worth it imo.
thanks ill check it out and get back to you
its not working for me are sure it will allow me to download the additional 3gbs to the EXTERNAL sd card? instead of the internal storage wich has only 700mb's? thanks for your suggestion though this is really stomping me
TheRealAlware said:
its not working for me are sure it will allow me to download the additional 3gbs to the EXTERNAL sd card? instead of the internal storage wich has only 700mb's? thanks for your suggestion though this is really stomping me
Click to expand...
Click to collapse
OK, I should have been clearer. This is more complex than what I first described. In order to use Link2SD plus optimally, you will need to perform a few steps. You can find the reasoning behind them in the Link2SD FAQ (although a bit outdated). Here are the steps you should perform:
1. Backup your SD. This is a means of precaution only.
2. Reformat your SD drive to add a second ext3/ext4 partition (no need to wipe the data or anything like that). Its size should be about 10% of the total SD size. You can do it with MiniTool Partition Wizard. Make sure that the new partition is primary and not logical.
3. Reinstall Link2SD plus in order for it to recognize the new SD layout. May need to reboot here.
4. From Link2SD plus, choose your game. Tick all Link options, especially the link data option.
This will fool the game to think that its data is located on the internal storage, but it's really on the SD. In this case, the 3GB data should now be downloaded to SD.
Digdis said:
OK, I should have been clearer. This is more complex than what I first described. In order to use Link2SD plus optimally, you will need to perform a few steps. You can find the reasoning behind them in the [Link2SD FAQ[/URL] (although a bit outdated). Here are the steps you should perform:
1. Backup your SD. This is a means of precaution only.
2. Reformat your SD drive to add a second ext3/ext4 partition (no need to wipe the data or anything like that). Its size should be about 10% of the total SD size. You can do it with. Make sure that the new partition is primary and not logical.
3. Reinstall Link2SD plus in order for it to recognize the new SD layout. May need to reboot here.
4. From Link2SD plus, choose your game. Tick all Link options, especially the link data option.
This will fool the game to think that its data is located on the internal storage, but it's really on the SD. In this case, the 3GB data should now be downloaded to SD.
Click to expand...
Click to collapse
ok how do i back up my sd that may be a stupid question but im new to android and that software lets me partition my sd card? is this the only method? is there not an app i can download? i know that sounds lazy but wow thats alot of steps but either way i really appreciate your help bud
TheRealAlware said:
ok how do i back up my sd that may be a stupid question but im new to android and that software lets me partition my sd card? is this the only method? is there not an app i can download? i know that sounds lazy but wow thats alot of steps but either way i really appreciate your help bud
Click to expand...
Click to collapse
Have you tried xposed framework, here's a couple modules that may help- http://forum.xda-developers.com/showthread.php?t=2884004
http://forum.xda-developers.com/showthread.php?t=2789267
Sent from above using Xparent Tapatalk Blue
TheRealAlware said:
ok how do i back up my sd that may be a stupid question but im new to android and that software lets me partition my sd card? is this the only method? is there not an app i can download? i know that sounds lazy but wow thats alot of steps but either way i really appreciate your help bud
Click to expand...
Click to collapse
PiggyFlooper said:
Have you tried xposed framework, here's a couple modules that may help- http://forum.xda-developers.com/showthread.php?t=2884004
http://forum.xda-developers.com/showthread.php?t=2789267
Sent from above using Xparent Tapatalk Blue
Click to expand...
Click to collapse
@TheRealAlware - why don't you try PiggyFlooper's modules. I didn't know any of them, and it seems that the first one may suit your needs.
If they don't help you, I can give you a step by step guide on how to use Link2SD plus. Do you have an SD reader? If so, some of the steps can be easier.
Digdis said:
@TheRealAlware - why don't you try PiggyFlooper's modules. I didn't know any of them, and it seems that the first one may suit your needs.
If they don't help you, I can give you a step by step guide on how to use Link2SD plus. Do you have an SD reader? If so, some of the steps can be easier.
Click to expand...
Click to collapse
no i dont have an sd reader unfortunately but ill try piggys suggestions and get back to you two i didnt think android would be so complicated when i switched from ios i thought i was done with jailbreaks and os tweaking lol
TheRealAlware said:
no i dont have an sd reader unfortunately but ill try piggys suggestions and get back to you two i didnt think android would be so complicated when i switched from ios i thought i was done with jailbreaks and os tweaking lol
Click to expand...
Click to collapse
LOL yeah. Although I'm a big android fan, this specific issue (the whole dealing with external SD that is) is a weak spot which android keeps failing to address throughout its releases. I know where it's coming from (basef on linux) but it's still something that should have gotten a proper creative solution by now.
I have L7 II and I used FolderMount on obb of games like FIFA 14 and it worked fine,you should try it
Digdis said:
LOL yeah. Although I'm a big android fan, this specific issue (the whole dealing with external SD that is) is a weak spot which android keeps failing to address throughout its releases. I know where it's coming from (basef on linux) but it's still something that should have gotten a proper creative solution by now.
Click to expand...
Click to collapse
im gonna try this out tomorrow ive been busy at work thanks for yalls help ill tell you how it goes and im sorry for my dely
TheRealAlware said:
im gonna try this out tomorrow ive been busy at work thanks for yalls help ill tell you how it goes and im sorry for my dely
Click to expand...
Click to collapse
No problem mate. It's best for you to try all the methods posted here by other people before trying Link2SD plus. If they work, it'll save you much hassle. I've tried to think of a guide for you, and it figured to me that the only way for it to work is if you either get an SD card reader or alternatively another device that allows you to mount the SD in a USB MSC (mass storage class) mode, as AFAIK LG stock devices only allow MTP mode, something that won't allow you to format a partition using your PC.
Digdis said:
No problem mate. It's best for you to try all the methods posted here by other people before trying Link2SD plus. If they work, it'll save you much hassle. I've tried to think of a guide for you, and it figured to me that the only way for it to work is if you either get an SD card reader or alternatively another device that allows you to mount the SD in a USB MSC (mass storage class) mode, as AFAIK LG stock devices only allow MTP mode, something that won't allow you to format a partition using your PC.
Click to expand...
Click to collapse
i dont think that's for me piggies module i mean it's not saying anything about downloading the additional app data onto the sd card its just gonna let me move the obbs to the sd card i've been thinking maybe its best if instead of looking for a way to download the additional data to the sd card perhaps i should just look into how to make my phone think the sd card is the internal and the internal is the external that would solve all my problems and way to do that? and again sorry for my tardiness work has kept me busy lol
TheRealAlware said:
i dont think that's for me piggies module i mean it's not saying anything about downloading the additional app data onto the sd card its just gonna let me move the obbs to the sd card i've been thinking maybe its best if instead of looking for a way to download the additional data to the sd card perhaps i should just look into how to make my phone think the sd card is the internal and the internal is the external that would solve all my problems and way to do that? and again sorry for my tardiness work has kept me busy lol
Click to expand...
Click to collapse
What you said is exactly what link2sd plus does. Alas, a part of the sd should be formatted to ext3 for this purpose.
Do you happen to have CWM installed?
Sent from my LG 714 via Tapatalk
Digdis said:
What you said is exactly what link2sd plus does. Alas, a part of the sd should be formatted to ext3 for this purpose.
Do you happen to have CWM installed?
Sent from my LG 714 via Tapatalk
Click to expand...
Click to collapse
im guessing cmw is clockwork mod? no i dont and what is it? i'm really pretty new to android and all it's tweaks and come to think of it yeah we did talk about this it musta slipped my mind the partitioning i mean lol
TheRealAlware said:
im guessing cmw is clockwork mod? no i dont and what is it? i'm really pretty new to android and all it's tweaks and come to think of it yeah we did talk about this it musta slipped my mind the partitioning i mean lol
Click to expand...
Click to collapse
Yes, CWM is Clockwork Mod - Android's recovery program. Reason I asked is that it has a built-in ability to partition your SD, something that'll ease things up.
And don't feel bad about not partitioning theSD - this shouldn't be done in the vast majority of the cases, only in when you wanna use apps like Link2SD or others that need to push Android to the limit...
ok ill look into that today and get back at you also is it possible to sideload an app directly on to your external sd? could that work and let me side step alot of trouble thanks
TheRealAlware said:
ok ill look into that today and get back at you also is it possible to sideload an app directly on to your external sd? could that work and let me side step alot of trouble thanks
Click to expand...
Click to collapse
I guess it's possible, but I don't know how to do it...
Regarding Link2SD plus guide, you'll need one of the following two:
1. CWM on your device
2. A card reader, or another phone that allows you to mount the SD as MSC (like Disk On Key - in windows it'll show as an additional drive)
Digdis said:
I guess it's possible, but I don't know how to do it...
Regarding Link2SD plus guide, you'll need one of the following two:
1. CWM on your device
2. A card reader, or another phone that allows you to mount the SD as MSC (like Disk On Key - in windows it'll show as an additional drive)
Click to expand...
Click to collapse
yeah i dont have a card reader and i dont know anybody that has one neither i wish i would did more research before i made the leap from ios to android i thought android was more accessible open and easier to deal with i assumed that since you had an sd card slot having a ton of internal space wasn't critical like it is on ios because you could buy memory i had no clue how wrong i was and since i got this phone and ive noticed something odd gl to sd seems to be doing what i want but only for on app assassins creed black flags companion app runs fine when i use gl to sd the additional data downloaded on my external sd and when i try to run the app without gl to sd it tries to download the additional files on my internal sd are you familiar with that app and how to get it to work with other apps like gangstar vegas? thanks man for your and everybody eles help

please help about memory!

I have done transfer all apps to Sdcard using adb shell, but the internal memory is full now whereas the apps on the SdCard!
please any suggestion to fix it!?
@boss-619, You did push only "apps" into your SD card manually and took benefit of Android natural App2SD Support, but rest of them from dex + lib files /data /data/Dalvick -cache files etc .etc,,, of each individual was remained inside your internal storage space. You can use symlink mechanism , used inside link2sd ( re-partitioning of SD card into ext2,4 and FAT,32 is required,>>suggested through CWM) to transfer above I did mention into /SD-ext partition,Thus free some of your space. However I would recommend Universal CronMod INT2EXT+ ,which does not require linking and far more efficient for your device by increasing your internal storage space. You may follow my comments and the other fellow for more insight into how thing must be done in order to be effective ( post#481-483). Also please state stock/custom Rom you are using at the moment for more help in near future .
Edit: Reading Post#480 is also beneficial, regardless of your custom/stock based Rom you are using atm.
ehsanotaku said:
@boss-619, You did push only "apps" into your SD card manually and took benefit of Android natural App2SD Support, but rest of them from dex + lib files /data /data/Dalvick -cache files etc .etc,,, of each individual was remained inside your internal storage space. You can use symlink mechanism , used inside link2sd ( re-partitioning of SD card into ext2,4 and FAT,32 is required,>>suggested through CWM) to transfer above I did mention into /SD-ext partition,Thus free some of your space. However I would recommend Universal CronMod INT2EXT+ ,which does not require linking and far more efficient for your device by increasing your internal storage space. You may follow my comments and the other fellow for more insight into how thing must be done in order to be effective ( post#481-483). Also please state stock/custom Rom you are using at the moment for more help in near future .
Edit: Reading Post#480 is also beneficial, regardless of your custom/stock based Rom you are using atm.
Click to expand...
Click to collapse
Thank you so much!
Use link 2sd app ... I'm using its better
Sent from my GT-S5830 using xda app-developers app
Acedevloper_sushant said:
Use link 2sd app ... I'm using its better
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
You need to give us more than half a sentence to convince and back up your claim. Link2sd might be more flexible in some regards , but nothing can beat universal script in performance and balance you can create in between your 100+ apps and your very limited internal storage . I am going to give you benefit of doubt here,, imagine you need your Link2sd recognize your Ext partitions, thus, when doing a Nandroid backup, Nandroid would not recognize the Fat32 partition where apps were and would not back it up,, quite frustrating ,,

Categories

Resources