obb files to external - Galaxy S 5 Q&A, Help & Troubleshooting

I did search and with the google searches I've done, can't really figure it out so thought might ask here.
When I moved applications to external sd card, i didn't realize it didn't move the application data itself (inside obb folder), which is in the android device's internal memory. So basically, I have the application (i guess equivalent to .exe for windows) on the external sd card, but the beef of it (the applicatin's data) is still on the internal memory and using up the device's memory....how can I move the data (obb folder) to external, remove it from interernal to free up space, and have it boot up / work on the android device?
i'm not advance geek so need a dummy explination

You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.

fffft said:
You didn't provide details of how you moved the app or even what app we are talking about. So it's impossible to give targeted advice. Which is unfortunate since you want a dumbed down, simple answer. Which can't be done without knowing those crucial details.
You can use one of the Play store apps to move the app. I'm sure that some of them would move the app data as well. Or change the app data path (folder) in the app's settings. Or reinstall the app. Or alias the current internal data location to the external card with a symbolic link. Or any number of other ways.
The simplest options there would be trying some of the Play store apps that assist in moving programs to the external data card. And if that doesn't work for some reason, then reinstall your app.
Good luck.
.
Click to expand...
Click to collapse
Only thing I've done was root it then moved the application (move to sd card) via settings >> Application Manager. i want to do it for all apps but it's mainly due to games taking up lots of space. Reinstallng won't help cause everything that's obb just direct itsself to the internal storage, nothing i installed even gives me the option to install data into external, just only has a install button and it installs to internal memory

I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.

by the way...
fffft said:
I'm not going to sort all of that out. It can be done if you look into the details.
The best advice that I can offer is to consider installing a custom S5 ROM like Phoenix. It has a setup option to swap the SD cards. That would mean that all of your apps that automatically install and live on the internal memory.. would actually end up on the external card. And it works perfectly.. because the apps think that they are on the internal card even though they aren't.
The source script could also be applied to your existing configuration, but doing so would not fit inside your stipulation for a simple answer.
.
Click to expand...
Click to collapse
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files? I don't understand why android stays with that fat drived file systems were softlinks are not working. Is there any reason for? So all data2SD apps have to work with specific *mounts*. I can't believe that this is fast and stable.

brachypelma said:
fffft, one question here: Would it be possible to format the whole external SD card with ext4? So it would be quite simple to copy such files manually within a shell and set a softlink to the moved files?
Click to expand...
Click to collapse
That won't work unless you do a lot more prep work. The file system isn't invisible, the OS would have to interact differently with ext4 than ExFAT. The OS would balk the first time it tried to follow a symbolic link and didn't find the ExFAT structure it expects.
To make that work, you'd need to mount the card yourself, manage permissions and hide the file attributes i.e. permissions from the void manager and other housekeeping tasks. Android expects to find a case insensitive and permissionless FS. Otherwise, void will report errors to the volume manager and the OS won't recognize your card. All of which is to say that this is a more distant outlier to the requirement for a simple solution. So you'd be generating fatal errors the first time the OS tried to follow a symbolic link to your ext4 files.
So yeah you can shoehorn an ext4 card into the system with enough work. But it isn't as simple as you believe. So back to my suggestions that the OP either install a custom ROM that does what he wants or that he looks at the script that I linked him to. Or perhaps migrate to CM 11, where native support for ext4 and NTFS have been added.
.

Related

[Q] A3000-F Interal & External the same

