Original topic:

Can no longer transfer music to my Galaxy active 2

(Topic created: a week ago)
Mike000000
Asteroid
Options
Galaxy Watch

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.  

3 Replies
Vegeta
Halo
Options
Galaxy Watch
Sorry to say my guy I don't think your watches were supported anymore given how old it is you can get Galaxy watch classic a really good price a slightly used one on Amazon I did I had no issues with it whatsoever and it's where OS built into it and tizen OS on top of that I think you will love it
0 Likes
Mike000000
Asteroid
Options
Galaxy Watch

That'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. 

0 Likes
Mike000000
Asteroid
Options
Galaxy Watch

After 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/

 

 

0 Likes