Skip to content

Instantly share code, notes, and snippets.

@jaredsburrows
Created March 19, 2016 20:43
Show Gist options
  • Save jaredsburrows/042508be8932523adea4 to your computer and use it in GitHub Desktop.
Save jaredsburrows/042508be8932523adea4 to your computer and use it in GitHub Desktop.
ADB sync music
adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard/Music
@jaredsburrows
Copy link
Author

Using ADB Sync: https://github.com/google/adb-sync

~/repo/adb-sync/adb-sync -2 ~/Music/Android/ /sdcard/Music/ && adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard/Music

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment