How can I access /storage/emulated/0/DCIM on android device?

294,460

Solution 1

The "/storage/emulated/" folder does not really exist. It's what might be called a "symbolic link", or, in simpler terms, a reference to where the real data is stored. You'll need to find the actual physical location on your device where it is stored. Since it's in /storage/emulated/0/DCIM/.thumbnails, it's probably located in /Internal Storage/DCIM/.thumbnails/. Please note that that this folder probably only contains "thumbnails", which are very small versions of the real files. It's possible your real files are gone forever if your SD card is irrecoverable.

Edit: "Never Say Never" The link actually refers to an emulated SD Card on your device. Access the data "directly"* as the SD Card, and you will have access to all the data on that card. *Airdroid's file "app" will allow this. And, if memory serves, access via a USB data cable will also.

Solution 2

I could recover my files by going to "Settings -> Storage and usb -> Images -> Camera. There if you select a photo then the right side top menu changes to "Select All" and "Copy to..". First select all, then copy to a folder like "downloads" or whichever is visible in explorer. Once copied to the desired folder. Copy from that folder to your Computers folder.

Solution 3

I had the similar issue, only the folder didn't begin with a .. What solved for me was resetting Media Manager.

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. Then reboot your phone and wait until Media Store rebuilds itself.

The rebuild takes several minutes. You can check whether it's done by monitoring the data usage in the same place where you cleared it. Once it stops growing for a couple minutes, it's done. For example, mine stopped on 21 MB.

Share:
294,460

Related videos on Youtube

Padawan
Author by

Padawan

:)

Updated on September 18, 2022

Comments

  • Padawan
    Padawan almost 2 years

    I recently lost the contents of a micro-SD card and hadn't backed up the contents recently enough. Luckily, I noticed that the pictures I was missing happen to be in /storage/emulated/0/DCIM/.thumbnails on my Android 5.1 device. The sad thing is I cannot get to those files to do anything with them on my device. The only way I even knew that they were there is because ASTRO File Manager brought them up when I searched for pictures. I would love to be able to put these in a safe place and hoped to be able to do so via my computer. Does anyone know of a way to get my computer (Windows 7) to recognize this file? (Naturally, I told my computer to view hidden files, so that's not the issue.) All I can see is /Internal storage and /SD card (not /storage). If you have a workaround, please let me know too. If I can move (or better yet copy) these photos to another place on my phone and then move them, that would be absolutely wonderful.

    • NateR
      NateR almost 9 years
      Try copying them elsewhere using ES File Explorer. In addition, as phyrfox said, it is likely these are just thumbnails (based on the name), rather than the full pictures. I'd recommend using a file recovery program on your SD card before writing anything else to it.
    • NateR
      NateR almost 9 years
      Ah, I'm sorry to hear that. Honestly, I don't have any ideas for how to extract the thumbnails from it, if they aren't visible in there. What app were you able to see the pictures in? Also, I'd recommend trying to ask the question over on the Android Stackexchange (android.stackexchange.com) as well... There might be more people knowledgeable about your situation there. EDIT: Just tried it out on my own phone, and the pictures are showing up in the .thumbnails file just fine. Do you have "Show Hidden Files" set to "On" in the menu of ES File Explorer?
    • Padawan
      Padawan almost 9 years
      I actually got it. Let this serve as another lesson to BACKUP YOUR FILES! Totally automatically backing mine up now! Thank goodness for thumbnails!
    • NateR
      NateR almost 9 years
      Very glad to hear! What ended up doing it for you?
    • Padawan
      Padawan almost 9 years
      Combination of using 3 apps and my computer to move stuff around. Only got the thumbnails, but I'm fine with that :).
    • Swanidhi
      Swanidhi about 8 years
      I am facing the same issue. I can see the files on the phone but its under the emulated/0 directory which is mounted/hidden from windows interface on the laptop. File search is not an option too. I need to backup my files before I hit reset. Would appreciate any answers that worked well for others. Cheers!
    • Padawan
      Padawan about 8 years
      Try going to /Internal Storage/ in ES File Explorer. This may only work on pictures, but you can moven them to another location. I used a couple more apps to make them regular pictures and then back them up, but that's what I did... Hope it helps!
  • Padawan
    Padawan almost 9 years
    I would be perfectly fine just recovering the thumbnails. (The quality is not too bad.) Problem is, I can't see them (at least via my computer) in /Internal Storage/DCIM/.thumbnails/. Is there a way I could see if this is the correct "symbolic link"? Thanks for checking on this. I REALLY appreciate any help I can get!
  • phyrfox
    phyrfox almost 9 years
    @J.A. I just checked my phone in Media mode, and I was able to see (my version) of those files in the location I suggested. You might need to enable "View Hidden Files" to get to them/get them to display. (View > Hidden Items in newer versions of Windows, or under Tools > Folder Options > View > Show Hidden Items in older Windows).
  • Padawan
    Padawan almost 9 years
    Windows still doesn't seem to see the files... Is you phone rooted?
  • phyrfox
    phyrfox almost 9 years
    No. Sorry. It's a regular phone I got from my carrier. You might need to search several places, because each version of the OS might use a different place. It's really hard to tell exactly where it might be. Without the SD card, though, it's definitely in internal memory somewhere.
  • DavidPostill
    DavidPostill about 8 years
    Please read the question again carefully. Your answer does not answer the original question. The OP lost the contents of the SD card ...