Re: [SailfishDevel] Depend on (File)Picker

2017-10-28 Thread Riku Lahtinen
Hi, I only added "import Sailfish.Pickers 1.0" to my QML file and everything is working properly in my Jolla C. The rpm validator doesn't complain about that. Best Regards, Riku Michael Fuchs kirjoitti 24.10.2017 klo 16:44: Hi, I'm using the new systemprovided FilePicker in one of my apps

Re: [SailfishDevel] Missing /usr/bin/sailfish-qml on the phone

2017-10-20 Thread Riku Lahtinen
Hi, I ended to similar problems with QML only example in the SDK . Compiler claimed about missing libsailfishapp-launcher in my Jolla C. Thanks pkcon refresh hint in this discussion I could proceed! Regards, Riku Slava Monich kirjoitti 20.10.2017 klo 14:56: Yes it could do that too but tha

Re: [SailfishDevel] How to make cover display the firstPage scaled

2016-12-03 Thread Riku Lahtinen
Thanks for an answer, works perfectly! If you want to have e.g. cover actions on the top of the background view in cover it seems to be a little bit more complicated. One example of that seems to be in the app sailfish-maps. The example code can be explored in the folder /usr/share/sailfish-ma

[SailfishDevel] QBluetoothServer Client app

2016-11-15 Thread Riku Lahtinen
Hi! I have tried to modify my Fast chess app to have a two player mode with two devices. I planned to code it using bluetooth technology. I found a good QT example Ping Pong, which has a functionality I need. Currently in my code I think I can get the server running in my Jolla C or Jolla 1.

Re: [SailfishDevel] Device IP address

2016-05-16 Thread Riku Lahtinen
Hi! I would try a dbus approach. More info can be found from https://together.jolla.com/question/80828/enable-mobile-data-with-command-line/ You can check the info what is avalable with the command dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.G

Re: [SailfishDevel] Qt5SystemInfo status

2016-01-22 Thread Riku Lahtinen
see how I include the lib into RPM. On 11/01/16 03:29, Riku Lahtinen wrote: Hi! I developed an app At Work, which records the time you stay at work by using GPS. Because of the poor GPS functionality in buildings and response of the app users I added a feature to utilize a cell information al

[SailfishDevel] Qt5SystemInfo status

2016-01-10 Thread Riku Lahtinen
Hi! I developed an app At Work, which records the time you stay at work by using GPS. Because of the poor GPS functionality in buildings and response of the app users I added a feature to utilize a cell information also. For that I needed to import QtSystemInfo 5.0. I got that to work by inse