Forum: Applications
2020-11-05, 19:50
|
Replies: 1,046
Views: 205,328
Re: Pure Maps
2 ways:
call command (python can be used for it): pure-maps geo:12,21
use dbus to access dbus API. In this case, you can also name POI using title option for relevant method.
note that...
|
Forum: SailfishOS
2020-10-30, 19:42
|
Replies: 53
Views: 14,169
Re: Qt "stuck" at v5.6 in SFOS
Dear @olf,
thank you very much for your letter as well as sending it open. I am very well aware of GPLv3 issue that Jolla has. Maybe not in full detail, but at least partially. Indeed, it is...
|
Forum: SailfishOS
2020-10-22, 04:49
|
Replies: 3
Views: 2,523
|
Forum: SailfishOS
2020-09-29, 17:35
|
Replies: 40
Views: 8,954
3.4.0 - Pallas-Yllästunturi
A new early access is available.
Release notes:
https://forum.sailfishos.org/t/release-notes-pallas-yllastunturi-3-4-0/2258
Changelog:...
|
Forum: SailfishOS
2020-09-21, 16:30
|
Replies: 379
Views: 176,384
|
Forum: SailfishOS
2020-09-07, 12:30
|
Replies: 153
Views: 41,920
Re: Help me to code for Sailfish OS
check https://github.com/CODeRUS/splashscreen-changer/blob/master/gui/qml/pages/SecondPage.qml
you can select file in QML, but you can't read it using qml only. You need Qt or python backend
|
Forum: SailfishOS
2020-09-03, 21:07
|
Replies: 153
Views: 41,920
|
Forum: SailfishOS
2020-09-02, 16:14
|
Replies: 153
Views: 41,920
Re: Help me to code for Sailfish OS
Okay,
I've found another way to achieve my goal.
I took a good look in `/usr/lib/qt5/qml/Sailfish/Lipstick` and found some code pertaining to rotation/rotating items; `isLandscape` does the...
|
Forum: SailfishOS
2020-09-01, 10:43
|
Replies: 153
Views: 41,920
Re: Help me to code for Sailfish OS
I note from your CachesPage.qml you have set allowedOrientations to Portrait only, perhaps to add Landscape also. I'm not sure if this will fix the problem, but it can't be helping.
|
Forum: SailfishOS
2020-07-09, 12:13
|
Replies: 14
Views: 4,557
|
Forum: SailfishOS
2020-06-24, 11:45
|
Replies: 153
Views: 41,920
|
Forum: SailfishOS
2020-06-24, 06:00
|
Replies: 153
Views: 41,920
Re: Help me to code for Sailfish OS
Unless the android app has been created with a cross-platform toolkit (I think there are some that have been done that way?) it is fairly difficult.
The difficulty lies in the fact that Android...
|
Forum: SailfishOS
2020-06-20, 00:23
|
Replies: 3,083
Views: 1,043,895
|
Forum: SailfishOS
2020-06-16, 15:28
|
Replies: 3,083
Views: 1,043,895
|
Forum: SailfishOS
2020-06-10, 05:37
|
Replies: 9
Views: 4,428
|
Forum: SailfishOS
2020-06-08, 10:35
|
Replies: 23
Views: 5,542
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,542
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-05, 09:48
|
Replies: 23
Views: 5,542
Re: Emergency warning support?
It it can be accessed over dbus that would open a way to create a simple app that could display such warnings.
Yes, a full integration into the OS would be better but waiting for Jolla to...
|
Forum: SailfishOS
2020-06-04, 10:29
|
Replies: 23
Views: 5,542
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,542
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: SailfishOS
2020-05-23, 10:42
|
Replies: 3,083
Views: 1,043,895
|
Forum: SailfishOS
2020-04-30, 15:44
|
Replies: 3
Views: 2,523
|
Forum: SailfishOS
2020-04-19, 13:44
|
Replies: 110
Views: 22,984
Re: 3.3.0.x Rokua
I had trouble getting connectivity back after an upgrade of my XA2, but thanks to jolla.together succeeded without reflashing the system and the upgrade feels good, especially the net performance has...
|
Forum: SailfishOS
2020-04-17, 11:07
|
Replies: 42
Views: 5,877
Re: Please help a firefighter
So after install alsa-utils and gstreamer1.0-tools i'm now here:
{ dbus-monitor & echo $! >dbusmonpid; } | { grep -q -m 1 '<alarm>' && amixer sset Master 100%,100% && gst-launch-1.0 playbin...
|
Forum: SailfishOS
2020-04-16, 19:48
|
Replies: 42
Views: 5,877
Re: Please help a firefighter
I just found some time to hack together a shell one-liner that should solve it for you (jn case your alert e-mail has a specific unique subject):
{ dbus-monitor & echo $! >dbusmonpid; } | { grep -q...
|