Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
66 views

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 ...
Bozzaglia's user avatar
0 votes
1 answer
32 views

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 ...
Kris B's user avatar
  • 3,578
1 vote
0 answers
32 views

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 ...
MrStickyPiston's user avatar
0 votes
1 answer
65 views

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 ...
Moustafa Medhat Abdelwahap's user avatar
0 votes
1 answer
109 views

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 "...
greg's user avatar
  • 1,224
0 votes
1 answer
129 views

I developed a WearOS app which is a companion app for an existing phone app. How should I build, upload and publish the watch app to the Play Store? Some info about the project: The mobile- and watch ...
jojo123's user avatar
  • 17
2 votes
1 answer
96 views

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 ...
Pion Developer's user avatar
0 votes
0 answers
43 views

I'm trying to detect when a complication data source is removed... The class "ComplicationDataSourceService" allow me to override the "onComplicationDeactivated", however this ...
dect's user avatar
  • 583
0 votes
0 answers
35 views

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 ...
grc's user avatar
  • 324
1 vote
1 answer
102 views

I have an Android Wear OS emergency app, which monitors the user and looks out for emergency events. When the app is closed, I use a foreground service, to keep monitoring in the background. This ...
theproductivepickle's user avatar
1 vote
1 answer
89 views

I'm trying to make a wearOS app with scrollable content, and the documentation suggests using ScreenScaffold to show the scroll bar on the right side. But my app keeps crashing when this composable is ...
DasKeksSchwert3's user avatar
0 votes
1 answer
69 views

I'm writing a small app for my Pixel watch. I would like to create a tile. I'm using the following function to create the layout. fun tileLayout( context: Context, deviceParameters: DeviceParameters): ...
de11833's user avatar
  • 271
1 vote
1 answer
80 views

I'm building a watch face using the WFF format... The XML reference documentation says it is possible to create presets configurations, so called "flavors", however they don't show on the ...
dect's user avatar
  • 583
1 vote
0 answers
81 views

I am currently trying to override the physical buttons in wear OS devices. I have tried using Accessibility services. But I am only able to get key logs in emulator. When I tried the same code in a ...
macbmc's user avatar
  • 21
0 votes
0 answers
73 views

I'm developing a small WearOS App including tile, complication and MainActivity. The app shall request data from an app on a smartphone. A complication shall display this data as well as the tile or ...
de11833's user avatar
  • 271
1 vote
0 answers
94 views

I’m building a Workforce Management application on Wear OS. My goal is to implement a kiosk-like mode, where: The user should only be able to access: My application, Its associated tiles, and A custom ...
macbmc's user avatar
  • 21
4 votes
1 answer
91 views

I have a background job in a WearOS app that calls an API, updates a Work database, and notifies my tile and complications about the new data. Sometimes the background job runs, but the network is not ...
GDefender's user avatar
  • 590
1 vote
0 answers
49 views

The intent of the code I created is that whenever the data from the Pedometer changes, the data is passed in real-time via the onSensorChanged() function. However, even though data is being collected ...
user27684441's user avatar
0 votes
0 answers
35 views

I am currently developing an app on wear os. This app uses HealthService to collect user health information when exercising (for example walking - ExerciseType = Walking). The collected information is ...
Victor's user avatar
  • 63
1 vote
0 answers
41 views

I am trying to the use facilities of the ComplicationManager in AndroidX, and to do so the Gemini AI engine tells me I need to include the following implementation directive in the dependencies block ...
John Poust's user avatar
0 votes
1 answer
103 views

I'm developing an Android app in Flutter. I want to send and receive messages with a Wear OS 4 connected to my phone. I've already created the Wear OS app that receives and sends messages. It ...
Daga's user avatar
  • 1
0 votes
0 answers
43 views

I'm trying to handle onPause and onResume lifecycle events in a WearOS app. My goal is to trigger these events only when the app is actually minimized/restored (not when the watch screen turns off). ...
pie's user avatar
  • 173
2 votes
1 answer
79 views

I want to write an Always-on app for Wear OS. My Samsung watch is using Android 14.0. Minimum SDK is set to 29, target and compilse SDK to 35. Added WAKE_LOCK permission to the manifest. Below you can ...
Rene's user avatar
  • 21
0 votes
0 answers
35 views

This simple wear os app in Kotlin has a round screen with a beam which rotates clockwise with constant speed. By rotating the bezel the beam movement can be accelerated or deaccelerated. In case the ...
Alexander Fedorov's user avatar
2 votes
1 answer
182 views

I am developing an app using Google's Pixel Watch 3 (Wear OS by Google 5.0). I am looking for a solution to the problem of accidentally pressing the crown and being taken to the home screen(watch face)...
yutara's user avatar
  • 21
1 vote
1 answer
68 views

I've got a WearOS Pixel 3, and my app UI doesn't fit on the screen. Thanks to a lot of help from here and other places, I've figured out how to scroll the UI with both a gesture any by spinning the ...
MikeCalligaro's user avatar
0 votes
0 answers
69 views

When I test ble advertising with your Galaxy Watch hundreds of times in a row, I got too many advertisers error and Bluetooth will no longer work. If I turn off Bluetooth in your watch settings or ...
박성범's user avatar
0 votes
0 answers
45 views

I could not find any way to extend the complication types of my app in such a way, so they appear in the selection menu for Samsung's Premium Analogue watch face. The only complications are coming ...
Astronaut's user avatar
1 vote
1 answer
279 views

