Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
102 views

Android Studio PassiveMonitoringClient not receiving any synthetic data

I'm trying to record heart rate data from an emulated watch (running Wear OS 4/ API Level 14) and the most recent version of Android Studio Preview. I am using Android Studio's PassiveMonitoringClient ...
Adam Saleh's user avatar
5 votes
1 answer
591 views

How to install certificate on Samsung Galaxy WATCH 4/5 with Android WearOS?

I need to install this certificate on my Galaxy Watch, running WearOS: https://cacerts.digicert.com/BaltimoreCyberTrustRoot.crt I tried a lot of things via wireless ADB but I still didn't manage. ...
Hasse's user avatar
  • 523
0 votes
1 answer
330 views

WearOS app debugging with mobile application connectivity

I've created an android application, with a wear module contained within it. When I run the mobile application debugger on a physical device through USB, I see it doesn't package the wear application ...
Marko Vidalis's user avatar
1 vote
1 answer
681 views

Connecting Wear OS emulator with a physical android device

I am trying to connect a wearable emulator with 4.4 Android phone following the documentation, however when i forward adb using the command adb -d forward tcp:5601 tcp:5601 nothing happens, and the ...
Marwa's user avatar
  • 19
2 votes
0 answers
736 views

Bad output from ffmpeg running on raw video from Wear OS device

I am following these instructions regarding capturing and converting video from a Wear OS device, and I am running into problems. I get a video and I can tell it is my screen but it seems to be warped....
lcj's user avatar
  • 1,747
1 vote
1 answer
119 views

Can I connect a physical Wear OS device to an emulated Android device?

I've found this official guide that looks like it's what I need, but I'm not sure how to then connect it to an emulated Android device. For context, I've been following this guide to adding a simple ...
TheKingElessar's user avatar
0 votes
1 answer
175 views

WiFi Connected Android Phone to Watch Emulator over ADB

I've started using adb over WiFi but am having trouble now connecting my phone to an Android watch emulator. When pairing a usb-connected phone to a watch emulator I need to do some port forwarding ...
Alex's user avatar
  • 19.1k
0 votes
1 answer
31 views

Android Studio wear app installation fails

So I've got a project with a mobile and a wear part. Actually, it's the default Basic Activity and Basic Wear Activity project, targeting API 21 on the phone and the latest 7.1.1 for watches. My watch ...
audoh's user avatar
  • 81
0 votes
0 answers
372 views

Failure INSTALL_FAILED_DEXOPT for Android wear emulator

adb -s emulator-5556 install S:\AS\MyWatch\wear\build\outputs\apk\wear-debug.apk S:\AS\MyWatch\wear\build\outputs\apk\wear-debug.apk: 1 file pushed. 0.5 MB/s (1883889 bytes in 3.409s) ...
Vyacheslav's user avatar
  • 27.2k
0 votes
1 answer
69 views

Debug without handheld

I was trying to debug over Bluetooth but I was getting the localhost:4444 offline issue... So I went and erased all data from google play services. After that, my watch was forgotten by my handheld... ...
cdlc's user avatar
  • 323
0 votes
2 answers
3k views

Connection refused: ADB connection from Iphone to windows

I am trying to build a watch face for Android wear. The Android wear is an emulator and the device that I have is an iPhone connected via USB to my windows laptop I have followed the instructions ...
Mahesh N's user avatar
  • 792
1 vote
1 answer
2k views

List and remove developer installed android wear packages from windows?

I have a couple watchfaces that were installed while working on a watch face in android studio. I'm using Android Studio with windows and a USB connection to the watch. How can I remove the packages? ...
kjl's user avatar
  • 321
6 votes
1 answer
552 views

Kiosk Mode Android wear

I'm trying to make kiosk mode in smart watch. I'm having now two big problems in an attempt to implement Device Administration : The following uses-feature are undefined: android.software....
Shmargad's user avatar
1 vote
2 answers
10k views

Unable to pull data from android smartwatch using adb - remote object does not exist

So I'm attempting to extract data from the LG G smart watch running Android wear. I have rooted this device and am attempt to pull data from a folder within the "Data" file which is "data/data/com....
JPM's user avatar
  • 189
5 votes
1 answer
9k views

How to setup USB driver for ADB for Sony Smartwatch 3 on Windows 10

I am trying to setup ADB debugging via a wired USB connection from my PC running Window 10 Pro (on a 64-bit Core i7) to my Sony Smartwatch 3. My PC is generally setup for Android Development, ...
DataGraham's user avatar
  • 1,645
2 votes
1 answer
943 views

Debug Android Wear app on ASUS ZenWatch 2 using Ubuntu 14.04

I'm trying to enable USB debug on my ASUS ZenWatch 2. What I've done so far: Opened Settings -> About and tapped on the Build Number 7 times. Now I'm developer. Opened Developer Settings and ...
aga's user avatar
  • 29.4k
3 votes
2 answers
1k views

How do you start an Android Wear watch face using ADB?

For testing purposes, I would like to stop and restart my Android Wear watch face service via ADB. Stopping it appears to work normally: adb shell am force-stop com.package.name but starting the ...
Anonymous's user avatar
1 vote
0 answers
428 views

Android adb connect: permission denied

I'm developing an app with some friends for wearables. I wanted to get the app on my device (Moto360) through adb. I read many Guides and forums but none had the same failure. I have enabled blueooth ...
MCM's user avatar
  • 11
