Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-03 Thread Thomas Perl
On 01 Feb 2014, at 21:32, Ove Kåven wrote: > 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 t

Re: [SailfishDevel] How to access the viewfinder of the QCamera?

2014-02-03 Thread Andrew den Exter
> After some digging in the gstreamer debug log it seems that the camera source > is just supporting the data format video/x-android-buffer and there is no > equivalent QVideoFrame::PixelFormat for this. Is there really no possibility > to access the viewfinder in Qt? Then how is the camera app do

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Luca Donaggio
I'm fighting with the same issue: starting your dbus-using daemon with "systemctl-user start" does work (ie, you'll be able to connect to session bus), but autostarting with "systemctl-user enable" doesn't work, while making it a system daemon (plain "systemctl" command) works the other way around:

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Andrey Kozhevnikov
did you added depends for your autostart rule on some system service? otherwise it wont start :) On 03.02.2014 16:01, Luca Donaggio wrote: I'm fighting with the same issue: starting your dbus-using daemon with "systemctl-user start" does work (ie, you'll be able to connect to session bus), but

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Luca Donaggio
Hi Andrey, yes, I tried with a: Requires=dbus .service but I did so many changes to my .service file trying to make it work that I can't remember exactly when I did that! I'll re-start with a clean one and see if it works. On Mon, Feb 3, 2014 at 11:05 AM, Andrey Kozhevnikov wrote: > did you

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Andrey Kozhevnikov
its not Requires directive, its After On 03.02.2014 16:11, Luca Donaggio wrote: Hi Andrey, yes, I tried with a: Requires=dbus .service but I did so many changes to my .service file trying to make it work that I can't remember exactly when I did that! I'll re-start with a clean one and see i

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Luca Donaggio
Thanks Andrey, I'll try that! On Mon, Feb 3, 2014 at 11:15 AM, Andrey Kozhevnikov wrote: > its not Requires directive, its After > > > On 03.02.2014 16:11, Luca Donaggio wrote: > > Hi Andrey, > > yes, I tried with a: > > Requires=dbus .service > > but I did so many changes to my .service f

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-03 Thread Kimmo Lindholm
I need to run my service as root, and my dirty fix to get into sessionbus was just to add following into my .service file under [Service] Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/10/dbus/user_bus_socket I'm pretty sure that this breaks or violates something, but it seem to wo

Re: [SailfishDevel] Carsten Munk FOSSDEM talk

2014-02-03 Thread winfried . dobbe
I recorded it. However there was a problem with the recording laptops during Carsten's talk, so it has been recorded in-camera instead and needs manual editing. (Which has the advantage that the presentation will be available in a higher resolution than the 720x576 size of the normal Fosdem recordi

[SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread Putze Sven
Hi there, during Fosdem I spoke to some people about this, even to Carsten Munk from Jolla itself (not in the depth and detail of this mail, I must admit) and he suggested to write this in the mailing list, so those of Jolla who should be concerned have a chance to answer this question and I re

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread David Greaves
On 03/02/14 15:29, Putze Sven wrote: > Hi there, > > during Fosdem I spoke to some people about this, even to Carsten Munk from > Jolla itself (not in the depth and detail of this mail, I must admit) and he > suggested to write this in the mailing list, so those of Jolla who should be > concerned

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread christopher . lamb
Hi all my experience is that are a vast amount of apis out there: There is all the Qt stuff, the Qt add-ons, Nemo packages, and lower-level stuff like telepathy and GST. The problem is not the lack of APIs, but the choice of APIs. Which is the best one to use?. Then if you hit on a likely

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread Luciano Montanaro
Hi everybody, I too find documentation a bit missing... But it is not much about APIs, but system level documentation. Qt documentation is good, at least for the parts that are still actively maintained. But SailfishOS uses Qt, on top of wayland, systemd, pulse,gstreamer and telepathy, and a bunc

Re: [SailfishDevel] SDK update

2014-02-03 Thread Juha Kallioinen
On 02.02.2014 21:44, Dmitry wrote: Hi. I have Mer VM and emulator version 2013.10.18-0 installed on Windows, will VM disk image will be overwriten during update to 2013.12.10-1 and i loose everything installed in VM? Hi Dmitry, yes that is how the update is done at the moment. Same goes fo

[SailfishDevel] Recommended way to populate a LocalStorageDB from an external source

2014-02-03 Thread christopher . lamb
Hi All An architectural question: What is the the recommended approach (and harbour friendly way) to populate a LocalStorageDB on the Jolla with data from an external source? Some background to the question: My app Landed depends on a LocalStorageDB. It was always clear to me that Landed

Re: [SailfishDevel] Recommended way to populate a LocalStorageDB from an external source

2014-02-03 Thread Chris Walker
On Mon, 03 Feb 2014 19:20:33 +0100 christopher.l...@thurweb.ch wrote: > Hi All > [snip]> > But I was never happy with that solution, and it now seems to me > that a Qt Desktop app would be much better suited to configuring / > populating the DB. (more screen, better keyboard etc.). > Bu

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-03 Thread Ove Kåven
Den 03. feb. 2014 09:04, skrev Thomas Perl: On 01 Feb 2014, at 21:32, Ove Kåven wrote: 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 pre

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread itviewer
+11 From: Luciano Montanaro Date: 2014-02-04 01:10 To: Sailfish OS Developers CC: David Greaves Subject: Re: [SailfishDevel] When does Jolla give us an API? Hi everybody, I too find documentation a bit missing... But it is not much about APIs, but system level documentation. Qt d

[SailfishDevel] FOSDEM Community follow-up - open source app community

2014-02-03 Thread Thomas B. Rücker
My question has been lingering for a while. ( https://together.jolla.com/question/13605/visible-open-source-app-community-supported-by-jolla/ ) But during FOSDEM we had a Sailfish/Jolla Community Round-Table ( https://together.jolla.com/question/11303/are-you-going-to-fosdem-2014-irl-floss-meeting