Alright, i'm at wits end here. I've googled and googled for several days, looked at countless forums for help and advice, i've ran into numerous applications that would allow you to swap the two after rooting (Which I did with framaroot).
Here's my dilemma, the applications and even modifying the vold.slab, allow you to switch external for internal. External for the /most/ part some exceptions is suppose to be the External Memory of your device, the SDCard, however on the A3000-F the External is a symlink of the Internal. They're the /exact/ same.
I've checked it out with all kinds of programs, including Root Explorer, TWRP, Link2SD - they're all the same. When I check the stats of the two storage locations, they reflect the same contents.
All I want to do is somehow if it's magically possible. Point the damn External to the REAL SDCard, and not a emulated internal storage one. That's it - that's all I want, but Lenovo is hell bent on making this entire procedure near impossible.
I've factory reset, modified the symlinks inside Root Explorer. I did manage to get the external to show up in /some/ applications as a secondary storage, but the main base of the firmware still sees the external as the internal. Mirrored basically. I do hope you are following me when I say all this, and please don't just assume I want to swap internal for external - I KNOW how to do that. I want to POINT external to the SDCard (The real one) On my system that would be SDCard1, because SDCard0 is the symlink to /mnt/emulated/legacy
Okay that's it. I hope one of you gurus know how to make this work. I'm not afraid of ripping this thing open if I have to file architecture wise to make it work. I /really/ want this to work the way it should. I find it ludicrous that the external is just pointing to the internal and all the applications see secondary and primary storage as the /samething/.
Thanks again - I appreciate the help in advance!
7yn said:
Alright, i'm at wits end here. I've googled and googled for several days, looked at countless forums for help and advice, i've ran into numerous applications that would allow you to swap the two after rooting (Which I did with framaroot).
Here's my dilemma, the applications and even modifying the vold.slab, allow you to switch external for internal. External for the /most/ part some exceptions is suppose to be the External Memory of your device, the SDCard, however on the A3000-F the External is a symlink of the Internal. They're the /exact/ same.
I've checked it out with all kinds of programs, including Root Explorer, TWRP, Link2SD - they're all the same. When I check the stats of the two storage locations, they reflect the same contents.
All I want to do is somehow if it's magically possible. Point the damn External to the REAL SDCard, and not a emulated internal storage one. That's it - that's all I want, but Lenovo is hell bent on making this entire procedure near impossible.
I've factory reset, modified the symlinks inside Root Explorer. I did manage to get the external to show up in /some/ applications as a secondary storage, but the main base of the firmware still sees the external as the internal. Mirrored basically. I do hope you are following me when I say all this, and please don't just assume I want to swap internal for external - I KNOW how to do that. I want to POINT external to the SDCard (The real one) On my system that would be SDCard1, because SDCard0 is the symlink to /mnt/emulated/legacy
Okay that's it. I hope one of you gurus know how to make this work. I'm not afraid of ripping this thing open if I have to file architecture wise to make it work. I /really/ want this to work the way it should. I find it ludicrous that the external is just pointing to the internal and all the applications see secondary and primary storage as the /samething/.
Thanks again - I appreciate the help in advance!
Click to expand...
Click to collapse
there is a new rom called fuse
which combines internal and external SD into a hole one data.
7yn said:
Alright, i'm at wits end here. I've googled and googled for several days, looked at countless forums for help and advice, i've ran into numerous applications that would allow you to swap the two after rooting (Which I did with framaroot).
Here's my dilemma, the applications and even modifying the vold.slab, allow you to switch external for internal. External for the /most/ part some exceptions is suppose to be the External Memory of your device, the SDCard, however on the A3000-F the External is a symlink of the Internal. They're the /exact/ same.
I've checked it out with all kinds of programs, including Root Explorer, TWRP, Link2SD - they're all the same. When I check the stats of the two storage locations, they reflect the same contents.
All I want to do is somehow if it's magically possible. Point the damn External to the REAL SDCard, and not a emulated internal storage one. That's it - that's all I want, but Lenovo is hell bent on making this entire procedure near impossible.
I've factory reset, modified the symlinks inside Root Explorer. I did manage to get the external to show up in /some/ applications as a secondary storage, but the main base of the firmware still sees the external as the internal. Mirrored basically. I do hope you are following me when I say all this, and please don't just assume I want to swap internal for external - I KNOW how to do that. I want to POINT external to the SDCard (The real one) On my system that would be SDCard1, because SDCard0 is the symlink to /mnt/emulated/legacy
Okay that's it. I hope one of you gurus know how to make this work. I'm not afraid of ripping this thing open if I have to file architecture wise to make it work. I /really/ want this to work the way it should. I find it ludicrous that the external is just pointing to the internal and all the applications see secondary and primary storage as the /samething/.
Thanks again - I appreciate the help in advance!
Click to expand...
Click to collapse
see this it may help you
http://forum.xda-developers.com/showthread.php?t=2346389

Apps write on internal SD-Card only even with Android 4.4 SD-Fix

