Questions tagged [android-wear-2.0]

Second generation of Google's operating system for smart wearable devices, based on the Android platform.

Android Wear 2.0 is the second generation of Google's operating system for smart wearable devices like wrist watches. It's an extension of , and was released in Spring 2017.

Notable features include a redesign of the system UI, standalone applications, voice recognition using Google Assistant, the addition of watch face complications, and updates to Google Fit.

225 questions
1
vote
0 answers

CapabilityApi in wear 2.0 only works when using same package id

I'm trying to use the CapabilityApi to find my standalone wear2 app from my phone, but it only seems to work if both the wear-app and the mobile-app share the same package id. I follow the instructions at…
1
vote
2 answers

Android Wear 2.0 getting location from phone and keeping device supported on Google Play store

Recently I've been making a Bus Checker app for Android Wear 2.0, as a standalone app so that iOS users can also use it. I am obviously getting the location of the watch to get the local bus stops. This means I need to use the following…
user7471684
1
vote
2 answers

Android: missing feature watch error

I developed wear app and mobile app separate with the same package name. After that I embedded the signed wear apk to the Mobile app SDK. After embedded when I try to run into mobile am getting an error "MISSING features watch" For embedded am…
Binil Surendran
  • 2,524
  • 6
  • 35
  • 58
1
vote
0 answers

Android Wear 2.0 emulator freezes

I've seen a problem where Instant Run causes the emulator to freeze. This happens especially when I have a high frame rate, let's say 24 or 30. The expected behavior would be for my CanvasWatchFaceService to be killed and restarted but instead, it…
1
vote
2 answers

Android Wear access Google Fit API

I'm trying to access Google Fit API on Android Wear to get user Goals and I faced followed problem. //I'm runing on Android Wear 2.0 emulator. If there is no account specified (via setAccountName) in Builder, I get "Invalid Account" error…
1
vote
0 answers

How to access provider's supported types in Android Wear 2.0

I am starting to work on the new Android Wear 2.0 Api's specifically Complications. I have found out that the Complications will default to the "easiest" supported type that the provider also supports, such as the Android Wear Battery Life will…
Chris Code
  • 53
  • 1
  • 8
1
vote
1 answer

Android wear 2.0 notifications

So, after the Google I/O 2016, and the new wear 2.0, i am trying to archive the same notification on my huawei watch running beta build. Here google notification changes doc I tried, to update from my previous way i was using notifications, but…
Wladislaw
  • 1,200
  • 2
  • 12
  • 23
0
votes
1 answer

Request dangerous permission for wear os watchface

I'm trying to create a watch face using some data. However, I need access to ACCESS_FINE_LOCATION to get the user's location. From the sample provided here, the watch face is launched as a service and permission's cannot be requested from a service.…
0
votes
1 answer

No Wear OS Virtual Device for Android 13 (API 34) in Android Studio's Device Manager

In Android Studio's Device Manager, I'm unable to find a virtual device option for Wear OS with Android 13 (API 34). While I've noticed options for Android 13 for phone devices in the "Virtual Device Configuration", there seems to be none for Wear…
0
votes
0 answers

Unable to receive wear os location in Jetpack Compose

For a project i need to receive the location of a wear os in jetpack compose. According to the settings I have location allowed, which is the highest for the location permission. However, I always get null for the last and new position. The…
0
votes
0 answers

WearOs Physical Home click event detect programmatically in JetPack Compose

Is physical button click event is possible to get programmatically in jetpackCompose and whatever if YES then i need an solution or some ideas about how can i achieve this and if NO , Then i need reason that why i can't do this,Here i am Creating…
0
votes
0 answers

Android - WearableListenerService starts on emulator but not on smartwatch

I have read many posts about this issue but none of them solve my problem. Please, I need help after several days with this problem. When I run the code in the emulator, mobile and emulator communicate and the service starts, sending it the…
user3092292
  • 49
  • 2
  • 2
  • 9
0
votes
0 answers

Internal testing release for android Wear App

I'm facing an issue while trying to upload an internal testing release for an Android Wear App on Google Play Console I get the following error: You can't rollout this release because it doesn't allow any existing users to upgrade to the newly added…
0
votes
0 answers

How share data from one app in android wear to app in android mobile?

I have to develop an app for smart watch using android studio, the problem is that i need synchronization the app in the smart watch with one app in a mobile, I mean, I need to create something like apps for check your healt and watch your…
0
votes
2 answers

How to replace the AOSP System UI with a custom one?

The SysUI in AOSP is just an app. Very tight to the Android framework though. Is there a recommended way to disable the vanilla SysUI and replace this functionality with a fully independent custom apk? I believe it should be doable since Wear OS…
narko
  • 3,645
  • 1
  • 28
  • 33