fmierlo / mytracks

Automatically exported from code.google.com/p/mytracks
1 stars 0 forks source link

where is sensor data stored? #1471

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I checked the SQLite database. My Tracks stores Tracks table, Track points 
table & way points table.

I can't seem to figure out where the sensor data is being stored. I don't have 
any of the sensors, I can only check the code and verify it. I'll appreciate if 
any of you guys share a couple of tracks with sensor values.

If the sensor data is stored somewhere, does this sensor data corresponds to 
the appropriate value of GPS/location, ie, at "x" location the value of sensor 
is "y", at "p" location the value of sensor is "q".

I can only figure out to read current values using 
sensorDataSet.getHeartRate().getValue() 

Original issue reported on code.google.com by aakkashs...@gmail.com on 11 Mar 2014 at 2:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I finally managed to get access to the sqlite database. I could read sensor 
data but I cant seem to decode the sensor values.

I have attached the sqlite db and the tracking table with sensor values.

Can somebody help me decoding the sensor data?
thanks!

Original comment by aakkashs...@gmail.com on 12 Mar 2014 at 6:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jshih@google.com on 2 Apr 2014 at 1:12