maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [SFOS] Laufhelden - Sport Tracker for Sailfish OS (https://talk.maemo.org/showthread.php?t=100052)

jdrescher 2017-11-08 06:07

Laufhelden - Sport Tracker for Sailfish OS
 
HI everyone!

This is the official thread for the app Laufhelden which is a sport tracking application for Sailfish OS.

You can download and install the app from here.
The code is here.

I would like to use this thread for everything related to this app, e.g. feature requests, discussions about existing and new features, ...

This should also be the platform to coordinate the development of the app.

There is a file in which you can see what new features are coming to the next release and what is all planned for further releases. I will update the file from time to time.

Have fun using the app :)!

jdrescher 2017-11-08 09:15

Contribute with voice files
 
If you like to contribute you can record voice files for your language and send them to me or create a pull request on github. At the moment there are files for english and german.

You can find the voice files here.
The filenames should speak for themselves. Currently there are 6 voice files per language but I plan to add more in one of the next releases.
I recorded the files with my Jolla 1 phone and saved them as WAV. On Ubuntu I use Audacity to edit and cut the files.

Personally I really like female voices, maybe you own one or have "access" to one of those :)

gaelic 2017-11-08 10:18

Re: Contribute with voice files
 
Quote:

Originally Posted by jdrescher (Post 1538295)
Personally I really like female voices, maybe you own one or have "access" to one of those :)

HAHAHA :D

Thanks for the program ...

juiceme 2017-11-08 16:07

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Forked from Rena, which is excellent :D
I have used my own slightly modified fork of Rena from the very beginning...

I have to check this out!

DrYak 2017-11-08 17:25

Re: Contribute with voice files
 
Quote:

Originally Posted by jdrescher (Post 1538295)
Personally I really like female voices, maybe you own one or have "access" to one of those :)

I could ask a few girls I know to help...

But wouldn't it make sense to also feature synthetic voice support ?

Quote:

Originally Posted by jdrescher (Post 1538289)
I would like to use this thread for everything related to this app, e.g. feature requests, discussions about existing and new features, ...

Feature parity with bwalter's Meerun ? :-D

More seriously:
if you add "skiing" to the list of sport, it would be great if there's a simple way to display "distance while going downhill" (i.e.: without lifts, as opposed to "total distance" as displayed by MeeRun).
MeeRun can display detailed path (and thus you can see each individual run downhill, or lift taken up), but lacks a simple display like most android/iOS ski tracking apps do.

hias 2017-11-08 20:10

Re: Laufhelden - Sport Tracker for Sailfish OS
 
2 Attachment(s)
Thank's for creating this thread.

I already did some work on the RecordPage.qml.

Below are some screenshots of the current state, one in silica display mode and one in amoled display mode. At the moment it just resembles meerun. There is still quite some work to make it fully work, but I'm on a good track.

How do you like it?

The current code is here

jdrescher 2017-11-09 05:51

Re: Contribute with voice files
 
Quote:

Originally Posted by DrYak (Post 1538317)
But wouldn't it make sense to also feature synthetic voice support ?

Feature parity with bwalter's Meerun ? :-D

More seriously:
if you add "skiing" to the list of sport, it would be great if there's a simple way to display "distance while going downhill" (i.e.: without lifts, as opposed to "total distance" as displayed by MeeRun).
MeeRun can display detailed path (and thus you can see each individual run downhill, or lift taken up), but lacks a simple display like most android/iOS ski tracking apps do.

Synthetic voice support: I find synthetic voices in most cases annoying. Also no idea how to achieve that.
Feature parity: maybe one day, working on that :)
More seriously: the next release will have the pauses working and also an auto pause feature. This should help to see each individual run.
I will also add skiing to the activities.
I might add distance while going down/up in a future release.

rinigus 2017-11-09 06:36

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Re synthetic voices: TTS engines have developed quite a bit. If you have access to PC, try http://mary.dfki.de/ for OpenSource version. For SFOS, you could use mimic (based on flite; recommended voices {"male": "ap", "female": "slt"}; English only) or picoTTS (de, en, es, fr, it). If you can prerecord you'll probably get better results, but TTS is an option these days as well.

jdrescher 2017-11-09 07:32

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by hias (Post 1538319)
I already did some work on the RecordPage.qml.

Yeah that's meerun style man! :cool:
I looked into your code and really like your programming style, it's much more cleaner than mine...

