[TESTED] app & games data to external SD card on S3 !!! - Galaxy S III Q&A, Help & Troubleshooting

How to move applications & games data to external SD card on Samsung Galaxy S3?
I take my Samsung Galaxy S3 as example. It should work on rooted Android phone with external micro SD card.
Old Gameloft games data are stored at /mnt/sdcard/
However, latest Gameloft games data are stored at /mnt/sdcard/Android/data/ just like other Android applications and games.
With Directory Bind, you can move one folder by one folder to external storage at /mnt/extSdCard/
I won’t move all applications and games data in Android/data folder to external micro SD card because it is much slower compare to internal memory.
Therefore, I only move those unimportant or less frequent used applications and games to external storage with Directory Bind.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
.
.
DOWNLOAD --- > DirectoryBind
.

This look like Directory symbolic links to another path.

Do i have to root my Galaxy Note in order to get it done?

chintu_1717 said:
Do i have to root my Galaxy Note in order to get it done?
Click to expand...
Click to collapse
Most likely.

Worked great - used it to relocate my amazonmp3 folder among other things

This look like Directory symbolic links to another path.
Click to expand...
Click to collapse
No. Symlinks (and hardlinks) only work within a filesystem, not across partitions.
This is a kernel-feature called bind-mount.
The underlying command is: (Make sure the destination exists)
bind -o mount /from/source/folder /to/destination/folder

I was trying this last night, but couldn't get the settings to persist. I was trying with gta3 and put the exact settings you have above in, ticked the box to move move files, and the files moved but the settings didn't appear on the main screen.

Hi ,
I would like to know how to delete the bing and restore original app directory.
If I hold down on the blind apper two paths and under these two entries "delete" and "save"
What should I do? I run last version of app "o"
I've read all the page of the topic but I found information only to create a bind and not how to delete it.
Thanks in advance

Just hold on bind entry & delete. Simples
Sent from my GT-I9300 using Tapatalk 2

Not exactly sure how it works.
Moving seems to be working. But the directory stays on internal sdcard but are files moved because there is more space.
But when I reopen directory bind I can't see binded directory's anymore?
How to unbind then?
And when I delete directory on internal sdcard the game doesn't run anymore!
Sent from my GT-I9300 using xda app-developers app

Not working for me
Hi Carlos, I'm using the same configurations that you show on your screenshots but when I try to open for example Aura, it wants to download all the data again. This happens also on the games.
I am using a Galaxy S3 Us Version, rooted, with Adama 03 kernel and redruM rom, Android 4.04.
Thanks!

Awesome!, works perfectly on omega9
Thanks!!!

I got many application crash or force close when the directory bind running..ex TB,gapps,and many other..how to fix it??

IT WORKED

I'm using link2sd app. Works pretty well
Sent from my GT-I9300 using Tapatalk 2

This is done by creating symbolic links.
What you're making is a way to point that any operation into directory /x needs to be done into directory /y. Because of this, you can't delete the original directory or your games won't run as you are deleting it on /y (/x point to /y).
I do this on my computer to use my RAM Disk with browser, temporaries, downloads and such.

symbolic links and bind mount is two different thing. symlink doesn't supported by the (ex)fat16/32 filesystem, so only the bind mount will work.
great app but a directory browsing feature will be great, writing a long directory name is painfull
edit: found the directory browsing feature

lpicanco said:
I'm using link2sd app. Works pretty well
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
On Galaxy S3?
SkzBR said:
This is done by creating symbolic links.
What you're making is a way to point that any operation into directory /x needs to be done into directory /y. Because of this, you can't delete the original directory or your games won't run as you are deleting it on /y (/x point to /y).
I do this on my computer to use my RAM Disk with browser, temporaries, downloads and such.
Click to expand...
Click to collapse
How do you do this on computer?

This helped a lot !
I just used a terminal emulator on my S3 to bind /extSdCard to /sdcard/external_sd and was wondering how I would go about moving to the external sd. If only I had com across this thread about ten minutes ago...
Thank you!!

Perfect, just what I needed
Installed and works great on my S3 I9300 with Rooted Stock ICS ROM.:good:

