- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
(Last edited
a week ago
by
SamsungAdam
) in
I have an Active2. I can no longer transfer music to my watch. When I go into Add Tracks it shows now tracks. It used to work. There are a lot of mp3s on my phone. I reset my watch and uninstalled the Wearable app and same issue.
I have a Pixel 7 Pro. All the software is up to date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago (Last edited a week ago ) in
Galaxy Watch- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago (Last edited a week ago ) in
Galaxy WatchThat's older than what I have. The Active2 was sold new at major retailers 2 years ago. They keep pushing out updates. That is what probably broke it. If it is supported less than 2 years I'll go with another brand. Adding music through the "settings" menu is silly to begin with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday in
Galaxy WatchAfter searching high and low and trying endless applications, I figured out a way to transfer any file to my watch. Basically, you need the Tizen Studio installed on a computer. Then I wrote the following batch file to copy any music from my Google Drive folder to the watch clearing out anything that was there first.
The one thing I haven't figured out is how to refresh the music library without restarting the watch.
C:\tizen-studio\tools\sdb connect 10.0.0.28:26101
C:\tizen-studio\tools\sdb shell rm /opt/usr/home/owner/media/Music/*.*
C:\tizen-studio\tools\sdb push "C:\Users\micha\My Drive\Watch\*.*" /opt/usr/home/owner/media/Music/

