Questions tagged [samsung-galaxy-watch]

8 questions
4
votes
1 answer

Can't connect to Android Wearable Health Services

I tried to read walking steps from Android Wear (Samsung Galaxy Watch 4), using this guide : https://developer.android.com/training/wearables/health-services/active. This is part of my code : val healthClient = HealthServices.getClient(this…
2
votes
0 answers

Unexpected complication data (Galaxy Watch 4)

I've created simple complication which shows air pressure in hhmg units (because default one uses hPa units). It works perfectly on Pixel Watch. But when I've installed it on Galaxy Watch 4 it doesn't appear in the list of complications. The only…
Dmytro Rostopira
  • 10,588
  • 4
  • 64
  • 86
2
votes
1 answer

Can I develop wear os app using android studio for Samsung watch5 and install in it by BT and Play store

I am developing Wear OS app using android studio. Currently using Wear OS emulator for app development. I am planning to purchase Samsung Watch5 for development purpose. I wonder if Watch5 will support android studio Wear OS apps installation from…
R15
  • 13,982
  • 14
  • 97
  • 173
2
votes
0 answers

Integrating google Speech Listener on Samsung Galaxy 4

We developed an app that needs to work on all smartwatches with wearOS. The app is installed on Ticwatch and it works perfectly well. In the same app, with the same wearOS version, we are facing an issue on Samsung smartwatch Galaxy 4 with a speech…
1
vote
0 answers

RecognitionListener Samsung Galaxy Watch 4

I faced with issue on samsung watch 4 with speech listener. Listener Service class SpeechListener : LifecycleService(), RecognitionListener { private lateinit var speechRecognizer: SpeechRecognizer …
1
vote
1 answer

samsung galaxy watch 3 (Tizen) connect with android studio

I have samsung galaxy watch 3 with Tizen version 5.5.0.2. It has wireless charger and no usb port. I tried to connect with the help of wifi adb but it has no option like debug over wifi .The question is how to connect it with android studio?Watch…
0
votes
1 answer

Android Wear Activity starts always white

I have a dark watchface and i start my wear app through clicking on the watchface or if i receive a firebase cloud message. I'm using regular old layout files (like ConstraintLayout). At first my app was white but now i would like to switch to a…
Veit
  • 101
  • 1
  • 5
0
votes
0 answers

Is there any way to run my watch app on Samsung Galaxy Watch Active 2 without deployment to the Galaxy Store?

I made a simple app through Android Studio, and I want to run it on my watch. I've seen later models do this via ADB debugging, but haven't found a way to do it on my older model. Is there no way?
heartleth
  • 132
  • 7