[SailfishDevel] Boot Up Times

2014-11-21 Thread Chris Sparks
Hello everyone, I am very curious as to boot times for devices that use Sailfish OS (tablets or cell phones). I am considering trying to repurpose my Samsung Galaxy Tab 3 to something faster than Cyanomgen Mod. 19 seconds. So I'd be curious to hear what folks have achieved. I suspect the

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Wim de Vries
Thanks a lot. It works fine now! r wim On Friday, November 21, 2014 06:12:59 PM Jonni Rainisto wrote: > Ah, sorry, I've used non-IDE mb script to build those projects. > > I added a build fix in yaml-file and pushed it into repo, and now the raw > QTouchEvents example should also compile in sailfi

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Carlos Mazieri
OK, Thanks. Almost there, url:http://media-ice.musicradio.com/ClassicFMMP3Low It does not fail but gets stuck when validating the URL. url: http://50.7.66.3:8046/ [Audio] Error 2 Cannot play stream of type: [W] QGstreamerPlayerSession::processBusMessage

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Jonni Rainisto
Ah, sorry, I've used non-IDE mb script to build those projects. I added a build fix in yaml-file and pushed it into repo, and now the raw QTouchEvents example should also compile in sailfish IDE, so "git pull". re, Jonni From: devel-boun...@lists.sailfi

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread wsvries
Thanks, Jonni Rainisto schreef op 2014-11-21 10:17: Here's couple of example projects that I did a while ago (just tested that they still work). Example of raw QTouchEvents events in QML: https://gitorious.org/sailfishtouchexample/sailfishtouchexample/ I tried this one but it causes qmake errors

Re: [SailfishDevel] New to SailFish

2014-11-21 Thread Alejandro Exojo
El Friday 21 November 2014, Chris Sparks escribió: > 1) Is Sailfish an Android based OS? Or is like QtEmbedded which > bootstraps itself off of a linux based kernel? Neither. It uses "pure" Linux (in the sense that is more aligned with upstream, instead of based on patches not merged, like bind

[SailfishDevel] New to SailFish

2014-11-21 Thread Chris Sparks
Hello, I am new to Sailfish so I hope my questions aren't too basic. 1) Is Sailfish an Android based OS? Or is like QtEmbedded which bootstraps itself off of a linux based kernel? 2) I have a galaxy tab 3 which I have rooted, would I be able to replace the OS on this device for Sailfish? Th

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Michael Neufing
Hi, as stated in the description, you have to enable the openrepos-repo of the user 'sailfish_lib', too. In this repo, there is the required package 'gst-plugins-bad-extra' (and others, too) available. See here: https://openrepos.net/users/sailfishlib (user) https://openrepos.net/content/sa

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Carlos Mazieri
Micahel, I tried but it needs another package and then I went to my authentication problem agaisnt Jolla Stores, see my commands: root@Jolla nemo]# pkcon install-local ucs-0.1-1.armv7hl.rpm Installing files Waiting in queue Starting Resolving dependencies Fatal error: nothin

Re: [SailfishDevel] Tablet version SDK a.k.a 2.0

2014-11-21 Thread Luciano Montanaro
Well, I suppose that depending on the application you will need to make adaptations. But I suppose applications should largely work without changes. Tweaking the UI may be useful, but there is not much that can be made right now. I doubt there is much to share anyway... We are looking at the develo

Re: [SailfishDevel] Multimedia does not work on Nexus5 image

2014-11-21 Thread Michael Neufing
Hello Carlos, I am the dev of SailWave - so I feel, I should try to help you :-) Have you already installed Warehouse on your Nexus? If not, please install it, if it does even work on Nexus?! Then you could try to install additional GStreamer-Codecs from xerxes2: https://openrepos.net/conten

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Jonni Rainisto
Here's couple of example projects that I did a while ago (just tested that they still work). Example of raw QTouchEvents events in QML: https://gitorious.org/sailfishtouchexample/sailfishtouchexample/ Example of MultiPointTouchArea: https://gitorious.org/sailfishtouchexample/multipointtoucharea

Re: [SailfishDevel] Tablet version SDK a.k.a 2.0

2014-11-21 Thread jerome levreau
Hi, I disagree Luciano. I'm too concern about an early sdk release for the tablet : Yes my apps will work on the tablet, services classes won't change but I definitively have to rethink layout (qml) and navigation to fit this new form factor. A simple scale up version will look awful... As pointed

Re: [SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread Andrey Kozhevnikov
MouseArea, MultiPointTouchArea, PinchArea QML objects 21.11.2014 13:49, wsvries пишет: Hi, Until now I have used the standard Silica GUI items with only onClick as user interaction. I now need to support drag, pinch etc. My assumption is to use QTouchEvent, but the sailfishtouchexample does n

[SailfishDevel] QtTouch for Sailfish?

2014-11-21 Thread wsvries
Hi, Until now I have used the standard Silica GUI items with only onClick as user interaction. I now need to support drag, pinch etc. My assumption is to use QTouchEvent, but the sailfishtouchexample does not work (and it is quite 'old' as well). DuckDuckgoing and searching through this list di