Related

How to get app data on sd card

Hey everyone. I recently got a new sd card for my device and have been wondering if there's a way I can move either entire apps or just the app data from the internal storage to the external storage. Running cm10 means that the two storage spaces are separated and when apps are moved to the "sd card" its simply to the internal phone storage which doesn't do me any good . Is there a way this can be remedied? Thanks in advance.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
This seems to be the easy method http://forum.xda-developers.com/showthread.php?t=1410262
I prefer to do it manually though. I tried that app i didnt like it.
1. Downoald smanager
2. Use ur pc or file manager and create a .txt file and type: mount -o bind /storage/sdcard1/your folder name/ /storage/sdcard0/your folder name/
U will just choose what folder u want to move to ur external card (make sure to creat the folder names on external first)
Sdcard1 is ur external and sdcard0 is ur phone. So for ex. If u want to move ur data folder to ur sd card u will put: mount -o bind /storage/sdcard1/data/ /storage/sdcard0/data/
3. Save ur txt file to any name u want then open smanager and go to ur text file and open as excutible and the click on root and set as boot the icons should be at the top.
4. Once done reboot and there u go
Make sure the directories are named correctly. U can do this for any folder and a txt file must be created for each directory u want to bind
Thanks so much for your response. Appreciate it a lot. Will try out both methods and see if they work. Thanks.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Okay so I finally had time to follow the method provided here, however when I run the script in smamager it says permission denied. And once rebooted it seems to not have worked. Their may be some variable I'm not aware of that's preventing it that I'm still trying to determine.
Also would it be possible to simply set my default external storage to sdcard1 instead of sdcard0? That way future applications would simply go there by default?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
I'm going to try this method out, thanks for the info.
U can get app2sd and that will let u move most games to sd card. What exactly are u trying to move. U cant move system files.
Bradl79 said:
U can get app2sd and that will let u move most games to sd card. What exactly are u trying to move. U cant move system files.
Click to expand...
Click to collapse
Im simply trying to remove large app data such as games from my internal phone storage to my external storage. Basically I have no space on internal storage so I went out and got an sd card in an attempt to have more space for apps.
So either a) I would like to have that data on my internal storage removed to my actual sd card.
Or b) set my external sd card as my default app data location going forward.
App2sd didn't seem to work when I tried it. What instead happens is since I'm running cm10 it partitions my internal storage in two so that when moving apps to "sdcard", it moves data into a separate part of my internal storage.
I know this probably seems like a basic problem, and honestly I can't remember having this issue ever prior to using cm10, but it's turning out to be quite a hassle as I'm trying to install apps and games and hitting a brick wall cause of no storage. In the past I have been able to send app data to the actual sd card, but it's simply just not working anymore.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
sdcard0 is ur internal and sdcard1 is ur external, so if u are trying to bind, u are going to specify u want /storage/sdcard1/Android/data/ to take over /storage/sdcard0/Android/data/ folder to do this u will put in a txt file
-o bind /storage/sdcard1/Android/data/ /storage/sdcard0/Android/data/
before you run the script, make sure u move all the files in ur folders to the external place 1st.
here are examples of what i did for moving my google music from internal to external
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bradl79 said:
sdcard0 is ur internal and sdcard1 is ur external, so if u are trying to bind, u are going to specify u want /storage/sdcard1/Android/data/ to take over /storage/sdcard0/Android/data/ folder to do this u will put in a txt file
-o bind /storage/sdcard1/Android/data/ /storage/sdcard0/Android/data/
before you run the script, make sure u move all the files in ur folders to the external place 1st.
here are examples of what i did for moving my google music from internal to external
Click to expand...
Click to collapse
Ahhh thank you!! ! That worked. Solved.
I didn't move data before bind.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2

[Q] SD card issue