However I see a few problems. There are reasons why I did not replicate meeruns record screen.
- I like Laufhelden beeing independantly of meerun and hopefully doing things better where it is possible, so no need to copy meerun style.
- I don't like the bad using of display space in meerun. I think the values letters should be larger.

Don't get me wrong I really appreciate your work. But the meerun record page style is just not right for me.
My suggestion would be that we add your page layout as an option. Maybe you can keep your record page in a different qml file and the user can choose that one in the settings.
We can also make your style the default one as it may be the best for most of the users.

Keep up your good work! :)

hias 2017-11-12 18:31

Re: Laufhelden - Sport Tracker for Sailfish OS
 
1 Attachment(s)
Quote:

Originally Posted by jdrescher (Post 1538331)
Yeah that's meerun style man! :cool:
I looked into your code and really like your programming style, it's much more cleaner than mine...

That comes from my laziness. I don't want to write more code than necessary and also don't like debugging that much :D

Quote:

Originally Posted by jdrescher (Post 1538331)
However I see a few problems. There are reasons why I did not replicate meeruns record screen.
- I like Laufhelden beeing independantly of meerun and hopefully doing things better where it is possible, so no need to copy meerun style.
- I don't like the bad using of display space in meerun. I think the values letters should be larger.

Don't get me wrong I really appreciate your work. But the meerun record page style is just not right for me.
My suggestion would be that we add your page layout as an option. Maybe you can keep your record page in a different qml file and the user can choose that one in the settings.
We can also make your style the default one as it may be the best for most of the users.

Keep up your good work! :)

I would suggest to have two pages only as last option, it makes maintaining the software harder. This was just a starting point for me. Let's try to make it configurable. There for sure are people who like it in different ways so making just two pages doesn't solve their issues.

What are your main itches with my current proposal? One thing is the size of the letters. That's easily solvable.

hias 2017-11-12 18:32

Re: Laufhelden - Sport Tracker for Sailfish OS
 
1 Attachment(s)
Quote:

Originally Posted by jdrescher (Post 1538331)
Yeah that's meerun style man! :cool:
I looked into your code and really like your programming style, it's much more cleaner than mine...

This comes from my laziness. I don't want to write more code than necessary and also don't like debugging that much :D

Quote:

Originally Posted by jdrescher (Post 1538331)
However I see a few problems. There are reasons why I did not replicate meeruns record screen.
- I like Laufhelden beeing independantly of meerun and hopefully doing things better where it is possible, so no need to copy meerun style.
- I don't like the bad using of display space in meerun. I think the values letters should be larger.

Don't get me wrong I really appreciate your work. But the meerun record page style is just not right for me.
My suggestion would be that we add your page layout as an option. Maybe you can keep your record page in a different qml file and the user can choose that one in the settings.
We can also make your style the default one as it may be the best for most of the users.

Keep up your good work! :)

I would suggest to have two pages only as last option, it makes maintaining the software harder. This was just a starting point for me. Let's try to make it configurable. There for sure are people who like it in different ways so making just two pages doesn't solve their issues.

What are your main itches with my current proposal? One thing is the size of the letters. That's easily solvable.

hias 2017-11-13 20:39

Re: Laufhelden - Sport Tracker for Sailfish OS
 
1 Attachment(s)
Quote:

Originally Posted by jdrescher (Post 1538331)
Yeah that's meerun style man! :cool:
I looked into your code and really like your programming style, it's much more cleaner than mine...

This is due to my laziness :D
I don't like writing more code than necessary and also don't like debugging to much and this helps.

Quote:

Originally Posted by jdrescher (Post 1538331)
However I see a few problems. There are reasons why I did not replicate meeruns record screen.
- I like Laufhelden beeing independantly of meerun and hopefully doing things better where it is possible, so no need to copy meerun style.
- I don't like the bad using of display space in meerun. I think the values letters should be larger.

Don't get me wrong I really appreciate your work. But the meerun record page style is just not right for me.
My suggestion would be that we add your page layout as an option. Maybe you can keep your record page in a different qml file and the user can choose that one in the settings.
We can also make your style the default one as it may be the best for most of the users.

Keep up your good work! :)

I would suggest to have this as last option because it makes maintaining harder. It was just a starting point for me, so let's see if we can have some options to make everybody happy, not just you and me.

What's your main itches with the current proposal? One is the size of the text. This can be solved quite easily.

