Questions tagged [moto-360]

51 questions
1
vote
2 answers

Why I can't debug watch face on moto 360

I can see the logs below but I can not see the watch face on my watch. Waiting for device. Target device: motorola-moto_360-localhost:4444 Uploading file local path:…
Neo
  • 11
  • 3
1
vote
1 answer

How to display battery percentage on Watch Face

I am making a new watch face using the official API and I'm trying to figure out how to display battery percentage. (sorry i'm a complete noob)
1
vote
1 answer

Moto 360 accelerometer giving really weird values

We recently launched our Android Wear app Coffee Google Play Link! Users can launch the app by flicking their wrist. Essentially, when the watch wakes up we register with the accelerometer and start looking for a flick motion and when the watch dims…
Jakob
  • 63
  • 5
0
votes
1 answer

Android Wear App Crash in Moto 360 in other watches app is working fine

I am working on wear application. Application is working fine in other watches but in Moto 360 it is getting crashed as we launch application. Android wear 1.5.0, OS: 6.0.1,Google Play service 11.0.55. Here is the logs. --------- beginning of…
Duke
  • 31
  • 4
0
votes
0 answers

Android Wear Accelerometer data gaps

I have a service which continuously runs in the background on Moto 360. It measures the accelerometer data in 50Hz. I am packing the samples in chunks(15,000 samples each chunk == 5 mins of data) and send these chunks to the mobile device through…
Artyom Okun
  • 939
  • 1
  • 8
  • 14
0
votes
1 answer

Moto 360 unable to access heartbeat sensor

I was having some trouble accessing the heartbeat sensor on the Moto 360 in an Android wear project. Using the code: for (Sensor sensor : mSensorManager.getSensorList(Sensor.TYPE_ALL)) { Log.e("HB Service", sensor.getName() + ": " +…
0
votes
1 answer

Android wearable GPS on moto 360 gen 1

I would like to develop a app on the moto 360 that gets the users current gps coordinates, is this possible even though they say it doesnt have built in gps connectivity? The reason I ask is it also says you can "track your watches location".. How…
Ryan D
  • 741
  • 1
  • 11
  • 29
0
votes
1 answer

Recompiling APK with Google Fit API Issues

I'm attempting to reverse engineer an android app called HeartTrace in order to pull sensor data at a higher frequency. I decompiled, adjusted the parameters, and recompiled the APK. However, the app no longer connects to Google Fit API. Does the…
aspdev91
  • 137
  • 2
  • 9
0
votes
0 answers

WatchViewStub on a null object reference

I know this question has been answered many times on here but I still can't seem to fix my problem. I am trying to create an application that reads the users heart rate and sends that information to the phone. My problem is that I have implemented a…
underscore_
  • 87
  • 1
  • 8
0
votes
1 answer

Android Studio Moto 360 Debugging

I have followed the steps posted to debug over bluetooth here http://developer.android.com/training/wearables/apps/bt-debugging.html but I do not know where to run the commands for adb, I am using mac and android studio version 1.5.1 with adb…
0
votes
3 answers

How can I launch the Moto 360 'Agenda' app (or any other calendar) from a watchface?

I'm brand new to android (let alone android wear) development and I have something like this in my watchface tap handler: Uri.Builder builder = CalendarContract.CONTENT_URI.buildUpon(); builder.appendPath("time"); ContentUris.appendId(builder,…
jmazin
  • 1,021
  • 9
  • 11
0
votes
1 answer

Watch face App packaged by android studio can not sync to android wear?

I use android studio to create a wear app and didn't change anything(Only a watch face).Then I package it and get a signature apk. I install it on my phone(Nexus 4),but it can not auto install on Moto 360. I tried to install some wear app in Google…
David Wang
  • 934
  • 1
  • 12
  • 16
0
votes
1 answer

Android Wear: Gyroscope data unchanged when logging both lin_accl and gyroscope

I am trying to read both gyroscope and linear_acclerometer data in the highest sample rate on my Moto 360 . I will press a button on the handheld, which will register sensors on the watch and start loggging all the sensor data, and when I press…
Foreverniu
  • 349
  • 1
  • 3
  • 18
0
votes
1 answer

How to transfer sensor data and audio data saved in internal memory of Moto 360 to an Android phone?

I'm recently developing apps on android wearable(MOTO 360). I am recording audio and sensor data on to the internal memory of the wearable. How can I access the data that is saved? The watch will not be paired with the phone during data collection.…
risx15
  • 1
0
votes
1 answer

How to Send and Receive Messages Android Wear

I'm trying to send String from my Moto 360 to Android App! but I don't understand how to implement the code in documentation, can anyone help me please with a little explanation of the steps to follow to send data !…
Elyes
  • 92
  • 1
  • 12