I am having an issue with my SD card
If i attempt to move a file from the Internal storage to the external storage it will not move and if it does it ends up not working.
I can intermittently save files from the browser to the SD card but most of the time it fails. I have tried to use Boat Browser and the stock browser
Any Suggestions or is this happening to anyone else
It's an sdcard permissions issue, my galaxy 7 plus had it. I know my note 2 has it as well. Since we are on JB I believe you can use the fix for the s3 (on JB) for the note 2. I have not gotten around to doing the fix for it yet, but you need to be rooted to do it.
Sent from my SCH-I605 using xda app-developers app
I am rooted what's the fix
Edit
I tried to move a movie from internal to external after it failed this is what got moved to external
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/IMG]
http://forum.xda-developers.com/showthread.php?t=2048717
You might have to do what I did.
First backup any data from the SD card to your PC if you need it.
Then with the card in the Note 2, go to settings, storage, and format the card.
Once that's done, copy the data back from the PC to the card.
That's what I did when I got it then I formatted my SD card through my PC with fat 32 and same problem
angelino0919 said:
I am rooted what's the fix
Edit
I tried to move a movie from internal to external after it failed this is what got moved to external
Click to expand...
Click to collapse
You should be able to move and delete files by using the my files apps that samsung installed on the note 2.. if so it's a permissions problem (I know it is for me, but I'm being too lazy to fix it at the moment). Back your /system/etc/permissions/platform.xml file in root explorer first just in case...
Here's the fix I used on my galaxy tab 7 plus.
http://forum.xda-developers.com/showpost.php?p=20869996&postcount=7
thaloneus said:
I can't post a link to the original post on another forum that worked for me so I will quote it:
Simple solution for external sdcard write access on Android 3.2...if you're rooted
I've found a simple solution for gaining write access to the external sdcard (/mnt/sdcard2) on Android 3.2. The sdcard is mounted r/w, but the owning group is media_rw which is linked to the WRITE_MEDIA_STORAGE permission. Unfortunately, this permission was not required for access to the external sdcard prior to 3.2 so most file management utilities do not request it when they run...meaning they only have read access to the card.
The simple solution, if you're rooted, is as follows:
1. Using a root-enabled file manager, navigate to /system/etc/permissions and make sure you have mounted the file system r/w.
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
5. Restart your tablet.
After this change, any apps that request the WRITE_EXTERNAL_STORAGE permission (which includes almost anything that access either of the sdcards) will gain group membership in both sdcard_rw AND media_rw, giving them r/w access to both sdcard filesystems.
Click to expand...
Click to collapse
The problem is very strange I can sometimes move files to the SD card but most times I cant. When I try to move larger files it almost always fails or it moves and then the file name changes to that gibbirish in the picture above. I set the download directory in the browser to the extsd card and it will save small files like pictures but when I try to download anything large it fails and says there insufficient space.
angelino0919 said:
The problem is very strange I can sometimes move files to the SD card but most times I cant. When I try to move larger files it almost always fails or it moves and then the file name changes to that gibbirish in the picture above. I set the download directory in the browser to the extsd card and it will save small files like pictures but when I try to download anything large it fails and says there insufficient space.
Click to expand...
Click to collapse
How big are these files? Fat32 has a file size limit of 4GB if the file is bigger than that it will not work. If you need above 4GB file size support reformat the microsd card exfat.
The files are movies between 700mb and 1.6 GB and once I was able to move a 700mb movie and later that night I moved some music over and while I was watching the movie the music started playing and the movie wouldn't.
angelino0919 said:
The files are movies between 700mb and 1.6 GB and once I was able to move a 700mb movie and later that night I moved some music over and while I was watching the movie the music started playing and the movie wouldn't.
Click to expand...
Click to collapse
have you tried using the stock my files app?
i've found it to be the best file browser for moving files
on my tabs,phones, etc,root explorer, es, etc all give me issues when moving files from internal to external, etc.
Any idea why the browser (both the stock and boat browser) won't allow me to save to the SD card
angelino0919 said:
Any idea why the browser (both the stock and boat browser) won't allow me to save to the SD card
Click to expand...
Click to collapse
No app other than the My Files app will work untill you change the permissions on the external sdcard aka your microsd card.
Sent from my xda app-developers app
It lets me save some files but not all files

[Q] installed jellybean rom 4.1.2 e970

