Re: [SailfishDevel] SMS for m2m communication

2014-03-23 Thread Pasi Patama
If this is indeed possible, is there any other documentation available than 'Google' ? I think you should re-evaluate this possibility and not to follow Apple's footsteps blindly, because there are tons of applications which would benefit for this possibility. On Sun, Mar 23, 2014 at 9:00 PM, Jon

Re: [SailfishDevel] Issue with GPS refresh interval

2014-03-23 Thread Aaron McCarthy
Hi, On Fri, 21 Mar 2014 13:57:56 dcali...@free.fr wrote: > It seems to me (correct me if I'm wrong) that since the last software > update (1.0.4.20), the GPS refresh interval set with setUpdateInterval() > (see http://qt-project.org/doc/qt-5/qgeopositioninfosource.html), is not > honored anymore.

Re: [SailfishDevel] No QSerialPort

2014-03-23 Thread Wim de Vries
Thanks, I thought it came in with 5.2. So, it should be available in Sailfish. Have to recheck the errors, but it looked like the libs and headers were not there (QtSerialPort/QtSerialPort no such file). On 03/19/2014 09:39 PM, Alejandro Exojo wrote: El Wednesday 19 March 2014, Wim de Vries es

Re: [SailfishDevel] SMS for m2m communication

2014-03-23 Thread Jonni Rainisto
We dont allow Harbour applications to send hidden SMS messages to avoid malware. Sending sms should require user interaction ie. message is opened in common message UI and end user needs to press send manually. For non-harbour apps, you can use google search. re, Jonni _

[SailfishDevel] SMS for m2m communication

2014-03-23 Thread Pasi Patama
I am after m2m communication (to and from Jolla phone) over SMS. Is there documented way to send and receive SMS's within application done with SDK ? All this should happen without user interactions, when needed. Any clues ? Pasi ___ SailfishOS.org Deve

[SailfishDevel] Why do I get "binding loop" error?

2014-03-23 Thread Ragnar Kurm
Hello, I have problems with an error: Test.qml:7: QML SilicaFlickable: Binding loop detected for property "contentY" What do I miss? Ragnar import QtQuick 2.0 import Sailfish.Silica 1.0 Dialog { id: dialog SilicaFlickable { Column { ComboBox { l