Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-11 Thread Martin Kampas
oops you are right, 2.0.0.x is still OK, this only comes with 2.0.1.x. -Martin From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Tone Kastlunger [users.giulie...@gmail.com] Sent: Wednesday, November 11, 2015 7:59 AM To: Sail

Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-11 Thread Martin Kampas
Hello yinweijianyinweijian, only now I noticed in your configuration SSH port is set to 2223 - this should be 22 unless you changed your phone settings somehow. BR, Martin From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf o

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-11 Thread Alexander Ladygin
Thanks Martin, that helped! Alex On Wed, Nov 11, 2015 at 9:09 AM, Martin Kampas wrote: > Hello Alexander, > > Design feature (for Sailfish QML components) has been unmaintaned for long > time and it used to be hidden/disabled by default. In SDK-1511 it was left > enabled by mistake. > > You can

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Alexander Ladygin
I've added some debugging. Strangely i'm not actually getting any errors, but when i try to download a file (that's the sole purpose of QNAM in my app), i'm getting an empty one. Any thoughts? PS if close my app and open it again it downloads same file with same url without any problems whatsoever.

[SailfishDevel] any way to force Audio to rebuffer?

2015-11-11 Thread Alexander Ladygin
Hey! Is there any way to force Audio (QML) to rebuffer while not stopping playback? I have a local file which i'm playing with Audio. And i want to start playing it before i've downloaded it completely. Right now if i just set source to a local file (which is only partly downloaded), it will buffe

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Lorn Potter
Hi Alex, Having tested this, it does seem to be a bug in that when connecting to wlan, QNAM’s networkAccessibility sometimes will go to NotAccessible, but then go to Accessible when wlan connects. or sometimes it won’t even go to NotAccessible then Accessible when wlan is connected. You should

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Lorn Potter
> On 11 Nov 2015, at 8:09 pm, Lorn Potter wrote: > > Hi Alex, > > Having tested this, it does seem to be a bug in that when connecting to wlan I should have specified here when already connected to mobile data and then connecting to wlan without first disconnecting mobile data. > , QNAM’s n

Re: [SailfishDevel] Planning for next SailfishOS community meeting 19.11.2015

2015-11-11 Thread Bob Summerwill
I've also just realized that I may not be able to attend that community meeting now that I am back on the West Coast of Canada, because it will be at 6.30am in my timezone.Would somebody else like to "take over" that point from me, who will definitely be able to make it? I think there are many

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Alexander Ladygin
Hei Lorn I probably didn't make myself clear =( 1) wifi is turned on 2) app is launched, i can download files with QNAM 3) app is still launched, i turn off the wifi (mobile network activated) 4) i can no longer download any files. No network errors, but QNAM's reply returns empty files 5) turn th

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Aaron McCarthy
Hi, On Wed, 11 Nov 2015 16:20:11 Alexander Ladygin wrote: > I probably didn't make myself clear =( > 1) wifi is turned on > 2) app is launched, i can download files with QNAM > 3) app is still launched, i turn off the wifi (mobile network activated) > 4) i can no longer download any files. No netw

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Lorn Potter
> On 12 Nov 2015, at 9:50 am, Aaron McCarthy wrote: > > Hi, > > On Wed, 11 Nov 2015 16:20:11 Alexander Ladygin wrote: >> I probably didn't make myself clear =( >> 1) wifi is turned on >> 2) app is launched, i can download files with QNAM >> 3) app is still launched, i turn off the wifi (mobile