CompanyGateways / mytracks

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

Is the Tour de France Live Web Version Update Available? #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My Tracks was used in the Tour de France as described at 
http://www.dcrainmaker.com/2010/07/behind-scenes-of-team-htc-columbia-and.html .
It says "an application called MyTracks runs on the phone and parses the data. 
Then in real-time, the data is uploaded" but My Tracks doesn't upload data in 
real time. 

We want to reproduce this using a Sony Ericsson X10 Mini Pro handset. At 
http://www.dcrainmaker.com/2010/07/behind-scenes-of-team-htc-columbia-and.html#c
omment-2031892382310182464 Nils K advised  that the version used was 
http://code.google.com/r/sandordornbush-release/source/browse/ 
but when I look at this version it is documented as the sandordornbush-release 
and "I will use this to build release binary files from." 

It doesn't look like it uploads data in real time. Is the real time data upload 
version available and where is it?

Original issue reported on code.google.com by kenep...@gmail.com on 23 May 2011 at 3:33

GoogleCodeExporter commented 9 years ago
The code for the uploading is not available to the public.  We may bring a 
version of that code public but I would not expect it anytime soon.

If you want to do a similar thing for the X10 Mini it should be fairly straight 
forward with our current code base.  Basically you need an app that listens on 
the TrackPoints provider and periodically updates to a server of your choice.  
The MyTracksLib library has all of the code you will need to read out of our db.

Original comment by sandordo...@google.com on 23 May 2011 at 4:35

GoogleCodeExporter commented 9 years ago
Thanks for the reply.  I hadn't thought of doing this with the Trackpoints 
provider which is odd because we use this already. I haven't been able to find 
other applications that use it, are you aware of any?. We monitor a users 
activity by analysing accelerometer readings and when we detect exercise taking 
place start MyTracks. Application attached. See results on phone or at 
http://activity.urremote.com .

Issue should have been Type - enhancement and priority low.

Original comment by kenep...@gmail.com on 31 May 2011 at 11:58

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jshih@google.com on 8 Dec 2011 at 8:28