I slowly look there no longer. I have rooted my S3 Neo initially quite normal and provided with CWM as it has been explained in various tutorials. Then I fixed the Android 4.4 write access issue with the "NextApp SDFix" from Android market. With the "ES File Explorer" and "Total Commander" I could normally rename files on the SD card, copy and move.
However, to me the practical effect is associated with all apps, which store data automatically on the SD card very mysterious, because instead of the SD card, they will continue stored internally namely in "/storage/Emulated/0". I tested this with "Dead Trigger 2", which is usually stores the game data in "Android/OBB". In Application Manager I have the opportunity the app to move itself to the correct SD card (.android_secure directory), but just the app itself and not the game data wich stay in the internal, emulated SD-Card.
For my previous smartphone, an Ace 2 NFC (I8160P) there was a fix for it to fit the "vold.fstab" to file: http://forum.xda-developers.com/showthread.php?p=28419837#post28419837
I could find only a tutorial changing the internal memory with the real SD-Card for the normal S3, which, however, is probably not compatible with the S3 Neo: http://android-hilfe.digidip.net/visit?url=http://forum.xda-developers.com/showthread.php?t=2036796 - Or should I try it so anyway?
At first the question: Why the Kitkat-Fix is ​​at all useful, if it does not help in practice and the data continues to be stored internally? The only thing that has been directly accessed files to the correct SD card was the photo app but that's about it.
Update: I just see that it also provides an Android folder on the right SD card as well as in the emulated and actually reside in folders and the installed apps, including "Dead Trigger 2". However, the folder unlike emulated SD card are completely empty. What does that have to mean again?
I hope somebody can help me ans find a solution as I can't use my external SD-Card for most game datas or apps as planned or I will send back my S3 Neo tomorrow.
PLEASE!!! Can somebody help me???
do you use xposed? there are a couple of modules that allows you to use obb files from sdcard. Personally i use "xinternal". those ps apps never worked for me also.
Use Folder Mount
I use a xposed module called "HandleExternalStorage" and it works like a charm! Try it yourself!
Good luck

Set external SD card to default install location [HELP]

