Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-25 Thread christopher . lamb
Andrey That solution would be perfect for me, I would have no problem with supplying the code. The sources for the Harmattan version are out there on Github already, and the Sailfish sources soon will be. In theory it might even be possible to separate the SMS bit of my app, including the

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-25 Thread Seppo Tiainen
Hi, I just tested SMS transmission by QML by using method Qt.openUrlExternally("sms:01234567444" + "?body=" + "bodytext") on my Jolla device with OS version 1.0.1.12, sending to my N9. It seems to work fine but there is a danger with it too: You cannot see to whom the message is going. The is no

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-25 Thread Andrey Kozhevnikov
Maybe an option to share sources to jolla QA or even letting them to build application from sources and uploading to store to be 100% sure in usecase? On 25.12.2013 17:08, christopher.l...@thurweb.ch wrote: Hi Bernd Thanks for your interest. I understand that there is a strong need to preven

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-25 Thread christopher . lamb
Hi Bernd Thanks for your interest. I understand that there is a strong need to prevent apps that send SMSes without the user's consent (a security issue), or to premium SMS numbers, thereby defrauding the user. But we should not throw out the baby with the bathwater. There will be apps w

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-24 Thread itviewer
about the realization of this mechanism. Best Yours sincerely === maxinjun From: Bernd Wachter Date: 2013-12-25 06:13 To: christopher.l...@thurweb.ch CC: Sailfish OS Developers; Jonni Rainisto Subject: Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms thr

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-24 Thread Bernd Wachter
writes: > Hi Bernd > > Thanks, I am aware of that, but I think it is an inelegant solution, > acceptable ad interim as a workaround, but not longterm. Allowing arbitrary applications to send SMS brings a big cost risk for the user, due to all the premium SMS services out there -> it'll only be p

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-24 Thread christopher . lamb
Hi Bernd Thanks, I am aware of that, but I think it is an inelegant solution, acceptable ad interim as a workaround, but not longterm. I have not yet seen the SMS app on a real device, but the one on my Nokia N9 has a tiny send button. My app is designed for emergency use, must be easy to

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-24 Thread Bernd Wachter
writes: Hi, > Thanks, I mentioned that at earlier in this thread. > > However I think that the harbour rule is too strict. I think there is > a legitimate case for apps that clearly state that their purpose is to > send SMSes, and have their own send button --> i.e. SMSes are only > sent with ex

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-22 Thread christopher . lamb
urweb.ch] Sent: Sunday, December 22, 2013 12:55 PM To: itviewer; devel@lists.sailfishos.org Subject: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++) Hi Max No problem, your english is excellent. What is your mother language? I am visiting family for Christmas at the

Re: [SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-22 Thread Jonni Rainisto
lfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++) Hi Max No problem, your english is excellent. What is your mother language? I am visiting family for Christmas at the moment, so I will keep this first mail short. I will try and post again this evening. So first, SMS: I

[SailfishDevel] Fwd: Re: Re: How to get contacts and sms through Qt(C++)

2013-12-22 Thread christopher . lamb
Hi Max No problem, your english is excellent. What is your mother language? I am visiting family for Christmas at the moment, so I will keep this first mail short. I will try and post again this evening. So first, SMS: In my app I only need to send smses, and I do it using the Telepathy li