hias 2017-11-14 21:14

Re: Laufhelden - Sport Tracker for Sailfish OS
 
1 Attachment(s)
Quote:

Originally Posted by jdrescher (Post 1538331)
Yeah that's meerun style man! :cool:
I looked into your code and really like your programming style, it's much more cleaner than mine...

This is because of my laziness :D
I don't like to write more than necessary and also don't like to debug and this helps.

Quote:

Originally Posted by jdrescher (Post 1538331)
However I see a few problems. There are reasons why I did not replicate meeruns record screen.
- I like Laufhelden beeing independantly of meerun and hopefully doing things better where it is possible, so no need to copy meerun style.
- I don't like the bad using of display space in meerun. I think the values letters should be larger.

Don't get me wrong I really appreciate your work. But the meerun record page style is just not right for me.
My suggestion would be that we add your page layout as an option. Maybe you can keep your record page in a different qml file and the user can choose that one in the settings.
We can also make your style the default one as it may be the best for most of the users.

Keep up your good work! :)

This should be the last option, because it makes maintenance much harder. It was just a starting point for me, so let's see if we can add some options to make it all people happy.

What are your main itches? Bigger letters are not a big problem.

jdrescher 2017-11-15 06:24

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by hias (Post 1538489)
What are your main itches? Bigger letters are not a big problem.

https://sdthumbs.ui-static.net/t/mc/...700&height=700

The major problem is that I might not be able to do things on that dialog because it is no longer my code. I have a lot of ideas for it and I would have to work through your code to implement them.

If you really want to we can use your design although I really liked mine. But we have to make a few adjustments.

Here are my points:
  • the heartrate field with the bar graph is much to small. We can keep that but heartrate needs to be a selectable value for one of the bigger fields
  • current day time (clock), must always be visible
  • battery level of heartrate device

By the way, how is it looking in map mode?

hias 2017-11-15 20:29

Re: Laufhelden - Sport Tracker for Sailfish OS
 
1 Attachment(s)
Quote:

Originally Posted by jdrescher (Post 1538491)
The major problem is that I might not be able to do things on that dialog because it is no longer my code. I have a lot of ideas for it and I would have to work through your code to implement them.

Well, I have no objection if you change my code, in the end you are the maintainer :)
I would just try to keep the code simple, though powerful enough for the user to change it to their preferences.

Quote:

Originally Posted by jdrescher (Post 1538491)
f you really want to we can use your design although I really liked mine. But we have to make a few adjustments.

The plan is to make the view configurable, so that the user decides which item to display where and how many columns are occupied by an item.

Quote:

Originally Posted by jdrescher (Post 1538491)
Here are my points:
  • the heartrate field with the bar graph is much to small. We can keep that but heartrate needs to be a selectable value for one of the bigger fields
  • current day time (clock), must always be visible
  • battery level of heartrate device

There are several options for this. One is a status bar at the top, which would contain the current clock and GPS signal strength. I think this information do not need as much space as the field with the other information. The battery level of the heart rate device could also went to this status bar.

Alternatively, the heart rate field could contain a bar with the percentage of the battery.

At the moment all fields have the same QML element, but this is not necessary, it would also be possible to have a custom element for some/all fields.

What do you think?

Quote:

Originally Posted by jdrescher (Post 1538491)
By the way, how is it looking in map mode?

At the moment it would occupy two rows and would be on top of the grid. First I had in within the grid and reduced the fields to three rows, but I thought it might be better on top of the grid with the possibility to slide it to the top.

I would keep the button at their position, because it's easier to reach and you do not need to look for the buttons because the map moved them up. I don't have strong feelings about this though.

jdrescher 2017-11-16 06:41

Re: Laufhelden - Sport Tracker for Sailfish OS
 
So new release 0.9.6-7 is out now.

Next release will be Pebble integration and maybe some small other things.
Then I am planning to integrate OSMScoutServer for the map.

By the way, the map plugin seems to be buggy, has anyone seen those horizontal lines on the map while recording? At the moment I have no idea what to do about them. The track points added to the mappolyline are OK. They mostly appear when the map is in small mode. Maybe it is some scaling issue:confused:

https://sdthumbs.ui-static.net/t/mc/...00&height=1000https://sdthumbs.ui-static.net/t/mc/...00&height=1000

