App data to external SD? - Verizon Samsung Galaxy S 4

I saw a thread somewhere yesterday with instructions on how to partition the external sd so we could move apps or app data (like large game data downloads) to it. Now that I have some time, I can't find it. Anyone know how we can accomplish this?

I think that it was with an app in the play store called 'foldermount'

Thanks, with that, I found it. I think I might just hold off until I see a method here on XDA that is tested though. I haven't had a phone with this little internal storage since the OG droid. I've been a little spoiled. I think once I get an AOSP rom on here, it won't matter as much.

Related

Google play music app

My music is currently saved on my external SD card. Every time I restart my phone, my music does not show up in the Google music app. I have to uninstall then reinstall the app for it to show in the app again. Does any one know why this happens and how I can fix it? I'm rooted but locked.
Send from my sexy EVO LTE!
I have this same problem all i do is go to app settings and clear the apps data and force stop. Works for me but i don't think there is a fix.
I highly doubt this is a fix, but do you have download songs wifi only checked? When I unchecked that all my songs were deleted a couple of times. But after a while it started to work again. I dunno but you might want to try changing that and seeing if it fixes it
MrsHoneyDip said:
My music is currently saved on my external SD card. Every time I restart my phone, my music does not show up in the Google music app. I have to uninstall then reinstall the app for it to show in the app again. Does any one know why this happens and how I can fix it? I'm rooted but locked.
Send from my sexy EVO LTE!
Click to expand...
Click to collapse
Try sdrescan from the market
Sent from my EVO using Tapatalk 2
This is what pissed me off most about this phone.
Solution:
everyones best bet is to do the sd card mount swap.
if u didn't root, this is the biggest reason to. This switches the places of the 10 GB phone storage and your sd card. there are 2 threads about this in our development section. Find my post in either one of the threads and follow the directions.
I am even now so sick of the sd card not getting mounted on boot. But oh well cause I only use that 10 GB for ps1 games now. I decided to fill it with the most useless, replaceable files that took up a lot of space on the sd card.how they partitioned, and handled storage space on this phone is HORRIBLE.
This is the best solution, but u are still going to end up dealing with the 10 GB of space not mounting almost every time u start the phone. But u can just go remount it in settings. And I almost never have to do that cause I filled the space with ps1 games and only have to mount it when I play fpse.
Everything I just said is all over the place but go find the threads in development, I wrote everything much clearer.
Swyped from my eVo

[Q] App to sd

Has anyone gotten app 2 sd to work for lg optimus g? After I installed it I tried to move apps but the option to move stuff never came up.
I tried also and the app says "The device does not have a real primary external storage, or the primary external storage is emulated." Not sure what to do.
Ran Out of Space
Yeah I ran out of space too, I think it is because of google music like one guy said on the forums to cache it to sd rather then internal but I wasn't able to find the cached music anywhere. I looked where he pointed out but I couldn't find them. I ran out of space for apps which sucks though cause more then half of my space is misc files at 6.7gb.

[NABI 2] Free up Internal Storage - Basic Tips

