Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find storage/emulated/0/ folder of Nexus 7 in Eclipse

Nexus 7, Ubuntu 12.04, Eclipse Juno

Nexus 7 has been set developer mode. And in Eclipse I can see lists in "File Explorer" for Android.

I can see storage/emulated/legacy

But I can not see storage/emulated/0/ folder

like image 635
user1914692 Avatar asked Mar 26 '13 16:03

user1914692


People also ask

Where is storage emulated 0 located?

Go to Settings -> Apps , make sure Show System is checked in the menu, look for Media Store or something like that, click on it and Clear Data .

What is the emulated folder in Android?

The emulated folder is how android makes it possible for phones without a memory card slot to allow applications to still work. In the early days, when storage was expensive, everybody would put a memory card in their phone to store photos, videos and music.

What is storage emulated 0?

/storage/emulated/0/Download is the actual path to the files. A Symlink In computing, a symbolic link is a term for any file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolution.

Is emulated storage internal storage?

Emulated storage is provided by exposing a portion of internal storage through an emulation layer and has been available since Android 3.0.


1 Answers

I have had the same problem as well. Found the answer in a comment on a seperate stack overflow question so credit goes to the author.

everything is a link to /storage/emulated/legacy anyway, which itself is a link to /mnt/shell/emulated/0 which contains the file. – moonlightcheese Dec 7 '12 at 13:55

So check out that directory through the Android file explorer, and you will have your files.

Edit: Here is a link to the original comment: Nexus 4 not showing files via MTP

like image 155
Andrew T. Avatar answered Nov 16 '22 03:11

Andrew T.