Questions tagged [moto-360]
51 questions
3
votes
5 answers
Android Wear can't connect my device via bluetooth
I enabled debugging over bluetooth on my Moto 360
and enabled Android Wear app on my Nexus4.
Status displays target : disconnected
Forwarding the port from my computer shows the status host will be changed to connected, but the target status…

Cassius
- 31
- 1
- 4
2
votes
0 answers
How to keep Android Wear device connected to WiFi Access Point
I have an Android Wear device - the Moto 360 2nd generation with Android Wear 1.3.0.2230669. It is connected to a WiFi Access Point. Bluetooth is switched off and the watch is not paired.
Some tests with Kismet showed, that the watch is not detected…

Marcel
- 1,537
- 5
- 19
- 38
2
votes
1 answer
List of sensors in Moto 360
I can't seem to find any complete information on which sensors actually are built into the Motorola Moto360. Where or how can I find out about it? There's no documentation about it from Motorola, is that common practice?

DenverCoder21
- 879
- 3
- 16
- 34
2
votes
1 answer
My Wear app gets rotated and translated up on Moto 360
i have two problems with my wear application on the Moto 360.
It's working fine on other wear watches.
the application rotated 90° left
(for information i have android:screenOrientation="portrait" in my manifiest, i don't know if it can be…

SWAppDev
- 248
- 1
- 3
- 13
2
votes
0 answers
Moto360 addview with black bar on bottom
everyone. I try to attach full screen view to moto360. However, when it works on LG/samsung square devices. It left a black out bar on bottom, which is about same size of original black bar on bottom. Is this a bug or what? anyone ever found this…

Nick Jian
- 457
- 4
- 12
2
votes
4 answers
magnetic field sensor in Moto 360 not sending updates
I wonder if others have experienced this as well. when attaching to the Sensor.TYPE_MAGNETIC_FIELD sensor on a Moto 360 (Android Wear), I'm not getting any updates.
the following code all works:
SensorManager sm = (SensorManager)…

Ákos Maróy
- 919
- 2
- 10
- 19
1
vote
1 answer
Get heart rate sensor data on Android Wear
I am trying to get the heart rate sensor data on my Android Wear device (Moto 360). But I don't know why the TYPE_HEART_RATE is not recognized, and the app says sensor registered: no. Other types like STEP_COUNTER returns yes.
What is the…

Tina J
- 4,983
- 13
- 59
- 125
1
vote
1 answer
Frequent Wearable Vibrations with Ambient/Blackscreen
I'm trying to write an App for a Smartwatch that simulates your heartbeat, so it needs to be able to vibrate in time intervals of 1s to about 0.5-0.3s, for a duration of 75ms.
It also needs to do this, when the App enters ambient mode or starts to…

Alex_W
- 51
- 7
1
vote
2 answers
Request Raw Sensor Data (Heart Rate) using Node.js or JS for Google Fit
Is there a way to request immediate heart rate sensor data using JavaScript or Node.js? Would this be the correct command?
raw:com.google.heart_rate.bpm:com.google.android.apps.fitness:Motorola:Moto 360:480c97:manual
Also, how would I request it…

aspdev91
- 137
- 2
- 9
1
vote
0 answers
What can I use for switching between fragments for android watch instead of viewpager?
I 'm doing left and right swiping operation for android watch with viewPager. I can switch between fragments using viewPager. But it sometimes sticks around, when I swipe to left current fragment (it works like onBackPressed). It brings from bottom…

elifekiz
- 1,456
- 13
- 26
1
vote
0 answers
Moto 360 GoogleApiClient onconnectionFailed() : INTERNAL_ERROR (errorCode : 8)
I'm developing an Android and Android Wear app where I use GoogleApiClient to communicate between Moto 360 smartwatch an Nexus 7 tablet. Everything worked fine, until now. When I install my application to my smartwatch, the connection to the Google…

anitteb
- 762
- 10
- 21
1
vote
0 answers
Pair Android wear with a wireless scanner
We have already deployed a [phone + scanner] based app for our client but, now we are thinking of deploying a [wear + scanner] solution. However, we are not sure whether the wear app can function independently of the phone.
To put it simply, we want…

Shaishav
- 5,282
- 2
- 22
- 41
1
vote
1 answer
Data Transfer from Andread Wear Watch to phone via bluetooth
I'm currently trying to send a textfile from the wearable (MOTO 360 Android 5.1.1) to my phone (Moto X Android 4.4.4) via bluetooth, but when i execute the "onSendToPhone" method I get the following error message on the watch:
No application can…

BitWeaseL
- 11
- 2
1
vote
1 answer
Is it possible to turn on and off airplane mode in android wear programmatically
Upto API level 16, it is possible to turn on/off airplane mode in Android devices. From API level of 17, it seems like the Settings.Global, which is read only has replaced the Settings.System.
I want to know that, is it possible to turn on/off the…

praba230890
- 2,192
- 21
- 37
1
vote
0 answers
Contextual custom card cannot dismiss - android wear
Android wear app for Custom notification.By a button click it will notify.But its just showing only a black screen inside card frame,also can't dismiss by left to right swipe.Do i need to add any additional codes to make the card dismissal. …

Anees
- 514
- 5
- 20