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

2014-02-02 Thread christopher . lamb
Matthias I connect via ssh as user nemo by calling the following from a terminal on my development workstation: ssh -p 22 -i ~/.ssh/jolla_rsa nemo@192.168.2.17 See the link below for more details how to connect: http://flyingsheeponsailfish.blogspot.ch/2014/01/connecting-to-jolla-with-rsa-k

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

2014-02-02 Thread Matthias Barmeier
Could you please give me a link hon how to connect to the phone with permissions that will allow me to edit this file. Thanks. Am 01.02.2014 13:02, schrieb Bernd Wachter: Andrey Kozhevnikov writes: same here for QtContacts: contactsdatabase.cpp:1028 static QSqlDatabase ContactsDatabase::op

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] 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