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
0
votes
2 answers

Is it possbile to deploy an Android standalone wear app to galaxy store?

I have an existing Android Wear standalone app and I would like that my app works on Samsung Galaxy watches. Is is possible to deploy the app on Galaxy store or do I have to make the whole app from scratch using Tizen Studio?
RimmieNas
  • 43
  • 1
  • 9
0
votes
1 answer

Any suggestions on creating xxhdpi,xxxhdpi watches in the android emulator?

Since I don't have watches with xxhdpi and xxxhdpi,I've tried manually configuring an AVD to support both the resolution watches in emulator. I'm trying to create a new profile for this(Parameters are added in attached screenshot) But It is creating…
kavie
  • 2,154
  • 4
  • 28
  • 53
0
votes
1 answer

Launch Connectivity screen of OS from Wear application

Is there any way in wear app, to redirect a user to a "Connectivity" screen which is added below, Notes: able to open only Bluetooth or Wi-Fi or Airplane mode using the setting intent given in this…
kavie
  • 2,154
  • 4
  • 28
  • 53
0
votes
1 answer

Xamarin Watch - Consume web service (Android)

I'm trying to call a website from my android watch but the thread exits (The thread 0x5 has exited with code 0 (0x0)) without a result. I added the permissions "Internet" and "Network_state", which does not change the result. Below my code (done in…
Jeppen
  • 414
  • 5
  • 12
0
votes
1 answer

Android Wear OS turn off Wifi

I want to turn off wifi for battery save on some screen where I don't need it. I tried this: WifiManager wifiManager = (WifiManager) SensorApplication.getContext().getApplicationContext().getSystemService(Context.WIFI_SERVICE); if (wifiManager !=…
Illuyankas
  • 150
  • 13
0
votes
1 answer

Reading the Heart Rate from wear os watch using Google fit from a paired app

I am trying to get Heart Rate from my Android wear-os watch using Google fit api. Both my watch and android devices are paired. I've tried 2 approaches: 1) From Android app, connect to google fit and scan for data sources. But it will only detect…
djreenykev
  • 143
  • 2
  • 14
0
votes
1 answer

Android Studio 3.4 Android Wear SDK 22

I have downloaded and installed Android Studio 3.4.2. When I create a new Wear OS project the only available SDKs are 23 and later. I want to support older devices with SKD 22 or 23. I realise there has something to do with Android Wear converted to…
georgeok
  • 5,321
  • 2
  • 39
  • 61
0
votes
2 answers

How to run Android Wear app on Watch from Android Studio?

From Android Studio, I'm trying to launch an app on an LGE G Watch F5CC (Android 6.0.1, Android Wear 1.5.0) I can see the watch in Android Studio's "Select Deployment Target" window, but the device is greyed out, with the message missing…
matdev
  • 4,115
  • 6
  • 35
  • 56
0
votes
1 answer

Xamarin NPE on Confirmation Activity on Wear

I'm developing a Wear application and wanted to show a Confirmation message to the user after a click. I know that for Wear dedicated tools like ConfirmationActivity exist, but after trying to show it I receive a Null Pointer…
0
votes
1 answer

Supported OpenGL ES version in WearOS 2

What's the currently supported version of OpenGL ES in WearOS 2? Ist OpenGL ES 3.x supported, assuming the hardware can support it? I can't find any documentation for it.
nshct
  • 1,197
  • 9
  • 29
0
votes
1 answer

Android wear app notifications get disabled when notifications from phone are also disabled

I am building a mobile + wear app. Wear app has its own notification services independent of the phone. I just noticed that for my app, when I disable the notifications from the phone to wear (on the WearOS app), the in-house notifications of the…
RforResearch
  • 401
  • 8
  • 16
0
votes
0 answers

Android Wear Disconnection indicators

Does anyone know how to implement disconnection indicators in a wear companion app? I want to let the user know when the wearable disconnects from the handheld and vice-versa. Thanks!
0
votes
1 answer

Initialise specific complication without user input - android wear api

I want to be able to read data from a complication, like the weather or steps count, without having to create a complication for the user to select which complication to show in the watch face. Is it possible to initialise a specific complication,…
0
votes
1 answer

How to make an Android Wear Watchface installable from the phone?

So I made a watchface and I would like to put it on the Play Store. I partly did. When I go to the App page in Play Store with my phone it says my device is not compatible. I know this is because it states so in the Manifest. Usualy I browse the…
Dimi Scha
  • 13
  • 2
0
votes
1 answer

Android Wear application not compatible, but when debugging it is?

I recently published an android wear application to the google play store, but when i go to the webpage it tells me the application is not compatible with my registered devices. But one of the devices is the android wear i am using to develop the…