Skip to content

Instantly share code, notes, and snippets.

@wsaribeiro
Forked from rosuH/refresh_mediastore.sh
Created November 14, 2023 16:31
Show Gist options
  • Save wsaribeiro/57885df41cd1ad93905f85c073fdf82a to your computer and use it in GitHub Desktop.
Save wsaribeiro/57885df41cd1ad93905f85c073fdf82a to your computer and use it in GitHub Desktop.
[ADB Refresh Mediastore] #Android #Media
#!/bin/bash
adb shell 'su -c "am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard/DCMI/Images_new/"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment