Hi there,
snow* here (well, actually, it’s really snowing). I’m a longtime Suunto user who stopped using their products after the S9. I’ve come back with the Race S.
Take care,
@JeffBB a google search came up with this:
https://scubaboard.com/community/threads/suunto-companion-meters-feet-reset.73650/
no idea if it works though…
@Rayfox remove Gym Timer, select two other SuuntoPlus apps in Track Running, reinstall Gym Timer. My guess is that this will work, as both app slots are already taken by a different app and therefore Gym Timer cannot be selected anymore…
@runomatic said in Turn-by-turn guidance on headphones?:
@maszop said in Turn-by-turn guidance on headphones?:
@runomatic It seems to me that a watch is supposed to HELP the user navigate, not mindlessly guide them like a car sat-nav.
That’s what GPX route navigation is all about.
Really? Who decides that?
I wrote that it was just my opinion:
It seems to me…
@SuuntoPartnerTeam said in Watch Faces as part of new OpenSuuntoPlus:
However, whenever you synchronize with the Suunto iOS/Android app, all software not installed from the official store will get wiped!
And how can you make apps persistent without being a Suunto partner?
@Mff73
Import of gpx (trk)tracks in the Suunto Web Planner is positive.
Simple compare by “manually” adding the tbt data in trackpoints.
Manual edit prone to “typos.” In previous files one right should be left.
Out-and-return overlap track test file series.
Observe compare and study, open in Notepad++
1A_Suunto out and return rte.gpx
1AA_Suunto out and return trk.gpx
1B_Suunto out and return navtrk.gpx
1C_Out and return navtrk.gpx
1D_ A small file sized compressed gpz version is possible
The upload of gpz or zip files is not possible in this forum
1E_Out_and_return_course.tcx
1F_Out_and_return_course.fit
The Suunto gpx extension only adds the via trackpoint bindings.
I seriously doubt this is sufficient for 100% TBT reliablility.
In the previous simple track the Suunto TBT generation is correct.
In the out-and-return track the Suunto TBT generation is incomplete.
Specifically 2 TBTs in the overlap return track section are missing.
True Track TBT file modes.
https://github.com/osmandapp/OsmAnd/issues/14147#issuecomment-1114034225
@Raimo-Järvi said in [Question] No stupid questions - ask anything here:
@SuuntoPartnerTeam Why wouldn’t it work, @egika is doing basically the same as this example in documentation: <eval input="/Settings/Unit/UnitsMode" outputFormat="keyValue 0=Metric!|1=Imperial!" />. Just with icon font and different texts in keyValue formatter. This for example works fine in my Vertical:
<div class="f-ico" style="top:calc(50% - 50%e);left:calc(50% - 50%e);">
<eval input="/Fusion/Altitude/PressureTrend"
outputFormat="keyValue 1=|2=|3=|4=|5=|6=|7=|8=|9=" />
</div>
If input value is not one of the expected values for some reason, changing formatting method doesn’t help.
Hi Raimo!
Good to see you here!
Just found the difference: I was using class=“f-ico-l” (no idea if there ever was an L version of the icons.
This does not work. with class=“f-ico” it is working as designed.
After testing a while on a watch has to say that quite difficult to get apps stable state. Seems to crash easily if you have JavaScript in t.html. Of course I could simplify but where is all the fun then… and my apps are quite simple anyway…