Category "wear-os"

Is it possible to display watch sensor data on phone without installing app on watch

Display watch sensor data on phone without installing an app on watch? How create an app that displays all the sensor data from watch?

WearOS support for PWA

I'm digging over internet on how to make a PWA app made with react.js run over WearOS, but I do not find any article. Also, the WearOS website is empty of infor

Google Play Console Main Store Listing for Wear OS

Your app’s Play Store listing provided a non-valid Wear OS screenshot which is framed within the device. A valid Wear OS screenshot must include the ful

How to distribute android phone+wearOS projects in same play console store listing

I have a phone project, as well as a watch (wearOS) project. 90% of the code is shared between the two projects, and I would like to package and distribute the

Wear OS ANR on broadcast act=android.intent.action.SCREEN_OFF

I'm getting regular ANR's on my WearOS app regarding the android.intent.action.SCREEN_OFF broadcast, which I haven't registered for. It happens primarily on Sam

Wear-OS Tiles and marquee_forever

How would one go about adding the attributes like the below to a text component in a Wear-OS Tile android:marqueeRepeatLimit="marquee_forever" android:ellipsize

How to detect change in time each second in Android?

I am creating a custom watch face for android by following this tutorial. I have implemented broadcast receiver to detect change in time as follows: Inside my

Send/sync files between Wear OS watch and Android phone without extra/companion app on phone

I studied google doc https://developer.android.com/training/wearables/data/data-layer how to sync/send files between watch and phone but there is not stricte sa