Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access Android Wear Fit Data

I'm developing an app for Android Wear on Samsung Gear Live (Google I/O Edition) where it will need access heart rate and steps count history data. I know that later this data might be accessible using Google Fit SDK, but is it possible to read that data without using that SDK right now?

I would prefer to access this data without ROOTing my G Watch.

Here are the screenshots of the historical data that I would like to extract:

Steps History data:

enter image description hereenter image description here

Heart Rate History Data:

enter image description here

UPDATE 10/28/2014

Google Release Google Fit SDK Available on the Official website

like image 397
Maksim Avatar asked Jul 07 '14 05:07

Maksim


1 Answers

I guess the only option right now is for you to create your own heart rate and step counter apps that share historical data through content providers. I've written a quick tutorial on how to get data from heart rate sensor here.

like image 74
Marc Tan Avatar answered Nov 15 '22 19:11

Marc Tan