3,150 questions
0
votes
0
answers
76
views
MAUI WearOs phyiscal button pressed event not triggerd?
I am working on an MAUI 10 app, where I'd like to listen to a phyiscal button event as described here:
https://developer.android.com/training/wearables/user-input/physical-buttons
My issue is, that ...
0
votes
0
answers
39
views
LayoutElementBuilders.Image.Builder deprecated in WearOS Tiles
Google recently deprecated (here, here) LayoutElementBuilders.Image.Builder, which is used to display images in a WearOS Tile. I'm having trouble refactoring my code.
This is the original code:
new ...
0
votes
1
answer
61
views
Android Studio Emulator and Galaxy Watch4 showing error retrieving weather data
I'm building a watch face using Android Studio. Everything works great, except for the weather. The weather will show up like normal on my real Pixel Watch 3, but in the emulator (and on a tester's ...
1
vote
1
answer
47
views
"UserStyleSetting has a 640 x 464 icon. This is too big" error when building Wear OS Watch Face
I'm writing a watch face in the Watch Face Format. It works well, but I constantly see in the logger messages like this:
ListOption id theme_bezel_gb has a 640 x 464 icon. This is too big, the maximum ...
0
votes
0
answers
38
views
Android to WearOS data event fails when phone app is closed
I'm trying to set up an authentication flow on a WearOS app where the companion phone app is responsible for logging in at which point the watch app can simply request the authentication token via a ...
0
votes
0
answers
85
views
Syncing database between android app and companion wear OS app
I have an Android habit app written in jetpack-compose, and using a Room SQL database, that I'd like to create a companion wear OS app for. But the Android data layer API seems incredibly overly-...
0
votes
2
answers
128
views
CapabilityClient.getCapability returns empty nodes list on Wear OS 6 / Android 16 setup
I have a problem with CapabilityClient visibility. I have both Android and Wear OS apps installed on the phone (Pixel 6 with Android 16) and paired watch (Samsung Galaxy Watch 6 with Wear OS 6). Both ...
2
votes
0
answers
92
views
Full-screen notifications downgraded on Wear OS (Pixel & Samsung) when minifyEnabled=true, despite ProGuard keep rules
I’m debugging - with ChatGPT since I am not very expert - a Wear OS app with a Flutter plugin that triggers a full-screen feedback screen via a Foreground Service and a FullScreenActivity.
Everything ...
0
votes
1
answer
48
views
WearableListenerService stops responding after phone has been idle
I have a weird issue. I'm using the DataClient class to transfer data from a phone app to a WearOS app. It was working fine for years, then after the recent upgrade to WearOS 6, onDataChanged in the ...
1
vote
0
answers
47
views
How can i have counterweight hands for the AnalogClock in WFF?
I want part of the hand to remain on the non-main side of the hand.
The documentation on Android Developer suggests the following:
Specify the pivot point
Each of the hour, minute, and second ...
0
votes
1
answer
77
views
Compatibility of Wear OS Application Across Different Manufacturers with the same OS
I am currently developing an application to access the raw ppg sensor data of Samsung smartwatch that runs with Wear OS and have been in contact with the Samsung development team. They have confirmed ...
-1
votes
1
answer
159
views
Message from Android App to WearOS App fails silently or throws "Failed to deliver message to AppKey"
Update: I can get messages in now, but facing this error where on the WearOS app instead of showing the message text I get "i can see the messages coming in now, but getting this error "...
2
votes
1
answer
125
views
WearOS 3: How to get updates on calendar events for a custom complication?
I'm trying to create a custom WearOS complication that shows the title of the next event. The watch has a built-in Agenda app that synchronizes with the phone's calendar. There is also a built-in ...
0
votes
0
answers
45
views
How to detect when complication is removed?
I'm trying to detect when a complication data source is removed...
The class "ComplicationDataSourceService" allow me to override the "onComplicationDeactivated", however this ...
0
votes
0
answers
63
views
Wear OS app - device not compatible with this version
I'm trying to test my wear OS app with a closed test in my Samsung Watch Classic 8, but I tried to upload the aab file to a Wear OS track and when I opened the link on my mobile, the play store showed ...