Will there be a way to export training data as GPX to a PC after the transition?
-
I have only an old Android phone and I doubt the Suunto app will run on it. Currently I just sync my Ambit 3 Run with Moveslink2 on my Windows PC and download the GPX file from Movescount. Will there be a way to do the same after the transition?
-
You can use Suuntolink on your PC, but will need, I guess, to create an account on the app.
-
Then to access FIT or GPX files you can connect the app to a service like quantified-self that you can access with your browser.
-
Isn’t there a way to mock out movescount.com? I mean I could add it to my hosts file and write a local service that would receive whatever the watch sends. Or does it sync with SSL?
-
@László-Lajos-Jánszky said in Will there be a way to export training data as GPX to a PC after the transition?:
Isn’t there a way to mock out movescount.com?
-
@margusl Lookos good, but it is only for Ambit 1 and 2 watches and I have Ambit 3.
-
I think the watch is not communicating directly with movescount
-
@László-Lajos-Jánszky said in Will there be a way to export training data as GPX to a PC after the transition?:
@margusl Lookos good, but it is only for Ambit 1 and 2 watches and I have Ambit 3.
Are you referring to project desription or Moveslink2 actually failed when syncing Ambit3 with mock server?
As you asked if you could write a local service, adjusting existing mock should be quite trivial compared to writing one from scratch.Anyway, what problem are you trying to solve by service mocking? If you just want your activities as GPX, it’s way more convenient converting Suntolink2 SML files or using Openambit instead.
-
@margusl The “movecount_emu” is missing a file: system / SQLite3 php,is there a solution? thanks!
-
@starrysky , PHP is not quite my thing and it has been a while, but I’d start by checking
phpinfo()
to see if sqlite module is loaded and if it’s not, you probably need to edit yourphp.ini
Is there a particular problem you are trying to solve with mocking a service?