Galaxy Watch: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Transferring MP3s to the watch from the PC == You need AnExplorer to transfer the files from the PC to a website using the upload button. Then you need MyWear File Explorer to select them all from the AnExplorer upload directory and move them to the Music directory Then you need to reboot the watch for the music indexing to start. Or you can use adb over wifi adb push /path to music/ /sdcard/Music adb shell "find /storage/emulated/0/ -exec am broadcast \ -a..." |
|||
Line 15: | Line 15: | ||
an app like https://play.google.com/store/apps/details?id=com.kotorimura.refreshmediastore or sideload https://turndapage.com/navexplorer/ | an app like https://play.google.com/store/apps/details?id=com.kotorimura.refreshmediastore or sideload https://turndapage.com/navexplorer/ | ||
== Transferring MP3s to the watch from the PC to the Phone to the Watch == | |||
In the wear app, go to Settings -> Manage content -> Tracks on watch -> Plus sign top right -> You can select "Folders" if you scroll the Playlists / Tracks / Albums / Artists bar! |
Latest revision as of 16:27, 22 October 2024
Transferring MP3s to the watch from the PC
You need AnExplorer to transfer the files from the PC to a website using the upload button.
Then you need MyWear File Explorer to select them all from the AnExplorer upload directory and move them to the Music directory
Then you need to reboot the watch for the music indexing to start.
Or you can use adb over wifi
adb push /path to music/ /sdcard/Music
adb shell "find /storage/emulated/0/ -exec am broadcast \ -a android.intent.action.MEDIA_SCANNER_SCAN_FILE \ -d file://{} \\;"
OR
an app like https://play.google.com/store/apps/details?id=com.kotorimura.refreshmediastore or sideload https://turndapage.com/navexplorer/
Transferring MP3s to the watch from the PC to the Phone to the Watch
In the wear app, go to Settings -> Manage content -> Tracks on watch -> Plus sign top right -> You can select "Folders" if you scroll the Playlists / Tracks / Albums / Artists bar!