It wouldn't let me post this in the development forum since i'm a new member. Anyway i have one issue and its not reading my external sd card, anybody know a fix for this? I really like the rom but I have to have my sd card, dont want to go back to stock rom. Thanks for any help.
creed106 said:
It wouldn't let me post this in the development forum since i'm a new member. Anyway i have one issue and its not reading my external sd card, anybody know a fix for this? I really like the rom but I have to have my sd card, dont want to go back to stock rom. Thanks for any help.
Click to expand...
Click to collapse
Search is your friend.
It's in the posts.
http://forum.xda-developers.com/showthread.php?p=37869447#post37869447
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sd card
Zen-Dragon said:
Search is your friend.
It's in the posts.
http://forum.xda-developers.com/showthread.php?p=37869447#post37869447
Click to expand...
Click to collapse
I did search and only found couple people saying theirs is not working, my question was does anybody know how to fix? All that I seen was said was to download scan media and try that. Mine does not read at all won't pick up my pictures or music even if it scans and also no way to access it with file explorers. The page you linked me to only had wifi questions on it.
Check /storage
My external card showed up under /storage/external_SD. Did you check that location?
saratv said:
My external card showed up under /storage/external_SD. Did you check that location?
Click to expand...
Click to collapse
^This. Use something like ES or root explorer and go up a level and there should be a folder called storage with an External_SD folder inside (or something of the like) and another called sdcard0 that goes to the internal SD
This also should have been posted in the Q&A section, for future reference.
Deleted
hope this helps
is this what u meant? i've heard that some people were having this issue and that if u flashed the 2 files in this post that it fixed the sd card not being read. after i flashed these 2 fixes and ran scan media all my pix showed up in the stock gallery
http://forum.xda-developers.com/showpost.php?p=37877072&postcount=299
sd card
yes I did check under external_sd that directory is there, but doesn't take you to the card. It's just an empty folder, also the same from computer.
tried this also
vinniemac84 said:
is this what u meant? i've heard that some people were having this issue and that if u flashed the 2 files in this post that it fixed the sd card not being read. after i flashed these 2 fixes and ran scan media all my pix showed up in the stock gallery
http://forum.xda-developers.com/showpost.php?p=37877072&postcount=299
Click to expand...
Click to collapse
I ran those two zips, and everything is still the exact same. If you go to external_sd it just says this folder is empty. When you plug into computer and access it says "device has stopped or doesn't exist".
more info
I don't know if this is relevant to anything, but external_sd has the wrong date it was created it shows 1/2/1970. Just thought I should mention this.
have u tried putting the sd card in a different device and reformatting it to make sure its not the card? Or tried using a different card in the phone?
/storage/external_SD
creed106 said:
yes I did check under external_sd that directory is there, but doesn't take you to the card. It's just an empty folder, also the same from computer.
Click to expand...
Click to collapse
As I said earlier /sdcard/external_sd is empty for me as well. However /storage/external_SD is where the content shows up. If the card is empty when you mount it in the computer, it may well be empty or corrupt. Formatting (erasing all content) may be necessary.
sd card
saratv said:
As I said earlier /sdcard/external_sd is empty for me as well. However /storage/external_SD is where the content shows up. If the card is empty when you mount it in the computer, it may well be empty or corrupt. Formatting (erasing all content) may be necessary.
Click to expand...
Click to collapse
Yes I just looked there its empty as well, and media scanner can't find anything. and per vinniemac84 instructions, I removed the card put in adapter and put in computer everything is on it, I also just put the original 16gb card in phone which was removed from phone the day I got it and tried to create a folder in both places and it tells me could not create directory. Also in setting under storage it shows nothing about an external card no options to mount it or size or anything. usually even if you don't have a card in the phone it will show the option to mount a card.

Device memory is full