Hi, my problem is with the phone of my girlfriend. Now have external 64GB SD, because internal storage is full. I used Android SDK and all the instructions for set default storage for install APP the new SD Card, you know, with the command adb shell pm set-install-location 2. And no error, i try get-install-location and report 2. But googe play only try to install in the internal storage.
I think the problem is with the system of the emulated storaged or something, but i tried many APP, many solutions, and i cant fix this, i search in google and others locations, have 30 tabs in firefox open with information, but i cant found the solution for this
Samsung Galaxy NOTE 4 (910F)
Android 5.1.1 (Of samsung of course)
Rooted
The vold.stab is:
dev_mount sdcard /storage/sdcard1 auto /devices/msm_sdcc.2/mmc_host
PLEASE, help me! thanks
I tried dismounting and mounting the SD, touching the vold.stab file, but do not get any results.
Can anybody help me?
Go back to stock, upgrade to 6.0.1. Then see if this helps-
http://www.modaco.com/news/android/...e-adoptable-storage-on-your-s7-s7-edge-r1632/
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
ph03n!x said:
Go back to stock, upgrade to 6.0.1. Then see if this helps-
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
Click to expand...
Click to collapse
Thanks, for the moment 6.0.1 is not released in Orange (confirmation date has passed and still not have it, I assume that is in the offing). When have 6.0.1 i try you solution, thanks.
ph03n!x said:
Go back to stock, upgrade to 6.0.1. Then see if this helps-
http://www.modaco.com/news/android/...e-adoptable-storage-on-your-s7-s7-edge-r1632/
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
Click to expand...
Click to collapse
I tried this in my phone. While the command itself worked after a bit of a tweak, the storage situation was pathetic - the phone showed the External SD as a part of the overall storage, but did not save files to it. Instead, it started saving files to the actual internal SD Card, resulting in space running out pretty soon. The External SD card was just there, and there was no way to migrate the files from the internal storage to the adoptable storage.
I just got a new Note 4 (this is the 3rd one I'm using since the first release in 2014) and I also want to adopt external memory card as my internal space bcos the 16Gg duos version is just too small and app to SD comes with a lot of hassles. After a lot of search for different solutions (which I tried out by the way but didn't work) I came across this thread for another phone entirely but it resolved my issue: https://forum.xda-developers.com/galaxy-tab-s/general/patch-adoptable-storage-enabler-t3460478.
The only downside is that I can't pop out my card (128Gg Samsung) and plug into my PC but I can still explore it directly from the phone itself.
I've been using the phone for 3 days and it runs smoothly, I hope that solves your problem too.
So there are two parts to the adoptable storage. The first part is the partitioned SD card and mounting the partition. Simple to be done via root essentials or the command line.
The other part is the actual menu entry on an app in application manager for moving it to the second partition. IIRC samsung does not have this support built in. So you need to flash something to replace that manager bit. In my experience with an on5 (like less than 1GB free on internal storage out of the box), adoptable wasn't really worth it, too much stuff still on internal storage. As not every app will allow you to move it to that second partition. It requires both system support and app support.
What I did there was to use the app apps2sd. Same idea, second partition on SD card. But it doesn't show up in settings -> storage. You manage where the apps go via that app. I use the link feature which places a symbolic link in the internal storage and moves all the actual files to that sd card partition.
Will Rickards said:
So there are two parts to the adoptable storage. The first part is the partitioned SD card and mounting the partition. Simple to be done via root essentials or the command line.
The other part is the actual menu entry on an app in application manager for moving it to the second partition. IIRC samsung does not have this support built in. So you need to flash something to replace that manager bit. In my experience with an on5 (like less than 1GB free on internal storage out of the box), adoptable wasn't really worth it, too much stuff still on internal storage. As not every app will allow you to move it to that second partition. It requires both system support and app support.
What I did there was to use the app apps2sd. Same idea, second partition on SD card. But it doesn't show up in settings -> storage. You manage where the apps go via that app. I use the link feature which places a symbolic link in the internal storage and moves all the actual files to that sd card partition.
Click to expand...
Click to collapse
I've been using apps2sd fot about a year and it comes with it headache too, sometimes the apps wouldn't find the external data (usually games with a lot of data) and it'll start downloading it again into the internal memory, so I usually find myself having to force stop the app, delink and relink the data on the memory card to fix the bind. I also didn't bother to partition my SD card since I can explore it on the PC with my phone connected. What this solution ( https://forum.xda-developers.com/galaxy-tab-s/general/patch-adoptable-storage-enabler-t3460478 ) does is to flash back the option to use the SD card as internal memory that Samsung removed from the phones and it works seamlessly on all Samsung phones with rooted stock OS.

SD Card permissions

Hi Everyone,
Back with an android phone after quite a while.
Just added a sd card to my SGS7E and realised I can't do anything with it.
All I want is to be able to use the sd card as you would normally, create and move files, folders etc.
Is this possible without rooting?
If so could someone provide any advice or point me to a relevant resource.
If i need to root what would you good people recommend? I don't want to do anything fancy at the moment (I'm sure that'll change) just use the card as normal storage.
Thank you for your help, advice and time.
The SD issues are my biggest let down. My camera won't save to it... people tell me to factory reset but I don't feel like loosing all my work I put into it.
Other apps see it as having storage in mb I think instead of GB. issues and nobody talks about it
Hi,
The sdcard is working okay for me. If system apps can't read or modify the content inside the sdcard, then reinsert the card or reformat it because it's very likely that the phone isn't seeing it.
If you want user installed apps to access the sdcard, it's a bit more annoying. Open the app that you want to access the card, then try to make a modification in it (like creating a new file if a file manager, saving a picture if a camera, downloading a file if a torrent client, etc), it will say it can't access the sdcard and will ask you to point where to root of the sdcard is, just select your sdcard folder on the prompt and it will work fine.
Keep in mind some stuff like app data can't be moved to the sdcard, so try to keep all media on your sdcard and all apps in your internal memory, that's what I found to be a pretty easy and good memory management. If you want however to install apps on your sdcard, you can enable adoptable storage using a terminal window (formatting your card), or root your device to use some third party app that will do that for you.
All the best,
~Lord
Sent from my Samsung Galaxy S7 Edge using XDA Labs

Link2SD or similar - SM-G360T

I've spent the last two days looking around online for different ways to use my SD card as internal storage in my phone. I was able to successfully root, but Link2SD, Int2Ext, and other apps have been unsuccessful, always with the same problem. Unable to mount. I've tried partitioning as ext2, 3, and 4, with no luck. USB debugging is enabled, as well as SU access on boot. I've checked every forum I could find (not many) regarding different ways to use an SD card as internal storage, but always get this same error. I've also tried searching for fixes to the "unable to mount" error, with no luck.
I'm feeling really stuck now. I feel like it should be much easier to use external storage this way, especially using android.
Does anyone have any experience/ideas that might help? (Besides buying a new phone.)
BarefootFlash said:
I've spent the last two days looking around online for different ways to use my SD card as internal storage in my phone. I was able to successfully root, but Link2SD, Int2Ext, and other apps have been unsuccessful, always with the same problem. Unable to mount. I've tried partitioning as ext2, 3, and 4, with no luck. USB debugging is enabled, as well as SU access on boot. I've checked every forum I could find (not many) regarding different ways to use an SD card as internal storage, but always get this same error. I've also tried searching for fixes to the "unable to mount" error, with no luck.
I'm feeling really stuck now. I feel like it should be much easier to use external storage this way, especially using android.
Does anyone have any experience/ideas that might help? (Besides buying a new phone.)
Click to expand...
Click to collapse
Yes. This is quite the problem for this device, as there is not really very much internal space. I tried all the same things that you did when I first got the device too. The problem is that the internal SD is emulated, which confuses apps like Link2SD and makes them think that the emulated internal SD(/storage/emulated/0/), which is an emulated mirror of the actual internal SD(/storage/sdcard0/), is actually the external, so you will get messages like, "No need to move the items as they are the same location." You would need to disable the internal SD emulation in order to ever hope to move your apps and/or system stuff to the external. This was actually done by someone for my last device, the LG L70. This guy made a flashable file that disabled the emulated internal SD, which allowed you to do whatever you wanted with your internal and external space.
http://androidforums.com/threads/di...oid-lollipop-and-partition-table-tool.921136/
In the meantime though, you can try and clear space in other ways. If you have the Xposed Framework installed(recommended), then you can use some Xposed modules to move some stuff to your external SD. More info on installing Xposed here:
https://forum.xda-developers.com/showpost.php?p=67909185&postcount=393
Some modules you can try which I use and I can say actually work on this device are:
- Downloads2SD: Allows you to change the default download locations for videos, music, pictures you take or download and other miscellaneous downloads so that they automatically go to the external. Actually does save a lot of space and time.
- Obb on SD: This is handy if you play games that take up a lot of space. It moves the sometimes huge Obb data folder for those to the external.
(NOTE: Both of these will also require you to install and run an app from the Play Store called SDFix by NextApp first.)
You can also flash SlimPickins rom, which is a completely debloated rom that takes up a lot less internal space:
https://forum.xda-developers.com/ga...rom-slimpickins-stock-rooted-bloated-t3250883
For more info on debloating and creating more space on this device you can also check out this old debloating thread I made too here:
https://forum.xda-developers.com/ga...oating-sm-g360t1-sm-g360t-easy-guide-t3260136
You can also search the Play Store for light alternatives to your current apps. A great example of one I use now is called "Swipe". It's a super light Facebook app that looks and functions exactly the same, but cuts off about 300mbs+ of the space taken up by the original.
In short though, there is really no other way right now to clear up space on the SM-G360T/SM-G360T1. Hope this helps!
bogarty said:
Yes. This is quite the problem for this device, as there is not really very much internal space. I tried all the same things that you did when I first got the device too. The problem is that the internal SD is emulated, which confuses apps like Link2SD and makes them think that the emulated internal SD(/storage/emulated/0/), which is an emulated mirror of the actual internal SD(/storage/sdcard0/), is actually the external, so you will get messages like, "No need to move the items as they are the same location." You would need to disable the internal SD emulation in order to ever hope to move your apps and/or system stuff to the external. This was actually done by someone for my last device, the LG L70. This guy made a flashable file that disabled the emulated internal SD, which allowed you to do whatever you wanted with your internal and external space.
http://androidforums.com/threads/di...oid-lollipop-and-partition-table-tool.921136/
In the meantime though, you can try and clear space in other ways. If you have the Xposed Framework installed(recommended), then you can use some Xposed modules to move some stuff to your external SD. More info on installing Xposed here:
https://forum.xda-developers.com/showpost.php?p=67909185&postcount=393
Some modules you can try which I use and I can say actually work on this device are:
- Downloads2SD: Allows you to change the default download locations for videos, music, pictures you take or download and other miscellaneous downloads so that they automatically go to the external. Actually does save a lot of space and time.
- Obb on SD: This is handy if you play games that take up a lot of space. It moves the sometimes huge Obb data folder for those to the external.
(NOTE: Both of these will also require you to install and run an app from the Play Store called SDFix by NextApp first.)
You can also flash SlimPickins rom, which is a completely debloated rom that takes up a lot less internal space:
https://forum.xda-developers.com/ga...rom-slimpickins-stock-rooted-bloated-t3250883
For more info on debloating and creating more space on this device you can also check out this old debloating thread I made too here:
https://forum.xda-developers.com/ga...oating-sm-g360t1-sm-g360t-easy-guide-t3260136
You can also search the Play Store for light alternatives to your current apps. A great example of one I use now is called "Swipe". It's a super light Facebook app that looks and functions exactly the same, but cuts off about 300mbs+ of the space taken up by the original.
In short though, there is really no other way right now to clear up space on the SM-G360T/SM-G360T1. Hope this helps!
Click to expand...
Click to collapse
Hi,
I have a Core PrimeSM-G361F with pre-rooted firmware and I am successfully using Link2SD.
Did you format and create two partitions on your internal microSD? I think this is necessary. Check out this tutorial:
https://awanstuff.wordpress.com/201...ink2sd-in-any-android-phone-with-screenshots/

Resources