Subcategories

  • All resolved bugs and issues

    119 Topics
    1k Posts
    No new posts.
  • Route creation Issues

    6
    2 Votes
    6 Posts
    93 Views
    Mff73M
    @Brad_Olwin said in Route creation Issues: It could be helpful to have multiple views for routes, ie Satellite, heatmap etc. I will pass this along. In Android version, one can change map type in édit mode after création. One more misalignment between thé 2 OS. Android have some feature and iOS have other. No critic here, just difficult to understand for some features.
  • App keeps crashing all the time

    6
    1 Votes
    6 Posts
    107 Views
    A
    @Dimitrios-Kanellopoulos thanks. Switched to beta again and everything seems smooth now after using it a day or so. Just for the feedback and the other guys that asked before: I didn’t have the Movescount app installed and the app crashed no matter if the bluetooth was on or off. So I’ll stick to beta for now, until you advise otherwise. Thanks again!
  • Sync of swim from Suunto app to Strava

    2
    1 Votes
    2 Posts
    44 Views
    G
    Don’t you mean “Sync or swim”?
  • iOS 1.5.1 (6754) Generic comments

    64
    0 Votes
    64 Posts
    502 Views
    rfucitaloR
    @jean-william-cousin It works, thank you very much Jean!!!
  • Calendar and day view...

    10
    1
    0 Votes
    10 Posts
    142 Views
    AudaxjoeA
    Thank you, I couldn’t find it until you posted the picture! A fine addition to the app. It has also made me wonder what else I cannot see as I have no clue what I ma looking for
  • Endomondo - Issues

    4
    1 Votes
    4 Posts
    152 Views
    sartoricS
    I’ve just noticed this issue with this week’s activities (weight, martial art). Previous ones (same types and hiking, trekking) were correctly sent.
  • Dati dei passi da Suunto app a app Salute IOS

    2
    1
    0 Votes
    2 Posts
    53 Views
    jthomiJ
    @Paolo-Indaco Hello and welcome to the forum, main language used here is english. You can find some info on this issue here (if I understand you correctly): https://forum.suunto.com/topic/1161/steps-not-going-to-apple-health
  • Suunto App - How to change language ?

    8
    0 Votes
    8 Posts
    49 Views
    gizmoG
    @Dimitrios-Kanellopoulos
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    39 Views
  • Alpine Skiing data

    7
    0 Votes
    7 Posts
    73 Views
    T
    @Dimitrios-Kanellopoulos — thanks for the reply… Cheers, Tom
  • Total G Force data in Alpine Skiing

    4
    1
    0 Votes
    4 Posts
    78 Views
    Dimitrios KanellopoulosD
    @Egika No specs that I know of yet
  • Calories mismatch in app

    1
    2
    0 Votes
    1 Posts
    46 Views
    No one has replied
  • Distance and vertical in alpine skiing

    15
    1
    1 Votes
    15 Posts
    384 Views
    Tim4cT
    @Lozen So do i
  • French translation issues

    1
    6
    1 Votes
    1 Posts
    43 Views
    No one has replied
  • Wrong moves type "Indoor Cycling" in Strava

    2
    0 Votes
    2 Posts
    67 Views
    jthomiJ
    Guess this is more a problem with Strava interpreting the imported data, not an issue in the SA. It’s great we all can export our data to Strava so easily, but there is always still some “work” to do after the import on Strava. For example, some users upload their e-bike rides to Strava and when they don’t mark them especially as an E-bike activity its only shown as “ride”. @gizmo said in Wrong moves type "Indoor Cycling" in Strava: I found a small error after synching my “Indoor cycling” moves to Strava. They show up as “Ride”. In my opinion should be “Virtual Ride” In Endomondo everything is ok - “Indoor cycling” -> “Indoor cycling”.
  • Long activity won’t upload

    11
    1 Votes
    11 Posts
    271 Views
    Brad_OlwinB
    @brianpaulhill Newer than mine! should work.
  • Errors in calculating calories and sleep display on SA

    11
    3
    0 Votes
    11 Posts
    85 Views
    ?
    @Pattadon said in Errors in calculating calories and sleep display on SA: Cheer up! you guys have done well so far and I very enjoy using the watch and the app. This is just another tiny little bug to fix. To the team, this is something I have to agree. Moving back between Movescount and SA, and I do think SA is superfun to use. The ability to see people’s exercises route is just brilliant!
  • Custom sports dissapeared

    24
    0 Votes
    24 Posts
    550 Views
    Brad_OlwinB
    @Luche Very happy this worked out and glad all is working now. I did not want you to lose any moves, that is why I did not suggest a hard reset immediately. Thanks @Dimitrios-Kanellopoulos for helping and filing the bug.
  • Elevation in Suunto App on iOS

    9
    0 Votes
    9 Posts
    154 Views
    C
    @Dimitrios-Kanellopoulos my run today is now showing with elevation so it appears to have solved the issue. I would still have thought though that it would record it the other options for GPS, if I’m going on a long bike ride then I would want the battery to last for the 6+hours that I may be out for. I’ll have a play with the other settings and see how that helps with battery life. Thank you for your help with this.
  • Getting moves from pre Strava SA compatibility to Strava

    6
    0 Votes
    6 Posts
    134 Views
    surfboomerangS
    @herlas No, I had no duplicates, because I selected only the activities I didn’t had yet in Strava. Otherwise it won’t create any duplicates. Strava does recognize that you already have a similar activity and won’t import it again. @suzzlo I tried SynMyTracks, but that one works with GPX export/import and that caused corrupt activites in Strava. My running activities for example were twice as long in Strava then they were in Suunto App. I ended up using this method: https://devaaja.fi/blog/how-to-export-exercise-data-from-movescount-and-sports-tracker (See Sports-Tracker section, option 2) I altered the script in the manual to export as FIT instead of GPX. Below is my modified version of the script: var key = "sessionkey="; var valueStartIndex = document.cookie.indexOf(key) + key.length; var token = document.cookie.substring(valueStartIndex, document.cookie.indexOf(';', valueStartIndex)); function downloadOne(item) { var href = item.href; var id = href.substr(href.lastIndexOf('/') + 1, 24); var url = 'http://www.sports-tracker.com/apiserver/v1/workout/exportFit/' + id + '?token=' + token; var filename = 'SportsTracker-' + id + '.fit'; console.log('curl -o ' + filename + ' "' + url + '";sleep 2'); } function loopThroughItems(items) { var i = 0; for (i = 0; i < items.length; i++) { downloadOne(items[i]); } } var items = document.querySelectorAll("ul.diary-list__workouts li a"); document.body.innerHtml = ''; loopThroughItems(items);

Suunto Terms | Privacy Policy