You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Galaxy Nexus has not an external SD Card, it has an emulated sdcard so it's ever inserted and its pathname is properly this:
/storage/emulated/0
:)
But... Let me tell about a strange thing:
In Terminal Emulator, as the default user, i can ’cd’ in /storage/emulated/0 and in /storage/emulated/legacy that they seems equals.
But when I'm root, i can ’cd’ in /storage/emulated/legacy, but /storage/emulated/0 seems to does not exists!
So probably is more correct /storage/emulated/legacy for reasons that I don't know.
I have Android Paranoid 4.4 on a Samsung Galaxy Nexus and when I open the app i see a toast message with:
Error: java.io.FileNotFoundException: /storage/emulated/0/buildprop.tmp: Open failed: ENOENT (No such file or directory)
Thank you in advance :)
The text was updated successfully, but these errors were encountered: