Top "Android-mediascanner" questions

The MediaScannerConnection class provides a way for applications to pass a newly created or downloaded media file to the media scanner service

Uri content://media/external/file doesn't exist for some devices

I have an issue with some devices. I cannot replicate it on any device but I have quite a lot …

android file-io mediastore android-mediascanner
how to add images to android emulator?

any one guide me how to add some images to emulator image gallery?

android-emulator android-gallery android-mediascanner
Trigger mediascanner on specific path (folder), how to?

I got this class: import android.content.Context; import android.media.MediaScannerConnection; import android.net.Uri; import android.util.Log; …

android android-mediascanner
Files showing as empty on PC but non-empty on Smartphone

I'm having a weird problem with my Samsung Galaxy Nexus, where files created and written to in my application are …

android printwriter android-mediascanner
Refresh Android mediastore using adb

I'm using adb to sync music on an android phone. Essentially, I rm the existing music directory and push replacement …

android adb android-mediascanner
Scan Android SD card for new files

My app allows a user to save an image to their SD card. But I'm not sure how to make …

android media sd-card android-mediascanner
how to run media scanner in android

I want run the media scanner while capturing the image. After capturing, the image it is updated in grid view. …

android android-camera android-gridview android-mediascanner
Add image to Media Gallery - Android

I am trying to add a new image to the gallery. I pick an already existing image though an intent …

java android image android-mediascanner
Android's Media Scanner: How do I remove files?

I'm writing an app that removes files that may or may not be listed in any one of the types …

android android-mediascanner
Android ACTION_MEDIA_SCANNER_SCAN_FILE not showing image until reboot?

I am currently developing an Android Application where users take pictures which are stored in External Memory on the device …

android android-intent android-mediascanner