I’m developing a standalone timer app for Wear OS with targetSdk 35. The app has an ongoingActivity notification and a watch face complication. When the user taps the notification or the complication, ...
user29983655's user avatar
0 votes
1 answer
94 views

I am making a simple wearOS app, which counts reps for different exercises in a session. I want to be able to see the different sessions on a mobile app, but I am having trouble figuring out what how ...
theproductivepickle's user avatar
1 vote
1 answer
70 views

I have developed a soft keyboard for the Android Wear OS. This issue I'm facing is as follows: Problem Description: - Developed using API 34 and above - The keyboard appears in the keyboard list ...
Taeun Park's user avatar
0 votes
0 answers
58 views

I'm developing an standalone alarm app who setup a timer and trigger a notification using AlarmManager. Currently it's already working by triggering simple notifications, but I'm changing it to show ...
Renan Pelogia's user avatar
0 votes
0 answers
95 views

I have an existing android habit app, and I'd like to create a wear-os view for it. It'd essentially just be one more screen / view (that shows current habits and lets you check them), but for wear-os:...
dessalines's user avatar
  • 7,522
0 votes
0 answers
59 views

Basically, I am pursuing a really trivial task - setting up a timer, change button to "running", when it fires change button back to "not running". It also should work when the app ...
Anton Tretyakov's user avatar
0 votes
0 answers
33 views

I'm trying to find out how to add a border to my WearOS app, around the edges of the screen on a watch. This would be for showing a status color for the service I'm running. I've got a fragment which ...
Bram's user avatar
  • 1
1 vote
1 answer
274 views

I’m working with the Samsung Health Sensor API (v1.3.0) to collect Inter-Beat Interval (IBI) data from a Galaxy Watch. My goal is to gather IBI samples periodically (e.g., every hour for 10 minutes) ...
Abasin Ab's user avatar
0 votes
1 answer
61 views

There is a HorizontalPager and a HorizontalPageIndicator. When swiping, there are 3 recompositions of the HorizontalPageIndicator. Is this normal, or did I write the code incorrectly? @Composable fun ...
pie's user avatar
  • 173
0 votes
1 answer
120 views

I am running Flutter in Android Studio. I have been working on an app for my Samsung Galaxy 7 ultra. I am using the wear_plus package to manage screen shape and size as well as ambient mode. My app ...
Justin's user avatar
  • 1
0 votes
0 answers
74 views

I have inherited a WearOS app, which needs to use the watch sensors to record health data, such as heart rate, temperature and acceleration. The app is made in Java, is around 7 years old and it doesn'...
theproductivepickle's user avatar
0 votes
1 answer
59 views

I'm trying to read the number of steps in the last day on Wear OS using Java. My goal is to reward the user if they achieve a certain number of steps. To achieve this I tried using HealthServices. I ...
Andrej's user avatar
  • 3,305
1 vote
0 answers
99 views

I am developing an app and it provides complications. I want to see the preview of the complication on different types (e.g. LONG_TEXT, SHORT_TEXT and RANGED etc.) in Android Studio. Preview is ...
B. Kaan's user avatar
  • 115
0 votes
0 answers
62 views

I'm currently building a project to enable passive communication using several Flic buttons and Wear OS watches. I currently have an Android app up-and-running where one can scan for new Flic buttons, ...
gitarristjoel's user avatar
3 votes
2 answers
511 views

I downloaded a sample WFF project from Google's developer docs here: https://github.com/android/wear-os-samples/tree/main/WatchFaceFormat I imported it into Android Studio. When I try to create a Wear ...
mt_xing's user avatar
  • 684
1 vote
1 answer
353 views

I am using the latest version of Android Studio. I own a Samsung Galaxy Watch 6 classic and a Samsung S24 ultra (both fully up to date firmware-wise). I coded in Kotlin a Wear OS app for ice skaters. ...
Sébastien Pouy's user avatar
0 votes
1 answer
141 views

I need a simple example on how I should use the Confirmation overlay for wear in Kotlin. No need for buttons, just a dialog with 2-3 lines which prompts the whole screen for 3 seconds and then ...
Alexander Fedorov's user avatar
1 vote
0 answers
27 views

I'm new to Android Wear, and I'm working on refreshing complications data every 10 seconds in the Android Complications Sample project. I use the DataStorage class to update the data, and the ...
Lu Li's user avatar
  • 11
0 votes
0 answers
47 views

I'm currently working on a Flutter app for a watch using WearOS, since there is no plugin for targetting GPS position using a WearOS watch, you need to do it manually by using the ...
Jouca's user avatar
  • 11
0 votes
0 answers
52 views

I am trying to add FHIR to my wearOS app, using Google's Open Health Stack SDK. I have been following this guide: https://google.github.io/android-fhir/use/FEL/Getting-started/ When I add the ...
theproductivepickle's user avatar
0 votes
1 answer
171 views

I have a ComplicationDataSourceService that needs to be notified when the watch goes into ambient mode or the screen turns off. The idea is that this is for a sort of "flashlight" ...
rjr-apps's user avatar
  • 446
0 votes
0 answers
39 views

Is it possible to add scroll bar to VerticalPager ? I can add scrollbar easily with ScalingLazyColumn, but not VerticalPager. There is no documentation given by Google, but app get rejected if no ...
neobie's user avatar
  • 2,920

1
2 3 4 5
64