Questions tagged [samsung-galaxy-watch-4]
33 questions
1
vote
0 answers
Is speech recognition is available on Galaxy Watch 4?
I try to make a voice recognition on my Galaxy Watch 4 in Kotlin language with Android Studio and it seems that it is not available on this device.
The value of SpeechRecognizer.isRecognitionAvailable(this) is False.
I have put the…

KBill
- 166
- 1
- 12
1
vote
0 answers
Integrating google Speech Listener on WearOS app (Samsung Galaxy 4, 5, Google Pixel)
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, 5 and Pixel…

Yael Amitay
- 31
- 3
1
vote
1 answer
Samsung Galaxy 4 classic bezel rotation detection in Android Studio (Java)
I want to be able to add a value to an integral that I have:
Rotating clockwise would increase the value by one
Rotating counter-clockwise would decrease the value by one
I tried searching and I found "rotary input", but I didn't really manage to…

Aschtr
- 11
- 2
1
vote
0 answers
Android: gyroscope sensor data return zero (onSensorChanged())
I am creating an application to get accelerometer sensor and gyroscope sensor data from Android Wear(galaxy watch 4)
However, only gyro sensor data returns zero. Could you please solve this problem?
Thank you for any helps.
mSensorManager =…

jjjj
- 11
- 2
1
vote
1 answer
Cannot find Complication icon on Galaxy Watch 4
I have a watch face for Wear OS that I built several years ago. Recently, users have been complaining of crashes on the Galaxy Watch 4. I picked one up and found that Complication icons aren't properly loading on it. Calling…

rjr-apps
- 352
- 4
- 13
1
vote
0 answers
Issues with System.currentTimeMillis() on TicWatch / Emulator / Samsung Galaxy Watch 4
I get different answers depending on which watch the following code is run on
val prefs = getSharedPreferences(MY_PREFS_NAME, MODE_PRIVATE)
val appClosedTime = prefs.getLong(KEY_APP_CLOSE_TIME, System.currentTimeMillis()) // default to now
val…

RatherBeSailing
- 261
- 1
- 11
1
vote
0 answers
How do I change the favicon of an html bookmark/tile on a Samsung watch 4
I like to save internet bookmarks as tiles on my watch 4. They all show the same generic icon. Is there a way to change these? Like a favicon?

craison
- 45
- 3
1
vote
1 answer
FLAG_KEEP_SCREEN_ON not working when showing an alert dialog on wear os
I am developing an Wear OS App, that requires to have the screen always on for certain tasks.
To achieve that, I use window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
It is working fine, but when I show an Dialog, the screen turns off…

Maksim Ilyin
- 13
- 3
1
vote
0 answers
samsung wear watch notification issue
Im trying to show notification on wear watch anything is goes correct but My Remote input choice are not visible on samsung watch it will show only title and Body my input choice are not visible on it.
It appears on my phone, but it doesn't appear…

Ritesh
- 11
- 1
1
vote
2 answers
Gles2WatchFaceService deprecated? What now?
For my Wear OS watch face project, I am using Gles2WatchFaceService so the watch face has smooth OpenGL animation when needed. I just updated in build.gradle the following dependency:
implementation 'com.google.android.support:wearable:2.9.0'
The…

go3d
- 443
- 3
- 11
1
vote
1 answer
Connect Android Studio and Wear 3.0 smartwatch via wi-fi
ADB debugging needs connection between Android Studio and Wear 3.0 smartwatch (Samsung Galaxy SW 4). How make them work together?

Denis
- 153
- 11
1
vote
1 answer
Oxygen saturation measurement API for Samsung Galaxy Watch 4 (Wear OS)
tried to use Samsung Health SDK, but it doesn't work on watch
also, Android Health Services don't work on real device
Google fit API does not suit me (the comment from here)
any other oxygen saturation API for Wear OS?

Alexey Kolosov
- 140
- 2
- 15
1
vote
1 answer
How to check Internet available on app running on wear OS 3 (Samsung Galaxy Watch 4)
I am developing a standalone app for Samsung Galaxy watch 4. I am using internet to connect with webservice APIs. Samsung Galaxy watch 4 supports Wi-Fi connection but it gets switched to phone internet when watch is paired with a phone. So to check…

Nishant
- 32,082
- 5
- 39
- 53
0
votes
0 answers
Wear Os stack framework flutter
I've built a voice-driven android app that uses the android speech recognition API. I'm currently trying to convert the app to a wear-os version. I've included the speech recognition permission in the apps manifest and have initialized the speech…
0
votes
1 answer
How can a Wear OS watch face retrieve data from the Internet while in ambient mode?
I am developing a watch face that retrieves some data from the internet and updates an indicator every 3 minutes. But it looks like while the watch (Galaxy Watch4) is in ambient mode, the internet connection is suspended and the indicator can no…

go3d
- 443
- 3
- 11