Fuhu's Nabi 2 comes with 8 GB of internal storage, but the actual space available for app install evaporates quickly. Here are a few tips from my experience that may help you figure out possible space hogs.
Part of the problem is due to the Nabi 2's file storage system. Instead of its external storage being located at /mnt/sdcard, it is instead at /mnt/sdcard2. This causes problems as many programs will assume they are saving to the external drive at sdcard, but are instead using precious space on the limited internal drive.
There are a couple different work-around rooted options, but at this time they seem to me a bit like a bandage. If you feel like tackling these more advanced drive swapping options, see Root External 2 Internal SD (How-to for Nabi 2 by e2950) and DirectoryBind by slig (How-to for Nabi 2 by Clarkiss). Root External 2 Internal SD swaps the two. DirectoryBind causes apps to install their extra data to sdcard2.
The first thing to do when you've got a failure to install an app due to insufficient space is to check the device's storage. Get there by accessing Android's Settings, Storage, and when the graph and list come up on the right, touch Apps. You can sort by app size or by alphabetical. Sort by size and the list will show which apps are taking the most space. Another way to get to the same place is via Android's Settings, Apps, and select All at the top.
A. Easiest is removing unwanted demos and preinstalled apps. Touch the name of the app and select Uninstall. I am unsure if this will require root or not. I didn't try while still unrooted and don't know if some apps are locked in by Fuhu.
B. My first space hog was actually the Gallery. One of the first things we do after getting recovery and root on the Nabi 2 is to install GApps. In doing so, Google's Gallery replaces Fuhu's. I have uploaded many Picasa albums over time and, using my Google account on my son's Nabi 2, syncronized and downloaded 300 MB onto the internal storage.
Unsync and clear Google Gallery:
1. Open Android's Settings, Accounts & sync, [Your Google Account], Uncheck Sync Google Photos
2. Settings, Storage, Apps (All), Gallery, Force Stop, Clear Data
3. Reboot
After rebooting, the downloaded albums and photos Google had sync'd will be gone, freeing up precious internal space.
Update: More picture/video space hogging was found in /mnt/sdcard/DCIM/.thumbnails There were two thumbnail files adding up to 277MB hiding out.
C. Having multiple rooted android devices, one of the first things I set up after rooting is Titanium Backup (TB). Normally, TB saves its backed up files to sdcard. But, because sdcard is the Nabi 2's space constricted internal storage, this causes a problem quickly. The solution is to change TB's backup storage location. This can save hundreds of MBs. This was the first problem I tackled, so I don't remember how much
1. In Titanium Backup, open Preferences, Backup storage location
2. Change the default location from /mnt/sdcard/TitaniumBackup to /mnt/sdcard[BOLD]2[/BOLD]/TitaniumBackup
TB will handle copying your contents from the old directory to the new one.
D. My next surprise space hog was cloud storage app Box. Hogging a respectable 138 MB of files apparently sync'd/cached, this one was easy to clear.
1. In Box, open Settings, and touch Clear Cache under the Folder Activity heading.
These are basic, simple, and temporary tips which will only free a little more space to allow installation of that one last app you mean to get on your Nabi 2. Any other suggestions would be more than welcome.
I'm hoping that as the Nabi community matures and XDA grants us our own subforum (hint: lets do our best to stoke more Nabi 2 threads), that solutions are created to truly fix the lack of space to make this device pain free and open up its true potential.
Sent from my NABI2-NV7A using xda premium
Bait-Fish said:
....
There are a couple different work-around rooted options, but at this time they seem to me a bit like a bandage. If you feel like tackling these more advanced drive swapping options, see Root External 2 Internal SD (How-to for Nabi 2 by e2950) and DirectoryBind by slig (How-to for Nabi 2 by Clarkiss). Root External 2 Internal SD swaps the two. DirectoryBind causes apps to install their extra data to sdcard2.
....
Click to expand...
Click to collapse
This Root External 2 Internal SD (How-to for Nabi 2 by e2950) works great with my Nabi2. But does not work on boot. Does anybody knows why?
arvati said:
This Root External 2 Internal SD (How-to for Nabi 2 by e2950) works great with my Nabi2. But does not work on boot. Does anybody knows why?
Click to expand...
Click to collapse
I tried and tried myself too and never got it to work at boot or really even swap over the storage in any usable way. I have since given up on that.
Sent from my Transformer Prime TF201 using Tapatalk HD
Bait-Fish said:
I tried and tried myself too and never got it to work at boot or really even swap over the storage in any usable way. I have since given up on that.
Sent from my Transformer Prime TF201 using Tapatalk HD
Click to expand...
Click to collapse
I finally got it to work at boot and looked like everything was ok. Watched as I added apps and such, seemed that 80% of everything still installed to original Internal storage. Only real change was anything I downloaded went straight on micro sdcard. I also gave up.
Despite me using the external2internal app and it LOOKING like it was all swapped in the settings under data, the apps still all seem to go on the original tiny internal sd card and also when you use settings to look at installed apps, the free space it quotes tallies with the internal card, not the swapped-large-external card.
I can only assume something has gone a bit wrong in the settings of the app.
I dont understand how the nabi2 settings sees huge space under "storage" but tiny space under "apps" its as if the external2internal app has only swapped the two cards for "some" of the nabi's setup/brain
Any ideas please?
I was never able to get Ext2Int working properly so I abandoned that route.
Something that does work for me is [APP][ROOT] FolderMount - Link folders from internal SD to external to free space. It doesn't swap the internal for external outright, but does allow you to move specific data hogs to sdcard2. I still need to do a little walk through on it. . .
FM can move files from the original location to the destination of your choice if the files don't require root permissions. If they do, you have to move the files using a root file explorer of your choice.
FM will not work for moving apps due to its inherent time delay before actually changing the link to the new location. It's 30 seconds to 3 minutes after boot.
Sent from my VS910 4G using Tapatalk 2
Bait-Fish said:
I was never able to get Ext2Int working properly so I abandoned that route.
Something that does work for me is [APP][ROOT] FolderMount - Link folders from internal SD to external to free space. It doesn't swap the internal for external outright, but does allow you to move specific data hogs to sdcard2. I still need to do a little walk through on it. . .
FM can move files from the original location to the destination of your choice if the files don't require root permissions. If they do, you have to move the files using a root file explorer of your choice.
FM will not work for moving apps due to its inherent time delay before actually changing the link to the new location. It's 30 seconds to 3 minutes after boot.
Sent from my VS910 4G using Tapatalk 2
Click to expand...
Click to collapse
Thanks very much, Im not sure if that would work for me as most of my little boys apps are pretty small in size, most around the 20mb mark, with a few being 100mb so its not the big games or datahogs thats a problem, its the sheer weight of numbers of how many of these small apps he has installed.
So Im not sure if FM would actually be able to move any of his apps over to the external and actually work.
Even though he has so many apps, selective removing isnt a solution as he remembers them all. He is autistic trust me he remembers them hehe
Thanks and all help is appreciated.
Alex
DiskUsage is a good app to visually find large data stores. On my phone, I found Amazon caching all of the apps it had downloaded but I cancelled the installation on, over 1.5 GB! I don't use Amazon the same way on the Nabi though.
Sent from my VS910 4G using Tapatalk 2
reply
nice..
Bait-Fish said:
DiskUsage is a good app to visually find large data stores. On my phone, I found Amazon caching all of the apps it had downloaded but I cancelled the installation on, over 1.5 GB! I don't use Amazon the same way on the Nabi though.
Sent from my VS910 4G using Tapatalk 2
Click to expand...
Click to collapse
Thanks I had a look at diskusage but honestly I am so noobish that I couldnt quite tell exactly what it was explaining to me.
Looking on things like data or apps there were things listed that almost seemed twice and also some noted as apk's and I wasnt sure if this was the game itself, of if it was the apk file that installed the game and the tablet is storing the apk's as well as the installed games.
As a beginer at this kind of thing, its quite hard to get your head around it all.
And we have now officially run out of space and trying to magane through as best we can.
Thanks for the suggestion
Alex
The actual APKs, not good to move with FolderMount. But, if there's a bit of data in /data/data, /data/obb, /android, FolderMount can move that to your external storage, freeing space for more apps. At least you looked into it. My son has a couple apps that take 100s of MBs of data. That makes freeing space easy.
Sent from my VS910 4G using Tapatalk 2
Bait-Fish said:
The actual APKs, not good to move with FolderMount. But, if there's a bit of data in /data/data, /data/obb, /android, FolderMount can move that to your external storage, freeing space for more apps. At least you looked into it. My son has a couple apps that take 100s of MBs of data. That makes freeing space easy.
Sent from my VS910 4G using Tapatalk 2
Click to expand...
Click to collapse
Thanks Ill have a look at that data aspect when I can next get the tablet off of him, Thanks I appreciate the advice.
Dont think Ive seen the obb folder...
When I plug the nabi into the PC lead and it pops up like an SD drive on my PC, there does seem to be a lot of folders that people mention that I dont seem to be able to see. Possibly like a kind of hidden folder? Also the size of the SD looked at through the PC always shows as much smaller than it is.
So Im really thinking that there is a chunk of the internal-sd card, or internal memory, that is hidden from the basic pc cable connection. Is that right and if-so how am I able to see that area to be able to back it up and/or be able to mess with it?
Thanks
Alex
I don't have a Nabi 2 anymore but have any of you used the app Link2sd? I've been using it on another 4 gig device and works really well. You have not split your micro sdcard into 2 partitions. Link2sd uses the second partition and you use the first as your micro sdcard. When you click Link app to SD, it moves it, then open app and see if it runs OK. If not you'll have to click move to SD to put it back so it will work.
Sent from my SAMSUNG-SGH-I957 using XDA Premium 4 mobile app
Yes. That and FolderMount are what keep my son's Nabi functional.
A 2 GB partition was a bit small for me though. For anyone that goes that route and had a large SD (64 GB), give the Link2SD partition at least 3 GB. I had to start over after doing it the first time.
Or, count and calculate the apps you mean to move them add extra space for future expansion. That'd be the smart way
Sent from my SCH-I545 Dev Edition using Tapatalk 2
Im really dumb on these things and am terrified of busting my sons nabi (he relies upon it so much now).
So does this move the whole app, or just the data bits of the app? I heard that the bigger apps that are heavy on data move well, but the smaller apps that are mostly just the apk dont always move. Almost all my sons apps are the small kind. So Im not sure if this will still work.
Also, we hardly have anything at all to put on our external sd, we only bought it because we thought we could get apps on it. So is there any reason not to put a huge partition on the sd for the program? Our sd is 32gb, so I guess formats at about 28gb, so I was thinking of having the partition 25gb
Thanks for all the thoughts and help people.
PS: Is foldermount necessary as well? Or can I just try this with Link2SD? Im nervous enough about trying to learn one new software but integrating two at the same time concerns me somewhat.
Thanks
Alex
Some thoughts.
Honestly, from my experience with both, do Link to SD with a respectable partition. Something big enough to grow into, maybe 5 GB. Or, 10 since you say you have a lot of external SD space, but that is surely overkill since the apps data will burst your internal before the apps exceed 10 GB.
That allows you to move the largest apps to the external. Their data will still be on the internal though. That will be your next headache.
I find my FolderMount pairs frequently unpinned and I have to log into Daddy mode and re-enable them. I think that would not be good for you, alexbobspoons. When the FolderMount pairs are not enabled, some of the larger data apps (Mini Motor or My First Trainz Set) will download their data again when my son tries to play them (to internal since the pair is not active). My four year old will tell me now so I can straighten it out. I use FolderMount to move the entire /sdcard/android/data and /sdcard/android/obb folders to the external.
But, like I said, focus on Link to SD and that should free some storage pretty well. I found it a bit more difficult than FolderMount. Also, I am unsure how Link to SD plays into making a nandroid, if it's all copied and restored properly. I haven't really tried that yet.
Update: And again, FolderMount was not linking my pairs this morning. I haven't tried to ask for help on that issue since the Nabi's storage is all funked up by default. FolderMount had an update so I will see if that changes anything. Also of note, I haven't upgraded to the latest Nabi update either.
While I was in there, I checked that I used all 2 GB I alloted for Link to SD (I should have done at least 4 GB) on the external. FolderMount has about 7 GB on the external.
Sent from my SCH-I545 Dev Edition using Tapatalk 2
Hi thanks again for the advice.
Am I right in thinking that most apps are composed of just two components, one component being the apk itself (which can be moved to external using link2sd), the other being the data (which can be moved to external using foldermount).
Is this right??
If-so, then IF I am using the disk-usage app correctly, then almost all of my sons apps are in the apk bracket with hardly any usage on the data aspect.
So if this is the case, then I wouldnt much need to use foldermount, and would simply need a huge partition on the external SD to have all the apps (apk's?) moved to. If that is the case, then I dont think I would bust the nabi2's internal memory with the data as theres hardly any of it.
Am I then right in thinking that after moving all the stuff via link2sd that my internal memory would be almost all empty, and all I need to do in future is 1: Buy new app and download, 2:Link2sd the new app, 3:Hand tablet back to son and all done.
Am I understanding it all correctly so-far please?
Thanks
Alex
PS: You mention nandriod.... whats nandroid?? Thanks.
Yes. apks are the apps. You've got the idea.
A nandroid is a term used for the backup image made while in custom recovery (TWRP on our Nabi 2s). It's like ghosting your PC. If you mess up after, you typically can restore that backup nandroid and make it like nothing ever happened.
I'm guessing the apps moved with Link to SD will not exist when the external SD is ejected. And, not backed up in the nandroid.
Ok thanks for that.
Well I have a spare 32gb sd card so my plan is:
1: Backup the nabi using twerp onto my existing sd card
2: format and prepare new sd card
3: remove ext2sd app in case it conflicts
4: put new sd card into nabi
5: Install link2sd
6: attempt to move apps over onto the external sd and see what happens
hopefully, the internal memory should get nice and empty, while the external memory slowly fills with the other stuff.
Then if it works, I can download all his missing apps and move each one to external sd
Fingers crossed.
Cheers
Alex
alexbobspoons said:
Ok thanks for that.
hopefully, the internal memory should get nice and empty, while the external memory slowly fills with the other stuff.
Then if it works, I can download all his missing apps and move each one to external sd
Click to expand...
Click to collapse
Alex,
Were you met with success? I'd like to clear out my daughter's Nabi 2, but I'll go your route if it worked. Also, has anyone found a way to save pictures or videos to the CD card by default?

[Q] Pretty disgusted

So I'm not sure if this is Samsung's fault or Androids. But I'm very disappointed with the Samsung Note 2 on Verizon, for one MAIN reason. The SD card is 16GB internal which honestly isn't very much. Everything you put on your phone is put onto the internal storage of the device instead of the " optional " SD card slot which I have a 32GB in there. WHY even have this option if you can't use it to put apps on it? My main beef with this is Google Play Music and Video's. Recently Google Play launched the service where it has unlimited streaming etc which is wonderful. Come to find out you can't change the directory of where it's put at. I am Rooted. I have tried beans ROM SD swap which STILL puts the music on the 16gb even though the swap says it did the transfer and I have 32GB free. I have looked for weeks and ran many scripts, use Rom Tool Box Pro and there is just no work around for this that I have found to work on my phone. Heck I even go to sdcard/data/android/come.google.android.music and yeah it has a data and file folder but there is NOTHING even in them, even when I cache my music in Google Play or click the " keep on device " Im so frustrated I don't even know what to do. I bought the new Die Hard movie yesterday which is 3GB and of course it saved it to my internal storage. The reason I wanted it on my phone is because I'm taking a trip to California soon and being a Verizon customer I only have 2GB of Data ( which sucks ) so Yeah. I know this is really my first post and I'm sorry to be ranting and raving but I have no IRL i can vent to about this because they will have NO clue what I am talking about. So besides beating my head on my keyboard, slicing my wrists or throwing the phone away does ANYONE have some good advice on what to do with my whole situation?
Hope everyone has a good memorial day weekend. Thanks All.
I hate this too, but I think both are to blame. I blame Google for no longer allowing us to install apps to the SD card, and for not allowing developers to install additional game content to the SD card. I'm not sure if this is the fault of Samsung, but why did they call the internal memory sdcard instead of internal? Every app that defaults to the external card such as Titanium Backup thinks the internal "sdcard" is actually the sdcard, because I seem to recall that on my Thunderbolt Google Play Music always downloaded songs to the external card.
Having expandable memory is pretty pointless for me, because the only thing I can use it for it TWRP backups, Titanium Backups, Pictures, and manual files that I copy over. I need more memory for apps, app data, and Google Play Music files.
I have my camera setup to save pictures to my SD Card and my music is also saved there and I'm not rooted.
Just checked and Amazon MP3 files are stored on the internal memory.
Sent from my SCH-I605 using Tapatalk 2
So you feel my pain geoff5093. If I knew this was going to happen I would of opted to find a "comparable" phome with 32gb internal but then I looked and everything has 16. This is really a remarkable device except for that fact. I think your right about it being both samsung and androids dault. I seem to remember on gingerbread OS you could move apps so I dont know why they would take a step back. Having the SD card on here is about as useless as a turd in a toilet. I doubt 4.2.2 will fix this issue as well. No clue what to do.
Also I came from the Samsung Galaxy Nexus which had 32gb internal and no SD and I was happy with that. Blah lol I need a beer!
So any of the apps2sd apps don't work no
Sent from my SCH-I605 using xda app-developers app
Thats correct or if it does say it moves it , it just tricks you to think you it is but in reality its putting everything on your internal memory.
Ah that sucks! Even those for root?
Sent from my SCH-I605 using xda app-developers app
Huh
So what's the problem.? There is plenty of space just use sd card put all movies and pics on it. Then use the program gl to sd to put large games on sd card. I have a 64gb sd card you should have no problem putting a 3gb movie of the phone
lwsoccjs said:
So what's the problem.? There is plenty of space just use sd card put all movies and pics on it. Then use the program gl to sd to put large games on sd card. I have a 64gb sd card you should have no problem putting a 3gb movie of the phone
Click to expand...
Click to collapse
The problem is google music and movies.. I cant just simple move the movies I buy or rent on google play to my sd card because the program doeant see them then.. I when I put music on my devie for google play it does the same thing.. Im *****ing because google wants u to buy their movies and music but dont give you a viable solution to store them and 16gb isnt a lot especially when apps and the system take almost have of the disk space. I realize I can take music from my computer and use the usb to transfer music but thats not what im trying to do.
Got it
Okay well with movies bought through Google movies you can download them to do card via wifi once downloaded you can move them to sd of phone would that not accomplish what you want?
Z3HR81 said:
So I'm not sure if this is Samsung's fault or Androids. But I'm very disappointed with the Samsung Note 2 on Verizon, for one MAIN reason. The SD card is 16GB internal which honestly isn't very much. Everything you put on your phone is put onto the internal storage of the device instead of the " optional " SD card slot which I have a 32GB in there. WHY even have this option if you can't use it to put apps on it? My main beef with this is Google Play Music and Video's. Recently Google Play launched the service where it has unlimited streaming etc which is wonderful. Come to find out you can't change the directory of where it's put at. I am Rooted. I have tried beans ROM .....
Click to expand...
Click to collapse
Have you tried this?
http://forum.xda-developers.com/showthread.php?t=2285312
torr310 said:
Have you tried this?
http://forum.xda-developers.com/showthread.php?t=2285312
Click to expand...
Click to collapse
Actually No I have not.. Have you tried it.. Thank you for showing me that thread I am goingbto check it out now and see what it all does and how it does it. Thank You
While I am checking this out.. Does any one know for sure where Google Play Music puts it's music? I thought and have read it was sdcard/data/Android/come.google.android.music but the Cache and File folder on there are completely empty... ( I am rooted and using root browser ) and if I add an entire album from google play to device it shows that my internal storage went down but I still can't see the files..
I am currently downloading that Master Clean app off of google play to see what it does.
Z3HR81 said:
While I am checking this out.. Does any one know for sure where Google Play Music puts it's music? I thought and have read it was sdcard/data/Android/come.google.android.music but the Cache and File folder on there are completely empty... ( I am rooted and using root browser ) and if I add an entire album from google play to device it shows that my internal storage went down but I still can't see the files..
I am currently downloading that Master Clean app off of google play to see what it does.
Click to expand...
Click to collapse
I did a Google search and found the music files I had downloaded but the files, according to the post I found, said they were only findable in Root Explorer for some odd reason. They were also in a odd place if I remember correctly. I wish I could find that post again, but maybe try Root Explorer and try Googling Google Music location if you haven't already.
Sent from my SCH-I605 using XDA Premium HD app
So that master clean does not work like stated.. was worth a shot. Wish I knew how to properly run a script to get everything to work.
shangrila500 said:
I did a Google search and found the music files I had downloaded but the files, according to the post I found, said they were only findable in Root Explorer for some odd reason. They were also in a odd place if I remember correctly. I wish I could find that post again, but maybe try Root Explorer and try Googling Google Music location if you haven't already.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
After a few unsuccessful attempts to locate where Google stores the files I gave Root Explorer a shot and it works. The music files are stored as mp3s in /data/data/com.google.android.music/files/music and the tracks are renamed (such as 3947.mp3 etc.). I currently have one album pinned on the device, the album has 14 tracks and there are 14 mp3 files in the folder stated above. Now, I expected the tracks to be protected and not playable in other music player apps (or on other devices) but I was kind of hoping that after I move them to my external microSD, Google Play Music would still be able to play those - which is not the case... *sigh
Please read forum rules before posting
Questions and help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
cazy_sk said:
After a few unsuccessful attempts to locate where Google stores the files I gave Root Explorer a shot and it works. The music files are stored as mp3s in /data/data/com.google.android.music/files/music and the tracks are renamed (such as 3947.mp3 etc.). I currently have one album pinned on the device, the album has 14 tracks and there are 14 mp3 files in the folder stated above. Now, I expected the tracks to be protected and not playable in other music player apps (or on other devices) but I was kind of hoping that after I move them to my external microSD, Google Play Music would still be able to play those - which is not the case... *sigh
Click to expand...
Click to collapse
I've always wondered where it was stored, thanks! Now I can download the songs from All Access
geoff5093 said:
I've always wondered where it was stored, thanks! Now I can download the songs from All Access
Click to expand...
Click to collapse
Yup, you can download as many as you can fit on your internal storage. The problem is not being able to play the songs once moved to a different location (unless youre perhaps aware of a method to do so?).

help with data storage

So I am running hyper drive on my s4 and so far I absolutely love it. It's exactly what should have shipped on the phone from factory imho. But I am hoping someone can help me learn how to manage my storage.
Hyper drive has a selection of file managers as optional software during the install. I chose all 3 so I could see which one I liked best. The problem is I'm a little confused as to how I can best utilize them.
I currently have a 16gb phone, with a 64gb card installed. I would like to keep as little on the device as possible.
I would like to have the rom, and small apps on the device. Then use the card to store spare roms, large apps, and other large files.
I am just not sure how to do this in the cleanest fasion, and don't want to lose or delete anything vital to the current rom etc. Are there tutorials or threads that would help me with this? Thanks a bunch. -Chris
iPhone*convert said:
So I am running hyper drive on my s4 and so far I absolutely love it. It's exactly what should have shipped on the phone from factory imho. But I am hoping someone can help me learn how to manage my storage.
Hyper drive has a selection of file managers as optional software during the install. I chose all 3 so I could see which one I liked best. The problem is I'm a little confused as to how I can best utilize them.
I currently have a 16gb phone, with a 64gb card installed. I would like to keep as little on the device as possible.
I would like to have the rom, and small apps on the device. Then use the card to store spare roms, large apps, and other large files.
I am just not sure how to do this in the cleanest fasion, and don't want to lose or delete anything vital to the current rom etc. Are there tutorials or threads that would help me with this? Thanks a bunch. -Chris
Click to expand...
Click to collapse
Set your camera to save to external SD card.
Move any music and remaining pics to external.
Use something like es file manager / download manager to direct any downloads from the Web to external card.
Finally read up on Folder Mount app and use that to point Pretty much anything you want to external card as well.
Move all apps you can to external and get rid of the ones you really don't need.
All that would be a great start.
Sent from my SCH-I545 using XDA Premium 4 mobile app

Categories

Resources