Since I got the new version of 4.1.2 the device memory is completely full and I can barely do anything with the phone.
The apps are only taking 400MB and I have no idea what's taking the rest.
Please advise.
Thank you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
hi...
i had a similar problem on my sgs2 (with cm 10.1-20130710-NIGHTLY-i9100). it turned out to be a bug that was filling the folder /data/log with log files because of connection problems with the cellular network. the log files were using up more than 1 gb of space. if you have root you could take a look if that's using up your space.
f
flipmess said:
hi...
i had a similar problem on my sgs2 (with cm 10.1-20130710-NIGHTLY-i9100). it turned out to be a bug that was filling the folder /data/log with log files because of connection problems with the cellular network. the log files were using up more than 1 gb of space. if you have root you could take a look if that's using up your space.
f
Click to expand...
Click to collapse
I don't have root, but I tried to connect it to the computer and find this file - the file doesn't exists..
guyman20 said:
I don't have root, but I tried to connect it to the computer and find this file - the file doesn't exists..
Click to expand...
Click to collapse
Seems /data partition is full. It's unaccessible without root.
I have looking similar situation 2 times, and solved with root magiic.
First time my external sdcars got a corrupted file with strange name - nobody knows how it was, but then media indexer gone mad - it consumes cpu for a days, and fill /data volume with kind of incomplete indexes.
Happy end was - to fix extenal sdcard filesystem, then clear media indexer data.
second case was caused with flickr uploader program. because of error in program (now it fixed) it writes a tons of data into log file, pllaced inside /data. Was fixed by removing program with all application data.
Both of that cases was fixed technically without a root, but first step was running "Storage Analyser" in root mode - to find folder with abnormal large size on /data partition.
iav said:
Seems /data partition is full. It's unaccessible without root.
I have looking similar situation 2 times, and solved with root magiic.
First time my external sdcars got a corrupted file with strange name - nobody knows how it was, but then media indexer gone mad - it consumes cpu for a days, and fill /data volume with kind of incomplete indexes.
Happy end was - to fix extenal sdcard filesystem, then clear media indexer data.
second case was caused with flickr uploader program. because of error in program (now it fixed) it writes a tons of data into log file, pllaced inside /data. Was fixed by removing program with all application data.
Both of that cases was fixed technically without a root, but first step was running "Storage Analyser" in root mode - to find folder with abnormal large size on /data partition.
Click to expand...
Click to collapse
So can't I find such file by browsing through the computer? Won't it be visible there?
guyman20 said:
So can't I find such file by browsing through the computer? Won't it be visible there?
Click to expand...
Click to collapse
Run check disk on ur computer.i had similiar problem before..
Sent from my GT-I9500 using xda premium
guyman20 said:
So can't I find such file by browsing through the computer? Won't it be visible there?
Click to expand...
Click to collapse
paranoidisc tell truth. I run a filesystem check and fix on my PC, because error was at SD card.
you still can run a check filesystem on a PC unil filesystem is FAT and volume can be exported via USB as block deice ("usb storage").
or u can try this method suggested by @esd from NeatRom
Install this on your PC
http://www.filehippo.com/download_unlocker/
connect your phone in mass storage mode and delete it using unlocker.
Good morning everyone. I'm here.
Sent from my GT-I9500 using xda premium

[Q] after 4.3 update internal sdcard data inaccesible