juiceme 2017-11-16 08:13

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by jdrescher (Post 1538536)
By the way, the map plugin seems to be buggy, has anyone seen those horizontal lines on the map while recording? At the moment I have no idea what to do about them. The track points added to the mappolyline are OK. They mostly appear when the map is in small mode. Maybe it is some scaling issue:confused:

Yeah, the same thing happens with Rena too. Since it does not affect the actual stored data and after recording the tracks are clean I just have learned to live with it. :p

DrYak 2017-11-16 14:00

Re: Laufhelden - Sport Tracker for Sailfish OS
 
So weird "off by 1" in the display code ?

(e.g.: trying to link one more point on the spline than there are data points, and thus having something with weird coordinates)

(that could typically happen in bicubic smoothing routine : to draw a spline between "point(0)" and "point(1)", you also need "point(-1)" and "point(2)" for the bicubic computations. Those might not even exist in the data array).

Casanunda 2017-11-16 18:49

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by jdrescher (Post 1538536)

By the way, the map plugin seems to be buggy, has anyone seen those horizontal lines on the map while recording?

the same happens on Meerun regularly, too.
As others wrote, stored data is fine and closing and re-opening map view gets everything straight again.

hias 2017-11-20 21:35

Re: Laufhelden - Sport Tracker for Sailfish OS
 
3 Attachment(s)
I've done some work the last days. The fields are now loaded dynamically and can be changed. The UI to change the layout is not yet ready, though. With the current implementation it would even be possible to have different fields for different activities.

There is also a first try with the status bar.

jdrescher 2017-12-16 19:03

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Hi everyone, sorry for the silence. I was working on the next release. It is essentially ready but we have to wait a little longer for the release of Rockpool. We need this for the Pebble integration into Laufhelden. Abranson is currently trying to fix a bug, I hope it won't take too long.

While waiting for Rockpool, I started to look around for a better map plugin. I did this mainly because of two things. First, I want to avoid the annyoing vertical lines bug. Secondly I would like to have access to OSM Scout Server for offline maps.
It seems that there are two possible candidates. The first one is PinchMap QML component. This comes from the app FourSail. I modified it and it's working quite good now. Although it's not ready and I have to add tracklines to it.
Second candidate is the MapBox component of rinigus. This one is very different as it uses vector tiles. It's got a very nice look&feel and allows for linear zoom.
Both solutions should solve the vertical trackline problem and allow for offline maps via OSM Scout server. Both have their advantages and disadvantages. Problem is, I don't know which one to prefer. Maybe you (the users of Laufhelden) could give me a little advise on what map component to use.
Here are the advantages of PinchMap:
- using the already downloaded map tiles of the old map component is possible

Advantages of MapBox:
- really smooth operation as it's OpenGL accelerated, feels very mature (try Poor Maps GL)
- many functions like tracklines and POI's already implemented and ready to use
- nice map styles choosable

Disadvantages of MapBox:
- does not work on Jolla 1 and maybe other phones. It seems to need quite decend hardware, like enogh GPU memory.
- users have to create their own account on MapBox if they want to use online maps (free account max. 50000 tiles downloadable)
- users have to manually install MapBox bindings from Openrepos to their phone
- OSM Scout Server needs vector tiles for MapBox. If you want to keep your classic tiles, this needs much additional space on your SD card

Sorry for too many text. So what is your opinion about that?

rinigus 2017-12-16 21:04

Re: Laufhelden - Sport Tracker for Sailfish OS
 
While I am running without the phone so far (hence not using the app, but maybe I should), let me add few comments.