1 vote
1 answer
2k views

How to change Android Wear's settings via adb

Recently, I'm searching how to change the Android Wear's settings and some of them are found in settings.db. Brightness adb shell settings put system screen_brightness_mode 0 adb shell settings put ...
yamamo2's user avatar
  • 15
1 vote
1 answer
135 views

Connecting to virtual Android Wear (avd) with Android M Preview 3

I'm trying to connect to virtual Android Wearable (Android 5.1.1) with my phone. (Nexus 5, Android M Preview 3) gabor@gabor-U430p:~$ adb devices List of devices attached emulator-5554 device ...
Gabor's user avatar
  • 11
3 votes
4 answers
3k views

Why can't Android Wear connect target for debugging over Bluetooth?

Whenever I activate debugging over Bluetooth on my wearable emulator, the device starts vomiting this error every 10 milliseconds on the console: 08-07 12:15:53.472 1484-29405/com.google.android....
Juan José Melero Gómez's user avatar
17 votes
5 answers
10k views

Android Wear Enable ADB Connection Over WiFi TCP/IP

I'm trying to develop an app for Android Wear. In order to test my app on my Moto 360 watch (which has no USB port): I connected my phone to my computer via USB. I opened the Android Wear companion ...
Luke's user avatar
  • 2,205
4 votes
1 answer
2k views

Is it possible to use adb to take a screenshot of a wearable connected via bluetooth?

I have an LG watch which I can connect directly to my developer machine using USB and therefore can use the following command to take screenshots: adb shell screencap -p /sdcard/screenshot.png ...
Scrungepipes's user avatar
  • 37.6k
1 vote
2 answers
608 views

Is there a way to install normal android applications on android wear via bluetooth?

I know that Bluetooth debugging in android wear allows us to install apps in phone whose android wear companion gets installed in the watch via bluetooth. But I want to install normal android apps ...
abhishek's user avatar
  • 817
3 votes
2 answers
2k views

Android Studio "Waiting For Process" only when used with a wearable device

I'm having an incredibly frustrating time using Android Studio with wearable devices. The problem is that when I try to run or debug the wearable app Android Studio doesn't do anything most of the ...
Scrungepipes's user avatar
  • 37.6k
1 vote
1 answer
351 views

Android Wear hide "Debugging over bluetooth" card

I was wondering if there is any way to hide the card "Debugging over bluetooth" when such activity is in progress. It's just not the best one to take screenshots with, and I don't seem to be able to ...
Guillermo Orellana Ruiz's user avatar
1 vote
2 answers
693 views

File transfer to wear fails for apk

Normal file transfers work fine (1.56MB & 6.7MB), but apk (1.81MB) fails: >adb -s localhost:4444 push IMG_20141219_210043.jpg /storage/sdcard0/Download 45 KB/s (1637405 bytes in 35.128s) >...
Saran's user avatar
  • 3,885
7 votes
3 answers
7k views

Debug Android Wear Device over USB

Is this possible to debug wear device over USB, not Bluetooth? By Bluetooth it is possible, but when i'm connecting watch to PC via USB, in adb i have: adb devices List of devices attached ???????????...
Velius's user avatar
  • 93
1 vote
1 answer
510 views

adb -d forward tcp:5601 tcp:5601 fails to bundle AVDs of a phone and a wearable

I try to connect two AVDs. One ist a L-Preview Phone device and one is a wearable device. I get twice the log message that no device was found. ➜ platform-tools ./adb devices ...
Tobonaut's user avatar
  • 2,465
17 votes
4 answers
2k views

Moto 360 Deploying from Android Studio extremely slow

Trying to run a wear counterpart of an Android app directly on Moto 360, after having it connected and listed as a target device. ADB can see it and communicates fine. However, the deployment ...
Mcingwe's user avatar
  • 2,085
19 votes
4 answers
17k views

Debugging on Moto 360

I am trying to get debugging over Bluetooth working on my Moto 360. I am following these instructions but when I put in adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444 all that ...
tyczj's user avatar
  • 73.5k
0 votes
1 answer
1k views

Not possible to install android wear app with body_sensors permission via adb or on Google Play

The android.permission.BODY_SENSORS was introduced in Android KitKat W API 20. There should be no reason why wear apps cannot use and be published with this permission. However there is a problem that ...
saml's user avatar
  • 33
10 votes
3 answers
22k views

ADB doesn't recognize Samsung Gear Live or LG G watch

I am trying to execute adb on the Samsung Gear Live watch on Windows 7. I don't seem to find device drivers to get it recognized by ADB. This is what I already have - I have enabled ADB debugging in ...
Parva Thakkar's user avatar
5 votes
4 answers
3k views

Android Wear Preview not connecting to Wear Emulator

I am trying to setup my development environment for Google Wear and have followed Google's instructions but as soon as I setup the port forwarding (adb -d forward tcp:5601 tcp:5601) I am getting an ...
Jonny Wright's user avatar
  • 1,119
1 vote
1 answer
2k views

Android Wear Set up Environment can't connect to emulator

So, I am trying to set up the Android Wear Environment, I already signed up for the developers preview and I already got confirmed I have my support library, app samples, my Android Wear Preview app ...
Ronny Perez's user avatar