I successfully linked Amazfit watch app (running on a Honor 8 Pro) with my strava account. After recording some indoor activities with the watch (Amazfit pace English version, with official rom 1.3.3a), indoor cycling, running and elliptical, after doing the sync in the app with no error (both in the main screen and in the activities section, right above my strava account name) I can't see the activity in the strava account but only in the Amazfit watch app. What do I have to do to see the statistics also in strava?
Sometimes they can take a while to pop up in Strava. You might find unpairing the watch from the app and re-pairing it kicks things back through.
fobisss said:
I successfully linked Amazfit watch app (running on a Honor 8 Pro) with my strava account. After recording some indoor activities with the watch (Amazfit pace English version, with official rom 1.3.3a), indoor cycling, running and elliptical, after doing the sync in the app with no error (both in the main screen and in the activities section, right above my strava account name) I can't see the activity in the strava account but only in the Amazfit watch app. What do I have to do to see the statistics also in strava?
Click to expand...
Click to collapse
As only activities WITH GPS are uploaded to strava, you have to do that by hand.
You could try to modify the python script in https://forum.xda-developers.com/showpost.php?p=73037563&postcount=106 to get at the data
Hi, some knows how to unlink Amazfit and Strava?
Regars Joakim
It does not make any sense - I am also surprised why those activities without GPS are not syncing with strava.
If I train Indoor Cycling or doing Indoor Running - there are always hear rate graph I would like to use and check on Endomondo or Strava .
Is there any way to export those activities ?
peanek said:
It does not make any sense - I am also surprised why those activities without GPS are not syncing with strava.
If I train Indoor Cycling or doing Indoor Running - there are always hear rate graph I would like to use and check on Endomondo or Strava .
Is there any way to export those activities ?
Click to expand...
Click to collapse
Upload to strava is through a webservice.
You basically upload a GPX/TCX file, which consist of gps coordinates.
Every coordinate has the connected data of HR etc.
So no coordinate, no HR to upload.
As mentioned you could change the python script to use a fixed gps point, or let me have a look ( pm ) at your DB
if you are not a coder.
fzelle said:
Upload to strava is through a webservice.
You basically upload a GPX/TCX file, which consist of gps coordinates.
Every coordinate has the connected data of HR etc.
So no coordinate, no HR to upload.
As mentioned you could change the python script to use a fixed gps point, or let me have a look ( pm ) at your DB
if you are not a coder.
Click to expand...
Click to collapse
Thank you, PM sent.
As described in https://forum.xda-developers.com/sho...&postcount=106 you can use the provided python script.
I changed it so that all non GPS activities are exported as well.
I only did it in TCX, which is also accepted on strava.
https://www.dropbox.com/s/nyqrxavhvd...port2.ZIP?dl=1
fzelle said:
As described in https://forum.xda-developers.com/sho...&postcount=106 you can use the provided python script.
I changed it so that all non GPS activities are exported as well.
I only did it in TCX, which is also accepted on strava.
https://www.dropbox.com/s/nyqrxavhvd...port2.ZIP?dl=1
Click to expand...
Click to collapse
You should really open a new topic in the Amazfit thread. A lot of people werelooking for this kind of functionality
Thank you fzelle for help !
EDIT:
dropbox link -->
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Seems the link was broken by copy and pasting the other article.
https://www.dropbox.com/s/nyqrxavhvdxw21j/AmazfitExport2.ZIP?dl=1
fzelle said:
Seems the link was broken by copy and pasting the other article.
https://www.dropbox.com/s/nyqrxavhvdxw21j/AmazfitExport2.ZIP?dl=1
Click to expand...
Click to collapse
Hello Fzelle, i can't get the time correctly, your script always +8hr to the time, even i modified the timezone.. can you fix that? 2ndly, it doesn't allow resync, possible to make this option available?
What do you mean with resync?
Can you PM the database so I can have a look?
fzelle said:
What do you mean with resync?
Can you PM the database so I can have a look?
Click to expand...
Click to collapse
fzelle, i pm you my db, resync mean recreate tcx files
When Creating I look if there is one with that name, so if you delete the one, it gets recreated the next time you start the script.
Just checked again, the script creates a file called "lstupd.txt" and only starts if something later is in the db.
I have changed the script so that it only checks if the file is already there, and recreates it if not.
For the Timezone, this was only used for generating the filename, but was omitted in the file itself.
I have changed the script now to use the TZ in both.
Also I have changed the amazfit_exporter_cli.py to not ask for a timezone, if you have something outside GMT, set
the variable on line 10 to something you need.
I updated the file
https://www.dropbox.com/s/nyqrxavhvdxw21j/AmazfitExport2.ZIP?dl=1
Cannot export TCX
fzelle said:
When Creating I look if there is one with that name, so if you delete the one, it gets recreated the next time you start the script.
Just checked again, the script creates a file called "lstupd.txt" and only starts if something later is in the db.
I have changed the script so that it only checks if the file is already there, and recreates it if not.
For the Timezone, this was only used for generating the filename, but was omitted in the file itself.
I have changed the script now to use the TZ in both.
Also I have changed the amazfit_exporter_cli.py to not ask for a timezone, if you have something outside GMT, set
the variable on line 10 to something you need.
I updated the file
Hi, after I download your file, I export the zip to desktop and run as instruction in the readme.txt. But then nothing is export to TCX folder, and the indoor data still not sync to strava. Could you give detail instruction. I use amazfit stratos (pace 2)
Thanks
Click to expand...
Click to collapse
anh1231964 said:
Hi, after I download your file, I export the zip to desktop and run as instruction in the readme.txt. But then nothing is export to TCX folder, and the indoor data still not sync to strava. Could you give detail instruction. I use amazfit stratos (pace 2)
Thanks
Click to expand...
Click to collapse
Look for AmazeBackup, it may work for you.
This script is only for the Pace with WOS1.
Check lfom 's script in https://forum.xda-developers.com/smartwatch/amazfit/xiaomi-huami-amazfit-export-data-t3533292/page19
Do you know if is possible synchronization between the aplications Amazfit watch, Notify & fitnes and Strava. For Amazfit Bip is possible share the activity in Strava through Notify & fitness aplication. Is the same possible for Amazfit stratos?
Hello i can export gpx from my watch stratos what can i do
Lampros1981 said:
Hello i can export gpx from my watch stratos what can i do
Click to expand...
Click to collapse
Hello. Search for AmazeBackup.
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sends SMS at intervals that includes your current GPS coordinate and location name/address/etc
i'vs been using this app for quite sometime now and decided to share it. it works perfectly for me and on my TD2 device. But it may not be for others. kindly post your comments. thanks.
Thank you to DavidTiger for his WMLocationInfo.dll file and Hara's GPS dll file
for more info head over to http://oldsap.blogspot.com/2011/02/sendmylocation.html
Update:
2/24/2011
- uploaded DecDeg2DecMin_Feb242011.zip. the xml files will now be saved in your Desktop PC's C:\xml folder
2/12/2011
- added option to send as email
when sending email, make sure your email is already setup and this uses email account 1 in your device
- added more interval time options (hour/day)
- saves sms and emails sent in \storage card\senymylocation\ folder
Very good, but... can you implement a "send via mail" option?
glaucos said:
Very good, but... can you implement a "send via mail" option?
Click to expand...
Click to collapse
sure. ill add that option
And implement a option, "Send every X min / hours" ? 24h ?
oldsap said:
sure. ill add that option
Click to expand...
Click to collapse
Good!
My wife will be more peaceful when I go out mountain biking!
Update:
2/12/2011
- added option to send as email
when sending email, make sure your email is already setup and this uses email account 1 in your device
- added more interval time options (hour/day)
- saves sms and emails sent in \storage card\senymylocation\ folder
Excellent app but one question when I set it all up do I press exit or just leave it running in the background.
Nice to see you back oldsap!
Eroc162 said:
Excellent app but one question when I set it all up do I press exit or just leave it running in the background.
Click to expand...
Click to collapse
after setting it up and clicking on the "Start" you can exit from the scheduler app. no app will run in the background up until it reaches the specified time interval.
@orb3000: thanks
KML and XML Files directory
11. Use DecDeg2DecMin.exe, click on CONVERT
TO POINTS
12. Choose the KML file you just created from
Google Earth and it wil automatiacally
convert it to an XML file
13. Copy the XML file to your device's
\Storage Card\SendMyLocation\XML folder
14. Done!
Hi sir charlie. after clicking convert to points, where would the converted file go? the kml file say, saved on my desktop would disappear and searching on my directory, cant seem to find the file, also the converted xml file. (i guess they would have the same filename)
Great app!!
I noticed a pair of issues:
-Sometimes the app is not actioning. For example: the first time I installed the app (mail setting, 1 minute for testing purposes), only three times arrived the email with the coordinates. Soft reset and nothing, but open the app again, stopped the sender, restarted the sender, and It work fine, but not sure If this will happen another time.
-When my device is in sleep mode, at sending the email the screen turns on for few moments (in blank)
Requests:
Can you add a pair of thing for n0obs/lazy users like me? (they do not want to deal with xml files)
-The format of the coordinates in the email mesagge
Current:
2/22/11 2:54:23 AM @ No Data
LAT: 16.xxxxxxx, LON: -99.xxxxxxxx
Desired:
2/22/11 2:54:23 AM @ No Data
LAT/LON
16.xxxxxxx, -99.xxxxxxxx
This only for direct copy/paste this coordinates in
http://maps.google.com/maps?hl=en&tab=wl
-Or even better: Can you add a clickeable link in the email, that positionates the location directly in Google Maps, via the default browser?
(I just tested it manually in Opera Mobile, and it works, but first need to access to "classic" site of Google Maps [not mobile])
Yes, there are a most advanced ways to use this useful app, but I think that in this way (positioning by means google maps, in the default browser PPC/PC) must be useful for noobs users like me
Best Regards
4trackmind said:
11. Use DecDeg2DecMin.exe, click on CONVERT
TO POINTS
12. Choose the KML file you just created from
Google Earth and it wil automatiacally
convert it to an XML file
13. Copy the XML file to your device's
\Storage Card\SendMyLocation\XML folder
14. Done!
Hi sir charlie. after clicking convert to points, where would the converted file go? the kml file say, saved on my desktop would disappear and searching on my directory, cant seem to find the file, also the converted xml file. (i guess they would have the same filename)
Click to expand...
Click to collapse
an XML Folder should appear inside the kml folder you were using.
iusauser said:
Great app!!
I noticed a pair of issues:
-Sometimes the app is not actioning. For example: the first time I installed the app (mail setting, 1 minute for testing purposes), only three times arrived the email with the coordinates. Soft reset and nothing, but open the app again, stopped the sender, restarted the sender, and It work fine, but not sure If this will happen another time.
-When my device is in sleep mode, at sending the email the screen turns on for few moments (in blank)
Requests:
Can you add a pair of thing for n0obs/lazy users like me? (they do not want to deal with xml files)
-The format of the coordinates in the email mesagge
Current:
2/22/11 2:54:23 AM @ No Data
LAT: 16.xxxxxxx, LON: -99.xxxxxxxx
Desired:
2/22/11 2:54:23 AM @ No Data
LAT/LON
16.xxxxxxx, -99.xxxxxxxx
This only for direct copy/paste this coordinates in
http://maps.google.com/maps?hl=en&tab=wl
-Or even better: Can you add a clickeable link in the email, that positionates the location directly in Google Maps, via the default browser?
(I just tested it manually in Opera Mobile, and it works, but first need to access to "classic" site of Google Maps [not mobile])
Yes, there are a most advanced ways to use this useful app, but I think that in this way (positioning by means google maps, in the default browser PPC/PC) must be useful for noobs users like me
Best Regards
Click to expand...
Click to collapse
Email sending error: i haven't fully tested this option so i'm not sure how to fix this error for now
Google Maps Link: yep i have another GPS app that sends a clickable link to open in the coordinates google maps. i'll incorporate this.
oldsap said:
Google Maps Link: yep i have another GPS app that sends a clickable link to open in the coordinates google maps. i'll incorporate this.
Click to expand...
Click to collapse
Thanks!!, I will wait for it. So please, I ask this to be functional in Opera Mobile, and of course in a Desktop browser.
Thanks again
oldsap said:
an XML Folder should appear inside the kml folder you were using.
Click to expand...
Click to collapse
Sorry but I cannot see any XML folder, after conversion. I use a simple c:\temp\ folder in which I put "DecDeg2DecMin.exe" and the "filename.kml" (exported from Google Earth).
After pressing "Convert to POINTS" button, I select my filename.xml; then the program asks me if I want to convert another file (I answer "no"). Then the original "filename.kml" disappears and no xml file appears !
brunino1967 said:
Sorry but I cannot see any XML folder, after conversion. I use a simple c:\temp\ folder in which I put "DecDeg2DecMin.exe" and the "filename.kml" (exported from Google Earth).
After pressing "Convert to POINTS" button, I select my filename.xml; then the program asks me if I want to convert another file (I answer "no"). Then the original "filename.kml" disappears and no xml file appears !
Click to expand...
Click to collapse
sorry about that.
2/24/2011
- uploaded DecDeg2DecMin_Feb242011.zip. the xml files will now be saved in your Desktop PC's C:\xml folder
I want to connect my Amazfit Bip smart watch with Endomondo or Strava app. Is there any possible way to do this?
AnupamShuvo said:
I want to connect my Amazfit Bip smart watch with Endomondo or Strava app. Is there any possible way to do this?
Click to expand...
Click to collapse
This app can connect to strava. Never tried...
MiFit can connect to Google Fit. Maybe it can be "transfered"?
Notify & fitness for amazfit bip
You can sync with Strava using the paid version of the app notify & fitness for amazfit bip. Is easy to learn.
Kleberton_R said:
You can sync with Strava using the paid version of the app notify & fitness for amazfit bip. Is easy to learn.
Click to expand...
Click to collapse
LOL, It forgot the link.
I was talking about the same thing
And I had an other one with G FIT data-> Computer for data analysis. Lost it too. But it seems possible!
Want Bip to Google Fit sync
Kéno40 said:
This app can connect to strava. Never tried...
MiFit can connect to Google Fit. Maybe it can be "transfered"?
Click to expand...
Click to collapse
My MiFit app had Google Fit sync option, but after I paired my Bip now I see only 3 options - WeChat, QQ and Sina Weibo..
Any suggestions to connect Bip to Google Fit?
charane1982 said:
My MiFit app had Google Fit sync option, but after I paired my Bip now I see only 3 options - WeChat, QQ and Sina Weibo..
Any suggestions to connect Bip to Google Fit?
Click to expand...
Click to collapse
You don't have a good MiFit version. You may have an old version or one in BETA (ex 3.1.7.1 is a beta).
This one has it : 3.1.6 ENG forced from :
https://forum.xda-developers.com/smartwatch/amazfit/app-mifit-3-1-7-1-mod-english-forced-t3710676
"Notify & Fitness for Amazfit" can sync Amazfit Bip activity to Strava
mabden said:
"Notify & Fitness for Amazfit" can sync Amazfit Bip activity to Strava
Click to expand...
Click to collapse
Any free solution?
ward0 said:
Any free solution?
Click to expand...
Click to collapse
SyncMyTracks works manually for free, you must sync MiFit with GoogleFit first. There are a couple of online services that do this, for example:
www.fitnesssyncer.com (I think it works with GoogleFit)
tapiriik.com (I don't think it works with GoogleFit)
or install a modded version of MiFit that exports the data to TCX and send it manually to whatever you want.
t.me/MiFitTCXExport
To install MiFitTCXExport APK should i unpair the Bip from original MiFit and uninstall it? Or just uninstall and install the modded one without unpair?
XUTOS-83 said:
To install MiFitTCXExport APK should i unpair the Bip from original MiFit and uninstall it? Or just uninstall and install the modded one without unpair?
Click to expand...
Click to collapse
Only uninstall stock app and install modded one, no need to unpair.
Works great, i run 5K today to test it and get the files. The tcx is bigger, is better for Strava (More Data)?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XUTOS-83 said:
Works great, i run 5K today to test it and get the files. The tcx is bigger, is better for Strava (More Data)?
Click to expand...
Click to collapse
No, both contain the same data, only TCX file is bigger because of the internal format.
I used Endomondo for running sessions and amazfit bip but i just tested heartbeat rate.
For configuring app and devices :
1 - install mi fit and pair your amazfit bip with it.
2 - in profil menu, make your amazfit bip visible for other.
3 - install endomondo.
4 - in parameters, connect amazfit bip with endomondo, you will just see one heartbeat rate value.
When you want to use it in sport session :
1 - start an activity in mi fit and let it runs
2- start endomondo. if all's ok, heartbeat rate appears and updates.
mabden said:
"Notify & Fitness for Amazfit" can sync Amazfit Bip activity to Strava
Click to expand...
Click to collapse
Just out of interest, with the in app purchase, if I was to purchase it on my mothers phone (she gets a huge number of google reward surveys and has a ton of unused credit that's about to run out) which is linked to mine on the family account on google play, will I be able to use it on my account?
mabden said:
"Notify & Fitness for Amazfit" can sync Amazfit Bip activity to Strava
Click to expand...
Click to collapse
How to do it ?
Hi everybody from Quebec city
My Bip watch is is with firmware 0.1.0.86
How could I show the record tracking on my walking on Google earth or other ?
I'm on Mac and I have a android phone to "sync" with Mi-Fit and Notify & Fitness app install
(android 5.X)
You can export the .tcx file on Notify and Fitness app, then import it into whatever mapping software you want.
How?
Seem we have many version of Notify and Fitness. What is the version I need and where do I "extract" GPS tracking ?
Thanks in advance
pinkabou said:
Seem we have many version of Notify and Fitness. What is the version I need and where do I "extract" GPS tracking ?
Thanks in advance
Click to expand...
Click to collapse
Notify and Fitness fior Amazfit
Pro version is needed to see the content of the messages.
For exporting, just open the activity in the app.
On the top right, there is a 3 dot menu
Synchr with others apps
You have 4 choices : Google fit, Export tcx, Strava or RunKeeper
Big Thanks
Kéno40 said:
Notify and Fitness fior Amazfit
Pro version is needed to see the content of the messages.
For exporting, just open the activity in the app.
On the top right, there is a 3 dot menu
Synchr with others apps
You have 4 choices : Google fit, Export tcx, Strava or RunKeeper
Click to expand...
Click to collapse
I finally be able to sync and export to my iMac and see my run on google earth app
Seem precise for the recording
I'm happy
but how I can do it on iOS?
ciopik said:
but how I can do it on iOS?
Click to expand...
Click to collapse
You sadly can´t - so I sold my iPhone X and bought an Android phone
Now I can sync any TCX file with or without GPS to Endomondo etc. or directly to Strava from Notify & Fitness and from there automatically to most other platforms through the website Tapiriik.
FREE
I guess everybory already spent their money on the Notify and Fitness Pro.
But for those who want to know, i have found a Free Way.
Install these apps: Gadgetbridge and GPX Viewer.
In Gadgetbridge you will open the activity and choose the GPX Viewer.
And that's it. Now your .gpx file is in the GPX Viewer folder.
(Gadgetbridge is still a work in progress, but i succeeded here)
Hi,
for those using Notify & Fitness. I also use this app, but I have observed a problem in the 1st km statistics when running. Strava will show between 30-40 seconds less for first km compared to what the watch shows, or what you can see in Mi Fit or Notify.
When I export activity to tcx file, I see that first tracking points, aproximately first 200-300 meters, always has same time stamp, and that is causing problems in Strava. So far I dont know if this is a problem of how Notify & Fitness export data, or is the watch that is doing it wrong, any idea?
Thanks
iPhone/ iPad supported !
Joost39/2 said:
You sadly can´t - so I sold my iPhone X and bought an Android phone
Now I can sync any TCX file with or without GPS to Endomondo etc. or directly to Strava from Notify & Fitness and from there automatically to most other platforms through the website Tapiriik.
Click to expand...
Click to collapse
Found 'AmazTools' in the Apple App store recently, and it works well on latest BIP s/w version !! Including GPX/ Strava/ loads of WatchFaces, and extra button functions. Give it a try!
Vinicius_Gonzo said:
I guess everybory already spent their money on the Notify and Fitness Pro.
But for those who want to know, i have found a Free Way.
Install these apps: Gadgetbridge and GPX Viewer.
In Gadgetbridge you will open the activity and choose the GPX Viewer.
And that's it. Now your .gpx file is in the GPX Viewer folder.
(Gadgetbridge is still a work in progress, but i succeeded here)
Click to expand...
Click to collapse
Thanks, it's still working, but I had to set in Mi Fit my Amazfit Bip as visible BT device, then pairing with Gadgetbridge was ok.
Hello @Vinicius_Gonzo & @adrianfp
Vinicius_Gonzo said:
I guess everybory already spent their money on the Notify and Fitness Pro.
But for those who want to know, i have found a Free Way.
Install these apps: Gadgetbridge and GPX Viewer.
In Gadgetbridge you will open the activity and choose the GPX Viewer.
And that's it. Now your .gpx file is in the GPX Viewer folder.
(Gadgetbridge is still a work in progress, but i succeeded here)
Click to expand...
Click to collapse
I tried GB but i had somekind of offset in GPS trace, did you experienced the same..?
adrianfp said:
Hi,
for those using Notify & Fitness. I also use this app, but I have observed a problem in the 1st km statistics when running. Strava will show between 30-40 seconds less for first km compared to what the watch shows, or what you can see in Mi Fit or Notify.
When I export activity to tcx file, I see that first tracking points, aproximately first 200-300 meters, always has same time stamp, and that is causing problems in Strava. So far I dont know if this is a problem of how Notify & Fitness export data, or is the watch that is doing it wrong, any idea?
Thanks
Click to expand...
Click to collapse
Trying N&T i get a slight difference, here are stats :
- mi fit : 3.87kms / 14min43sec
- N&T : 3.88kms / 15min03sec
- Strava : 3.87kms / 14min17sec
Haven't much other tracks, i'll try, is it alike what you experienced..?
Further informations here : https://forum.xda-developers.com/showpost.php?p=78148443&postcount=78
Thanks in advance for insight
Regards
Hello @Vinicius_Gonzo
That kind of offset : see attachment
I didn't used gpx viewer but took directly gpx file from Android/data/ee.aegrel.gadgetbridge/files
Thx
Hi,
What's the easiest way to export GPS data to a PC? I have Android phone, not iOS.
Also, how long will be battery last with GPS recording? What's the record frequency (1 pt per second, etc)? And how much data can it hold (e.g. 10 hours)?
Thanks
Hi, have you found a solution? I will only use gadgetbridge and not mi-fit (data-collector)
Hi !! Have you try to use ZEPP App for connect AMAZFIT BIT to Strava ??
Thanks for the tip, it works just fine, I have a question though: the workouts in Gadgetbridge are all off by 1 hour, so my Strava runs aren't in sync with my friend' tracks, have you met this isuue?
Was toying with purchasing one of the above smartwatches, until I discovered that there is no support for the Endomondo app...
is there anyway to side-load the Endomondo app or a way to export the data from the Amazfit and then import into my Endomondo workout web page??
cheers for any insights... :good::good:
Davyg57 said:
Was toying with purchasing one of the above smartwatches, until I discovered that there is no support for the Endomondo app...
is there anyway to side-load the Endomondo app or a way to export the data from the Amazfit and then import into my Endomondo workout web page??
cheers for any insights... :good::good:
Click to expand...
Click to collapse
Yes, there is, from Stratos you can upload your sessions to STRAVA and than you can for example on fitnesssyncer.com synchronize strava with Endomondo and get your data to Endomondo. At lease running and cycling data could by also exported from Stratos to GPX file directly in watches and these files could be imported to Endomondo.
cheers bud..much appreciated ... :good::good::good:
Tentei said:
Yes, there is, from Stratos you can upload your sessions to STRAVA and than you can for example on fitnesssyncer.com synchronize strava with Endomondo and get your data to Endomondo. At lease running and cycling data could by also exported from Stratos to GPX file directly in watches and these files could be imported to Endomondo.
Click to expand...
Click to collapse
just been doing more reading up on what you said...... it appears that only activity that requires GPS can be saved/exported to/from the Amazfit Stratos or Pace , hopefully this will be corrected in a future firmware update....Possibly...:good:
Davyg57 said:
just been doing more reading up on what you said...... it appears that only activity that requires GPS can be saved/exported to/from the Amazfit Stratos or Pace , hopefully this will be corrected in a future firmware update....Possibly...:good:
Click to expand...
Click to collapse
Yes, this should be possible as basic functionality on this device. Also Amazfit 1 do not have this option.
But on this forum there was a script that could export data directly from sport_data.db on watch ( when rooted ). Man that was doing this is fzelle. Unfortunately this script is no longer works on Stratos. I hope he will find some thime and update it for Stratos purpose
Stratos - Strava - Endomondo
Davyg57 said:
Was toying with purchasing one of the above smartwatches, until I discovered that there is no support for the Endomondo app...
is there anyway to side-load the Endomondo app or a way to export the data from the Amazfit and then import into my Endomondo workout web page??
cheers for any insights... :good::good:
Click to expand...
Click to collapse
Hi, try tapiriik.com service - first year for free, next years by 5 USD per year. It can automatically synchronise activities between many sport apps. So when your activity will be sent to Strava, in some minutes it can be automatically in Endomondo. I use it for synchronise Strava - Runkeeper - Smashrun.
You can also try FitnessSyncer.com (free AFAIK) or export the activities manually using AmazeBackup and import to any service that accepts GPX/TCX.
I usually use my Pace with Endomondo, when i finish a run i save the session then from "Activities" screen i export in a .gpx file and connect my Amazfit to my pc. From Endomondo page ( pc ) i select "import from file" and i simply select and import the created .gpx file. Sorry for my bad english, i hope you can understand.
Hello,
is it possible to edit the GPS trail directly in Amazfit app? Yesterday, when I was running, GPS made a quick jump and added me nearly 1 km to my trail...
I can do it in Runkeeper, but I would like to have the correct values in Amazfit as well...
The same thing happened to me a couple of days ago. My Pace GPS jumped me a few km away and then got the correct position a few minutes later. In all, it added 5 km to my route.
Currently it's not possible. You can however export the activity as GPX (or use AmazeBackup to export data to GPX or TCX), edit the file and then import it manually to a third party service like Strava or Endomondo. You can check the exported file using this web app: mygpsfiles.com.
lfom said:
Currently it's not possible. You can however export the activity as GPX (or use AmazeBackup to export data to GPX or TCX), edit the file and then import it manually to a third party service like Strava or Endomondo. You can check the exported file using this web app: mygpsfiles.com.
Click to expand...
Click to collapse
Thanks, I know all this, what I miss is the possibility to import it back to Stratos...
You could edit the SQLite Database.
Look at the export thread in this forum how to get it