* Mapbox GL can display raster maps as well. The tiles will be slightly blurry (issue https://github.com/mapbox/mapbox-gl-native/issues/10076), but its simple and possible (see example style in the same issue). And you will be able to draw on top of them using its API.

* Using classical raster tile implementation implies that you have to deal with the downloads. Mapbox GL takes care of it leading to simpler code for you. Same goes for keeping cached tiles or vector data - Mapbox GL has it all implemented.

* OSM Scout Server works best if you request larger than standard raster tiles (1024x1024 is used by Poor Maps). It boils down to efficiency in rendering bigger tiles that take care of reducing label cutting on the edge. So far, in addition to Mapbox GL, only Poor Maps has been able to request bigger tiles. Hence the performance of Poor Maps vs modRana, for example, when rendering tiles from OSM Scout Server.

* Mapbox GL is way faster.

* I think you'll be fine with 50000 downloads. Don't forget, vector tiles are cached. When people run they tend to take the same route or at least the same region. Hence the cache should be resolving lots of requests. Right now, while admittedly with the bug in online download for few days, during 6 days we had 3000 requests by Poor Maps GL users. @otsaloma, though, knows better with his stats of Poor Maps and tile downloads.

* As for disadvantages, the hardware limitation is summarized at https://github.com/mapbox/mapbox-gl-native/issues/10029 . In short, J1 and Photon Q failed, everything else was fine. Although I have one user reporting issues with Jolla C and OSM Scout Server vector tiles.

* The other disadvantage of Mapbox GL: you will not be able to get to Jolla Store. Assume: ever. Be surprised if Jolla allows this API.

In my eyes, its just so much easier to program with Mapbox GL. Don't underestimate the time you have to spend on many aspects of map drawing, updating, caching.

PS: I do wonder whether I am biased...

otsaloma 2017-12-16 21:40

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by rinigus (Post 1539385)
* I think you'll be fine with 50000 downloads. Don't forget, vector tiles are cached. When people run they tend to take the same route or at least the same region. Hence the cache should be resolving lots of requests. Right now, while admittedly with the bug in online download for few days, during 6 days we had 3000 requests by Poor Maps GL users. @otsaloma, though, knows better with his stats of Poor Maps and tile downloads.

At best Poor Maps has been maybe around 40000, recently around 20000 a month. But I have never respected the cache retention terms and basically users have likely had tiles cached a bit too long. In my view there are a lot of silly terms and it's better try to get the big things right and avoid a lot of work over little things. Related to that, be careful with "users have to create their own account on MapBox", I can't find a clause right now, but, in general, that's often not allowed.

jdrescher 2017-12-18 05:49

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by rinigus (Post 1539385)
PS: I do wonder whether I am biased...

:cool::D

@rinigus and @otsaloma, thanks for the clarifications.
As there is no veto from anyone I will go with MapBox now :).

jdrescher 2017-12-19 08:08

Re: Laufhelden - Sport Tracker for Sailfish OS
 
So as a little christmas present, here is the new release. :)
It's mostly about Pebble integration. All three parameters on the watch are adjustable. The pause button (middle button) on the watch is also working. Remember that you need the new version of Rockpool 1.4!

You can now also edit workout name/description/type. The changes are then saved to the GPX file.

@niemisenjussi made some optimazations on the sports-tracker.com implementation:
  • added workout download function which can be used to backup your workouts from there
  • downloaded files are visible in Laufhelden as original workouts
  • impoved Upload function and it is not visible if username is not set
  • sessionkey reuse and authenticate again only if needed

Next release will be about a new map plugin to have offline map support. I am making good progress on that.

atlochowski 2017-12-19 10:43

Re: Laufhelden - Sport Tracker for Sailfish OS
 
There is a small bug in this release.
When I launch training, after 2 seconds mode turning to night mode. When I use pulley menu to change it back to normal mode, after 2 seconds it's turning back to night mode again.

jdrescher 2017-12-19 18:33

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by atlochowski (Post 1539475)
There is a small bug in this release.
When I launch training, after 2 seconds mode turning to night mode. When I use pulley menu to change it back to normal mode, after 2 seconds it's turning back to night mode again.

Please check if you have the "automatic night mode" feature enabled, because what you describe is exactly what it does. It is enabled by default. You can find it in the general settings.

atlochowski 2017-12-19 19:27

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by jdrescher (Post 1539482)
Please check if you have the "automatic night mode" feature enabled, because what you describe is exactly what it does. It is enabled by default. You can find it in the general settings.


Didn't notice this option.
I disabled this option and it's OK now.

piggz 2017-12-19 20:14

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by jdrescher (Post 1539471)
So as a little christmas present, here is the new release. :)
It's mostly about Pebble integration. All three parameters on the watch are adjustable. The pause button (middle button) on the watch is also working. Remember that you need the new version of Rockpool 1.4!

You can now also edit workout name/description/type. The changes are then saved to the GPX file.

@niemisenjussi made some optimazations on the sports-tracker.com implementation:
  • added workout download function which can be used to backup your workouts from there
  • downloaded files are visible in Laufhelden as original workouts
  • impoved Upload function and it is not visible if username is not set
  • sessionkey reuse and authenticate again only if needed

