Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [wear-os]

Wear OS is an operating system extended from the Android platform that powers a new generation of wearable devices.

wear-os
2 votes
0 answers
37 views

Add separately-compiled complication data source to WFF

Can a separately-compiled complication data source (written in Java/Kotlin) be added to a WFF watchface bundle? If so, how? Background: I have two deeply-coded scientific-oriented Kotlin watchfaces (...
Nick Esposito's user avatar
0 votes
0 answers
14 views

How release my complement WearOS Android Native app to Play Store

I have two apps, one for mobile and a new one for wearOS, my mobile app is currently in Play Store and I need release my wearOS app. Both apps are in the same project in differents modules and use ...
Juan Vazquez's user avatar
-1 votes
1 answer
38 views

Detect heart rate in WEAR OS Emulator in Android Studio

How to Detect heart rate in WEAR OS Emulator in Android Studio The code I am trying does not give errors, but I cannot see the heart rate in the emulator. I am using wearos3 and Android API 30 Is it ...
Health Timeout's user avatar
1 vote
0 answers
43 views

open Activity with the display off on wear os

I'm trying to implement the same behavior as the alarm clock app shown in the photo on wear OS. I tried using NotificationCompat with setFullScreenIntent and wakelock but I can't open an activity to ...
Raffaella's user avatar
0 votes
0 answers
19 views

How to get the location information from my Kotlin code back to a flutter project?

Preface: Developing for WearOS, so I can't use the location or geo_location package for that in my flutter code. So for WearOs: I want to do this in my flutter code: const platform = MethodChannel( ...
Hoegje's user avatar
  • 75
0 votes
0 answers
38 views

How do I control my own programmed kotlin wear os stopwatch app with the bluetooth headset buttons skip forward and skip backward?

I programmed a wear OS app in Kotlin (and Jetpack Compose). The app is a stopwatch app and therefore has a start function and a stop function. Previously, these functions were triggered using a touch ...
Mr. WTG's user avatar
1 vote
2 answers
63 views

How to launch Wear OS app from Phone app to start a workout even when the app is killed?

I'm developing an Android application that interacts with a Wear OS app. I want to start a workout session on the Wear OS app directly from the phone app, even if the Wear OS app is currently killed. ...
Steve Bui's user avatar
0 votes
0 answers
39 views

Creating a WearOS app starting from existing Flutter app

I have an existing flutter app and now I want to create a WearOS version of it. I am quite not sure how can I handle this. I already have the main structure of the app organized in folders (...
Diego Salvati's user avatar
0 votes
2 answers
41 views

How test connection and disconection between Mobile App and Wear app

Currently i have a WearableService that implements onCapabilityChanged method that receive this events automatically (At least I think so) but i've been trying to fire it with emulators but it doesn't ...
Juan Vazquez's user avatar
1 vote
1 answer
44 views

Android Studio PassiveMonitoringClient not receiving any synthetic data

I'm trying to record heart rate data from an emulated watch (running Wear OS 4/ API Level 14) and the most recent version of Android Studio Preview. I am using Android Studio's PassiveMonitoringClient ...
Adam Saleh's user avatar
0 votes
0 answers
38 views

[wear-os][WFF] ComplicationSlot BoundingArc hit test on the entire oval area instead of just the arc itself, How to fix this?

Watch Face Format (WFF) with BoundingArc can lead to unintended hit testing on the entire oval area instead of just the arc itself. If has multiple ComplicationSlot overlap with difference angle arc, ...
herman man's user avatar
0 votes
1 answer
46 views

Setting a reminder in Wear OS

Is it possible to set a reminder that will alert a user from both a watch and a connected phone, programmatically, in Android, using Wear OS (that is, via an Android smart watch)? I can use the ...
John Poust's user avatar
0 votes
0 answers
40 views

Wear OS Layout Issue: Only Upper Left Quadrant Usable on Samsung Galaxy Watch 4

I'm developing a Wear OS toy app for a Samsung Galaxy Watch 4. Despite what I believe to be correct configurations (i.e. no errors in app building or deploying - except for the "glitch" I ...
francogrex's user avatar
0 votes
1 answer
53 views

Positioning CurvedTextView at bottom of screen [Wear OS]

I want to position a CurvedTextView at the bottom of a ConstraintLayout in Wear OS. But no matter what I do it always positions itself at the top. My File->New test project's activity_main.xml ...
Andy Johnson's user avatar
  • 8,118
0 votes
0 answers
24 views

How to get cEDA values from Pixel watch 2

Currently, I am trying to develop an app that measures cEDA with the Pixel Watch 2 and analyzes it with the Pixel 5. Is it possible to access the cEDA values measured with the Pixel Watch 2 from an ...
Pallens's user avatar

15 30 50 per page
1
2 3 4 5
209