Subcategories

  • Discussion about suunto plus development

    38 Topics
    441 Posts
    Markus HornofM
    Hello everyone! I am struggling to implement custom settings for a Suunto Plus app. I’d like to add a drop down menu, where the user can select 3 color themes. Data.json { “appSettings”: { “centerValues”: false }, “colorTheme”: { “names”: [“classic”, “pink”, “purple”], “value”: 0 } } Manifest.json “settings”: [ { “shownName”: “Center values”, “path”: “appSettings.centerValues”, “type”: “boolean” }, { “shownName”: “Pick color theme”, “path”: “colorTheme.value”, “type”: “enum”, “valuePath”: “colorTheme.names” } ], The HEX values are in the html template onActivate: var ct=localStorage.getItem(‘colorTheme.value’); var hrColor=(ct===‘1’)?‘#EF009C’:(ct===‘2’)?‘#5700C2’:‘#CC2200’; _accentColor=(ct===‘1’)?‘#FF422F’:(ct===‘2’)?‘#F83607’:‘#FFDE31’; Ideas anyone? Or is Enum not supported at all? Many thanks, Markus
  • Discussions about S+ WatchFaces

    63 Topics
    1k Posts
    EgikaE
    @Horizontal_2 exactly. Every watch has their so called “hero” watch face. It is pre-installed with the firmware. Which makes sense, as there must be one, even if you remove all using the app. Of course this hero watch face is not in the app. It is on your watch.
  • Discussions about S+ Sports Apps - watch apps which extend functionality of your watch sport modes

    196 Topics
    3k Posts
    Nikolai SimonovN
    @GiPFELKiND What phone model? and what error? also on lates android build, knowing issue if you app swiped out from activity list, you probably could lost connection, fixed but not released yet. in general race for BTLE connection between suunto app and live.τ app still exist, but observation said that it’s not a big deal, and connection works in general well. personally i usually lost connection in some difficult areas near military objects, or radio polluted regions… not sure if it’s your case. you can try to the latest apk build here - https://artifact.fra1.cdn.digitaloceanspaces.com/live-t/apk/1.0.18/live-t.apk or if you use google play join internal builds here - https://play.google.com/apps/internaltest/4701596347369604163
  • How/where/who to ask for new suunto+ integration

    3
    1 Votes
    3 Posts
    999 Views
    Michele SellaM
    @Muhammed-Fasil garmin is getting support for bosch ebike from 04/05/2026. I’d also at least like to know if someone at suunto is working on it or users will need to apply to partner program and do their self. I really hope that bosch will transmit data over standard protocol and not a special link to allow just garmin to do it. At today Riva bike fest a bosch guy told me it is standard bluetooth 5.0 but it was not a tech guy so i would not trust that affermation too much.
  • Watchface Updates?

    2
    0 Votes
    2 Posts
    357 Views
    EgikaE
    @Nordic_Panda yes, exactly like this.
  • 3rd party widgets support

    Moved
    7
    5 Votes
    7 Posts
    1k Views
    Ondřej DeingruberO
    @Egika I am looking for a way specifically how to run a 3rd party app outside a activity, it feels silly to open an activity to check your todo-list or other app that might be more connected do casual daily activities.

Suunto Terms | Privacy Policy