Search code examples
javaandroidwear-osgoogle-fitgoogle-fit-sdk

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 here enter 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


Solution

  • 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.