Next release will be about a new map plugin to have offline map support. I am making good progress on that.

Can you add strava upload support? If not, I could look into it myself.

jdrescher 2017-12-20 04:49

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by piggz (Post 1539485)
Can you add strava upload support? If not, I could look into it myself.

Strava is not on my todo list. I'm not using it. I wonder if they even have an API?
Of course you can always do it yourself, I will accept pull requests.

piggz 2018-01-01 12:39

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by jdrescher (Post 1539490)
Strava is not on my todo list. I'm not using it. I wonder if they even have an API?
Of course you can always do it yourself, I will accept pull requests.

Pull Request is ready ;) https://github.com/jdrescher2006/Laufhelden/pull/37

jdrescher 2018-01-15 06:30

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Hi everyone!
Release 0.9.9-1 is out now. This is mainly about fixing bugs. The new map plugin made by rinigus is now working really well.
Except of course on Jolla 1 phones. For these phones there is now a setting to completely disable the map.

Planned improvememts/features for the next release are:
  • decrease loading time of the app. The problem is here that all GPX files are loaded and parsed on app start. This must be avoided.
  • piggz is working on improvements to strava implementation
  • next big thing is cyclic voice announcements

eson 2018-01-15 09:14

Re: Laufhelden - Sport Tracker for Sailfish OS
 
What are the requirements for localized voice announcements? Can I do it?

jdrescher 2018-01-18 12:44

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by eson (Post 1540252)
What are the requirements for localized voice announcements? Can I do it?

Hi eson, yes you can do it. Look into post #2 of this thread.
Basically all voice files are located in one directory. The filenames should speak for themselves.
For example the file hr_toohigh_en_male.wav. The en stands for english language. If you record this file with a male voice for example for swedish it would be named hr_toohigh_sv_male.wav.
You can then check in your files on github and make a pullrequest. Then I will make your language selectable for voice announcements in the app.
If you don't like to make a pullrequest you can also send the files to me somehow.

feedme 2018-03-07 19:42

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Anybody using this with heart rate monitor?

I tried to use Suunto smart sensor. The sensor is found , and connected, but soon after unconnected.
The heart rate is not shown, but the average rate is running wild ( some millions) when heart rate sensor selected to be used.

jdrescher 2018-03-14 13:42

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by feedme (Post 1542135)
Anybody using this with heart rate monitor?

I tried to use Suunto smart sensor. The sensor is found , and connected, but soon after unconnected.
The heart rate is not shown, but the average rate is running wild ( some millions) when heart rate sensor selected to be used.

Hi, yes I am using a Polar and a Zephyr sensor. Both are Bluetooth classic devices and work very well.
The Suunto smart sensor is a BLE (Bluetooth 4.0) device and as such it does not work with this app. I am trying to get a Xperia X then I can mess around with BLE.

snowman74 2018-03-14 15:23

Re: Laufhelden - Sport Tracker for Sailfish OS
 
Quote:

Originally Posted by feedme (Post 1542135)
Anybody using this with heart rate monitor?

I tried to use Suunto smart sensor. The sensor is found , and connected, but soon after unconnected.
The heart rate is not shown, but the average rate is running wild ( some millions) when heart rate sensor selected to be used.

I´m using Zephyr with my Xperia X without any problem which device are you using?

feedme 2018-03-14 16:39

Re: Laufhelden - Sport Tracker for Sailfish OS
 
I have xperia X .
Tested also with my JollaC and behaviour is identical.

snowman74 2018-04-09 18:43

Re: Contribute with voice files
 
Quote:

Originally Posted by jdrescher (Post 1538295)
If you like to contribute you can record voice files for your language and send them to me or create a pull request on github. At the moment there are files for english and german.

You can find the voice files here.
The filenames should speak for themselves. Currently there are 6 voice files per language but I plan to add more in one of the next releases.
I recorded the files with my Jolla 1 phone and saved them as WAV. On Ubuntu I use Audacity to edit and cut the files.

Personally I really like female voices, maybe you own one or have "access" to one of those :)

I am in the process of recording a set for spanish.
Maybe I can convince my girlfriend to record the female version.

I hope to upload spanish male this week.

claustn 2018-05-05 17:15

Re: Laufhelden - Sport Tracker for Sailfish OS
 
I would like to contribute translating it to italian, how can I do it?


All times are GMT. The time now is 09:40.

vBulletin® Version 3.8.8