Questions tagged [moto-360]

51 questions
31
votes
9 answers

Trouble debugging android wear over bluetooth - Unable to connect to localhost

I can't debug over bluetooth with my Moto360. To start I have enabled "ADB debugging" and "Debug over Bluetooth" on the Moto360. I have also enabled "Debugging over Bluetooth" via the companion phone. It shows: Host: disconnected Target:…
user2825168
  • 383
  • 1
  • 3
  • 10
17
votes
4 answers

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 message is not progressing for a long time, about 10…
Mcingwe
  • 2,070
  • 2
  • 18
  • 17
12
votes
4 answers

How to access heart rate sensor in Android Wearable?

I am having problems accessing heart rate sensor on Moto 360. I tried following things : Sensor mHeartRateSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE); mSensorManager.registerListener(this, mHeartRateSensor,…
wonglik
  • 1,043
  • 4
  • 18
  • 36
11
votes
3 answers

Is it possible to connect Android Wear device with another BLE device directly without interaction of phone device?

I am looking for an Advice to connect two BLE devices directly with each other without interference of phone device.I know that in normal scenario watch will connect with mobile device's Bluetooth and then it will work for normal data transmission…
user1414160
11
votes
1 answer

Deploying Android Wearable Apps on Moto 360 for Debug Purposes

I'm trying to write a wearable app with custom layout notifications, however my emulator is not displaying custom wearable notifications properly. (I just get a card with a black box... it even happens on the sample app notifications). I have a…
chocospaz
  • 739
  • 1
  • 8
  • 15
7
votes
6 answers

Android Wear Error ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null}

I've wanted to make an easy wearable app and connect through the data layer. Everything works fine with the handheld module (using: S5), but the wearable (using: Moto 360) always throw the error: onConnectionFailed:…
5
votes
2 answers

Detect Moto 360/circlular shape and onApplyWindowInsetListener not being called

It looks like common ways to detect the screen shape of the Moto 360 do not work properly. I know there are reports saying that windowInset.isRound() returns false in the Moto 360. Currently my code is the following WatchViewStub viewStub = new…
Andrea Baccega
  • 27,211
  • 13
  • 45
  • 46
4
votes
2 answers

Detect if Android Wear screen has chin (aka flat tire)

While developing Android Wear watch face, how can one detect if screen is round and has chin (aka flat tire band), like Moto 360? I tried onSurfaceChanged, but width and height are identical overthere. I tried this on emulator having chin, but still…
AVEbrahimi
  • 17,993
  • 23
  • 107
  • 210
4
votes
3 answers

Android Wear Wellness Sensor Moto360

As far as I know , moto360 doesn't have a sensor of type : TYPE_HEART_RATE, it's called passive wellness sensor. The problem is that this wellness sensor is not giving me any data, as opposed to every other sensor that I've tried (like gravity,…
Oleg
  • 1,479
  • 3
  • 21
  • 42
4
votes
2 answers

Get data from Smartwatch Android Wear to Smartphone

I have made some apps (pedometer, heart rate, audio recorder) for the moto360 with android wear. everything works fine, but I don't know how to save the data on the watch and how to access the data on the smartphone. I have managed to send messages…
Hello-World
  • 183
  • 1
  • 1
  • 10
4
votes
1 answer

Has anyone been able to get sensor data from Moto 360 via. Google Fit API?

I'm referring to the API described here: https://developers.google.com/fit/overview. I have Google Fit on both my Moto360 and my phone (Nexus 4). I want to retrieve step/heart rate data from the Moto 360 via. the API, but only seem to receive the…
Shine Wang
  • 61
  • 1
  • 2
3
votes
0 answers

EditText is not working properly on Moto 360

I am having trouble trying to get EditText to work on my watch. It works on the emulator on Android Studio, when I click on the edittext field a separate screen pops up where you can place numbers. Similar UI to a calculator. When I click on the…
Rob
  • 35
  • 1
  • 6
3
votes
1 answer

How to detect height of black bar on Moto 360?

I'm developing an Android Wear app and content on the very bottom of the screen is cropped because of the black bar. This video says that we should get the height of the bar like this: @Override public WindowInsets onApplyWindowInsets(View v,…
David Vávra
  • 18,446
  • 7
  • 48
  • 56
3
votes
2 answers

Can I save sensor data of android wearable(MOTO 360)?

I'm recently developing apps on android wearable(MOTO 360). My question is, is it possible to save the sensor data as a file in my watch? Or I must sent those data back to my handheld to save? I try to use File directory =…
Luyang Liu
  • 121
  • 1
  • 7
3
votes
0 answers

Android Wear BoxInsetLayout doesn't work on Moto 360

I'm trying to make an Android Wear app that has two pages. I created: InsetActivity GridViewPager FragmentGridPagerAdapter Two classes extended from CardFragment Two custom layout files that use BoxInsetLayout One of the layout files is as…
kazhik
  • 556
  • 1
  • 5
  • 7
1
2 3 4