Forum: Applications
2021-06-02, 20:38
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
Done, see FSO (https://forum.sailfishos.org/t/4-1-0-24-pure-maps-qml-audio-element-dont-play-through-bluetooth-car-kit/6704).
|
Forum: Applications
2021-06-01, 11:18
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
Since SFOS 4.0 the spoken navigation isn't routed to a bluetooth headset/speaker/car kit anymore. Music plays fine over bluetooth, but Pure maps, using PicoTTS, always plays on the phone's speaker....
|
Forum: SailfishOS
2020-10-16, 13:45
|
Replies: 23
Views: 5,410
Re: Emergency warning support?
From the 3.4.0 changelog:
### voicecall-ui-jolla
- [voicecall-ui-jolla] Cell broadcast UI.
So, that then seems about right. Why wasn't this is the release notes? No configuration options to be...
|
Forum: Applications
2020-09-30, 19:53
|
Replies: 715
Views: 252,132
|
Forum: SailfishOS
2020-08-23, 14:42
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
Is the fetch API present in SFOS's ancient Qt version? The async await-construct isn't, I found out the hard way a few months ago. Native Promises are neither, by the way.
|
Forum: SailfishOS
2020-06-08, 10:35
|
Replies: 23
Views: 5,410
Re: Emergency warning support?
Aaand… nothing. Nada. Zilch. Not a single thing about cell broadcast in the both logs. Perhaps because it wasn't enabled, perhaps some stuff deeper down isn't working or hooked up.
|
Forum: SailfishOS
2020-06-08, 09:24
|
Replies: 23
Views: 5,410
Re: Emergency warning support?
I've set up $ dbus-monitor > sessionbus.log and # dbus-monitor --system > sessionbus.log in screen session to log all dbus-things.
Here's my status (Provider:Simyo via KPN)...
|
Forum: SailfishOS
2020-06-04, 10:29
|
Replies: 23
Views: 5,410
Re: Emergency warning support?
In SFOS 3.3.0 libofono was added, including QML bindings (https://git.sailfishos.org/mer-core/libqofono/blob/master/plugin/plugins.qmltypes) with explicit cell broadcast support. That might be easier...
|
Forum: SailfishOS
2020-06-03, 13:26
|
Replies: 23
Views: 5,410
Re: Emergency warning support?
Then it should be configurable. Here in the Netherlands it's used for Amber alerts, but also in case of emergencies. In general, it's used with caution, and relevant to the area. The government does...
|
Forum: Applications
2020-06-03, 07:33
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
It looks the patch is (also) in Mjolnir, thus on the import-side of things. Could it be you've used a more recent version of Vahalla, including this patch, to import and convert the data from OSM?
...
|
Forum: Applications
2020-06-01, 20:46
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
There was a bug about maxspeed=none in Valhalla, and is fixed there (https://github.com/valhalla/valhalla/pull/2251). But, as expected, this is encoded as uint8_t / 255...
|
Forum: Applications
2020-05-31, 21:19
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
I guess Valhalla is limited to a byte, hence 255. Still, if I look at the road features OSM, it correctly lists the "maxpeed" as "none". But perhaps "none" is encoded as MAX_BYTE (==255) in the...
|
Forum: Applications
2020-05-31, 20:36
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
Well, Pure Maps gave me a good chuckle on the road:
https://owncloud.randysimons.nl/index.php/s/ncibbxJAoQG8dMT/download
While not really relevant in car only capable of 160km/h (Yes, I tested...
|
Forum: SailfishOS
2020-04-21, 14:08
|
Replies: 110
Views: 22,342
Re: 3.3.0.x Rokua
I'd say not unusable for an occasional link, but for generic browsing sessions, I wouldn't use it because of the absence of adequate build-in privacy, like blocking third party cookies, but also the...
|
Forum: SailfishOS
2020-04-12, 10:39
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
Guess we'd need a bit more than that. What language(s) is the app? QML has the Timer object, of which you can see an example earlier on this very page.
To store settings, SailishOS has the...
|
Forum: Applications
2020-01-02, 13:16
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
While navigating on the N307 (https://www.openstreetmap.org/#map=13/52.6438/5.4045), it occurred to me that the distance to the next waypoint/instruction seems to the absolute distance, and not the...
|
Forum: SailfishOS
2019-11-21, 20:00
|
Replies: 25
Views: 5,629
|
Forum: SailfishOS
2019-11-21, 19:12
|
Replies: 25
Views: 5,629
|
Forum: Applications
2019-09-25, 20:04
|
Replies: 715
Views: 252,132
|
Forum: SailfishOS
2019-09-22, 10:54
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
Phonehook uses C++/Qt for this. Source (https://github.com/omnight/phonehook/blob/master/client/daemon/src/dbus.cpp#L31). But as far as I can gather, this dbus connection there is set up at a time...
|
Forum: SailfishOS
2019-09-21, 23:33
|
Replies: 153
Views: 41,470
|
Forum: SailfishOS
2019-09-20, 21:07
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
To follow up my own question: I just noticed PhoneHook uses the empty string as service, whereas I used org.nemomobile.voicecall. According to the Qt documentation...
|
Forum: SailfishOS
2019-09-17, 19:03
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
I'm trying to listen for a call from a specific phone number to act upon. It seems almost trivial to make in QtQuick, analogous to how PhoneHook handles it...
|
Forum: Applications
2019-09-06, 07:25
|
Replies: 1,046
Views: 203,002
Re: Pure Maps
Broadcasting navigation instructions (i.e. all the instructions and updates normally shown to the user while navigating), and receiving things like pause and continue navigation might help with...
|
Forum: SailfishOS
2019-08-21, 22:22
|
Replies: 153
Views: 41,470
Re: Help me to code for Sailfish OS
The UI-stuff, that is the QtQuick QML code, is conceptually nearly identical on Harmattan and SailfishOS, but will probably require a bit more rework, as the components on SFOS have different names,...
|