[SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-01 Thread Ove Kåven
If a synchronization starts with the screen off, there's a chance that the phone enters "deep suspend" during the synchronization. If so, the other side might time out and the sync will fail. So I want prevent the CPU from suspending before the synchronization is complete, which might take a f

[SailfishDevel] dbus-sessionbus connection fails

2014-02-01 Thread Kimmo Lindholm
Hi, I'm using QtDBus in my daemon (systemd service), and I can register my own service on systemBus, and also can connect to systembus signals. When starting executable from command line it runs ok and connects also to the sessionbus signals successfully. but when it is started via systemctl sta

[SailfishDevel] improvement suggestions

2014-02-01 Thread Randolph
Hello some ideas for improvement - when updating the os, please dont show only a progress bar. The system is open source and hence show as well a window in which users have a command line view, what is going on and installing - with android and all the apps, the data stream is done every minute,

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-02-01 Thread Thomas Perl
Hi, On 2014-01-31 23:59, Mikael Hermansson wrote: now can we instead be constructive and discuss what IS correct places to store data? Now question is does those changes follow some Linux directory standards? Yes, the directory "standard" that is followed is the XDG Base Directory Specif

Re: [SailfishDevel] USB developer mode icon moved on 1.0.3.8

2014-02-01 Thread christopher . lamb
And it is compounded by the fact that the icons are displayed for a very short length of time. They should remain displayed until the user prods one, or unplugs the USB again. mfg Chris Zitat von "Tone Kastlunger" : +1 to this, this was quite a puzzle for me as well On Fri, Jan 31, 2014

Re: [SailfishDevel] USB developer mode icon moved on 1.0.3.8

2014-02-01 Thread Tone Kastlunger
+1 to this, this was quite a puzzle for me as well On Fri, Jan 31, 2014 at 10:57 PM, wrote: > Hi all > > After 1.0.3.8 I could no longer connect via USB in developer mode. > > I was in the middle of writing one of those "one-step-forwards-two-steps-back" > emails, when I had another go, and rea

Re: [SailfishDevel] No inbox? [SOLVED]

2014-02-01 Thread Valerio Valerio
Hi, On Sat Feb 01 2014 13:12:34 GMT+0200 (EET), Chris Walker wrote: >On Thu, 09 Jan 2014 20:37:17 +0200 >Valerio Valerio wrote: > >> This seems like a common configuration, I checked the login methods >> and can't see anything special, have you tried following settings for >> stmp: > >Following y

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
This hack will use all users of my application. I will notice them about situation, about Sailfish update removed easy way to fetch contacts database without making another one, and users should reinstall application after each system upgrade. Well done :) On 01.02.2014 18:25, Bernd Wachter wr

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
On 01.02.2014 18:25, Bernd Wachter wrote: Andrey Kozhevnikov writes: btw, is there any automation for adding executable to this list, or i should make own code for scriptlet? This is a hack for using things on your own device we can't allow in harbour (yet) -> no automation/official way to d

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Bernd Wachter
Andrey Kozhevnikov writes: > btw, is there any automation for adding executable to this list, or i > should make own code for scriptlet? This is a hack for using things on your own device we can't allow in harbour (yet) -> no automation/official way to do it

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
btw, is there any automation for adding executable to this list, or i should make own code for scriptlet? On 01.02.2014 18:02, Bernd Wachter wrote: Andrey Kozhevnikov writes: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::open(const QString&): "Una

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
ah, you removed privileged bit by default from booster? okay, thank you :) On 01.02.2014 18:02, Bernd Wachter wrote: Andrey Kozhevnikov writes: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::open(const QString&): "Unable to create contacts database

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Bernd Wachter
Andrey Kozhevnikov writes: > same here for QtContacts: > > contactsdatabase.cpp:1028 static QSqlDatabase > ContactsDatabase::open(const QString&): "Unable to create contacts > database directory: > /home/nemo/.local/share/system//privileged/Contacts/qtcontacts-sqlite Add your application to /usr

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
I see no other reasons :) On 01.02.2014 17:33, Matthias Barmeier wrote: do you think that this could be correlated to the localstorage changes ? Ciao Matze Am 01.02.2014 12:10, schrieb Andrey Kozhevnikov: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDa

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Matthias Barmeier
do you think that this could be correlated to the localstorage changes ? Ciao Matze Am 01.02.2014 12:10, schrieb Andrey Kozhevnikov: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::open(const QString&): "Unable to create contacts database directo

Re: [SailfishDevel] No inbox? [SOLVED]

2014-02-01 Thread Chris Walker
On Thu, 09 Jan 2014 20:37:17 +0200 Valerio Valerio wrote: > This seems like a common configuration, I checked the login methods > and can't see anything special, have you tried following settings for > stmp: Following yesterday's update, email now works using settings that didn't work before. I

Re: [SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Andrey Kozhevnikov
same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::open(const QString&): "Unable to create contacts database directory: /home/nemo/.local/share/system//privileged/Contacts/qtcontacts-sqlite On 01.02.2014 17:06, Matthias Barmeier wrote: Hi, I experimen

[SailfishDevel] QtContacts and Calendar access doesn't work after update.

2014-02-01 Thread Matthias Barmeier
Hi, I experimented with QtContacts and Calendar access extracted from the Jolla calendar. After the update I cannot access the calendar nor the contacts database anymore. I now that these APIs are not stable, but I need remote contacts and calendar sync I had implemented to prove Jolla in all

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-02-01 Thread christopher . lamb
Hi all A slight correction to my previous post I think that the high number of Sats in View shown on the Jolla means that it is showing both GPS and Glonass Satellites, and thus gives a figure almost double of that I was used to from the Nokia N9 and classic GPS devices. Comparing variou