Why do I have a copy of my SD Card labeled SDCard0 in a folder called storage?
I have rooted and un-rooted, that's when I saw it.
Why do I have a copy of my SD Card labeled SDCard0 in a folder called storage?
I have rooted and un-rooted, that's when I saw it.
JellyBean changed the directory from /data/media to /storage/sdcard0. Now both /data/media and /sdcard/ are symlinks to /storage/sdcard0. They aren't really copies so they aren't wasting space. They are simply symlinked to the same directory.
Don't be scared, adb is your friend.
OK Thank you