hi, I have another problems with update
I flashed 4.3 update, and noticed that I dont have my pictures, search in sdcard and there is any of my files, but... free space is exactly the same, i made a scan using disk space for examinate space structure and appears lot of used space, my files, as system space, more han 6 gb, but I cant access it,
I tried access through root explorer looking in all folders but I cant find my files, but there is, free space in sdcard is exactly the same before flashing
what is the problem? why happend that?
well, I dont know why and what was the reason but I made nandroid backup this afternoon, I never do, but I feel so lucky today
restore nandroid buckup, and all my files are there again!!
my files with 4.3 appear like system data, reserved space
same scan with disk space and now appear all structure of folders and files, and the winner folder was "media", containing all my files, looking with astro explorer and there is all
why this has happend? is not compatible??
lot of years with android, but, increasingly tired of this strange things
You need to learn the basics, start in general forum sticky threads -there is one on storage which has a link to the changes brought by 4.2 & 4.3.
centroi said:
hi, I have another problems with update
I flashed 4.3 update, and noticed that I dont have my pictures, search in sdcard and there is any of my files, but... free space is exactly the same, i made a scan using disk space for examinate space structure and appears lot of used space, my files, as system space, more han 6 gb, but I cant access it,
I tried access through root explorer looking in all folders but I cant find my files, but there is, free space in sdcard is exactly the same before flashing
what is the problem? why happend that?
Click to expand...
Click to collapse
This will help u solve ur problem.http://forum.xda-developers.com/showthread.php?t=2274218
Sent from my GT-I9300.
Give a thank if i helped you.
JellyYogurt said:
This will help u solve ur problem.http://forum.xda-developers.com/showthread.php?t=2274218
Sent from my GT-I9300.
Give a thank if i helped you.
Click to expand...
Click to collapse
thank you, I saw last night, and is so similar the subjet, but not the same
I look at the mentioned folders and there is not the media partition
obviously have to be there, im flashing 4.3 and trying to find it
thank you
solved, thanks a lot
solution in last link works
centroi said:
solved, thanks a lot
solution in last link works
Click to expand...
Click to collapse
Give a thank. Dun say it. I think its against the forum rule or at least in other forums. Idk.
Sent from my GT-I9300.
Give a thank if i helped you.
By the way, the solutions posted also didn't help me any. There was only new sd data created at sdcard/0 (and i9305 doesn't have its sdcard mounted in data/media we have ours located in storage/sdcard0 on 4.1.2 and by the looks of things storage/sdcard/0 on 4.3? that means that all data that is missing is located at the parent folder above 0. I tried searching and searching and found no way to access my sdcard data other than to flash back to 4.1.2 and then retrieve it and then flash back again.
Could this be corrected with a symlink in the updater script?
What I mean is, that there is obviously an error somewhere along the line? i9305 had it's sdcard located at /storage/sdcard0 then when we flash to 4.3 it is located at /storage/sdcard/0
so.............................................................................. ^^^ this is obviously an issue.
I have not attempted symlinks on SD filesystem and AFAIK attempting to symlink SDcard to internal system partition doesn't work; System to system DOES, but I am unsure if sdcard to sdcard can work?
Say for instance adding a symlink from sdcard root to sdcard/0/root.....could this be possible? Or will this cause media scanner to go haywire?
And if so could a .nomedia solve this?
I feel like trying this. I will post back here if I have success.
Jarmezrocks said:
By the way, the solutions posted also didn't help me any. There was only new sd data created at sdcard/0 (and i9305 doesn't have its sdcard mounted in data/media we have ours located in storage/sdcard0 on 4.1.2 and by the looks of things storage/sdcard/0 on 4.3? that means that all data that is missing is located at the parent folder above 0. I tried searching and searching and found no way to access my sdcard data other than to flash back to 4.1.2 and then retrieve it and then flash back again.
Could this be corrected with a symlink in the updater script?
What I mean is, that there is obviously an error somewhere along the line? i9305 had it's sdcard located at /storage/sdcard0 then when we flash to 4.3 it is located at /storage/sdcard/0
so.............................................................................. ^^^ this is obviously an issue.
I have not attempted symlinks on SD filesystem and AFAIK attempting to symlink SDcard to internal system partition doesn't work; System to system DOES, but I am unsure if sdcard to sdcard can work?
Say for instance adding a symlink from sdcard root to sdcard/0/root.....could this be possible? Or will this cause media scanner to go haywire?
And if so could a .nomedia solve this?
I feel like trying this. I will post back here if I have success.
Click to expand...
Click to collapse
Are u using a root file manager?
Sent from my SM-N9005.
Give a thank if I helped you
I'm stupid, I knew that FAT32 doesn't support reparse/symlinks
Bugger. This all relates back to a KNOX issue AFAIK, 0 meaning default user, so I can't effectively link even if I wanted to.
vold.fstab between both versions is identical so the coding is internal within either the framework of some other system file....deep deep within the depths of smali land where I never wish to venture.
I'm wondering if busybox can overpower what RootExplorer doesn't support with a blatant symlink no matter what? hmmm
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources