Re: [SailfishDevel] NMEA

2015-02-23 Thread Aaron McCarthy
Hi, On Mon, 23 Feb 2015 11:36:00 Kaj-Michael Lang wrote: > Does the GPS device provide raw NMEA messages ? If yes, is it available > in some /dev node ? An interface to get raw NMEA messages is not currently available. The hardware and libhybris provide are NMEA stream but it is not exposed by t

Re: [SailfishDevel] Suggestion: expose androids intents on dbus

2015-02-23 Thread Anton Thomasson
Hi Eli, Cathal What i meant to convey is that i managed to execute commands such as am and input, by crafting a script that helps with the environment. This opens up some interesting possibilities in communicating with apps inside the dalvik vm. It seems Cathal is more adept than I am in these re

Re: [SailfishDevel] Request - Include Indian Language fonts

2015-02-23 Thread Anand.R.Kris
On Mon, Feb 23, 2015 at 4:26 PM, Soumya Bijjal wrote: > On 22.02.2015 14:59, Anand.R.Kris wrote: >> >> On Thu, Jan 29, 2015 at 9:06 PM, Anand.R.Kris >> wrote: >>> >>> Hi Sailors, >>> >>> Greetings. >>> >>> As suggested by Carsten Munk, am making a request here to include >>> Indian vernacualr lan

Re: [SailfishDevel] converting apps to/from UbuntuPhone

2015-02-23 Thread Martin Kolman
Mon, 23 Feb 2015 12:08:39 +0100 Alfonso Martone : After browsing sources for a simple UbuntuPhone app ( https://launchpad.net/dice-roller ) I was wondering if some awk/python/ruby script wizardry could convert UbuntuPhone pure QML apps to SailfishOS. Yes, Ubuntu.Components is different than Sail

[SailfishDevel] OpenSSL AES CTR 128 help needed

2015-02-23 Thread Andrey Kozhevnikov
Hello Sailors! I need help in debugging issue in my simple test project: https://github.com/CODeRUS/aes-test In any platform/device it gives at least one failure during iterations. I googled and tried everything and have no ideas anymore. Any help/ideas/suggestions are appreciated. Best regar

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Andrey Kozhevnikov
then you need to paste it to SailfishOS-i486 target also :) 23.02.2015 18:04, Chris Walker пишет: On Mon, 23 Feb 2015 17:24:31 +0500 Andrey Kozhevnikov wrote: And you have CoverAction in your SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/lib/qt5/qml/Sailfish/Silica/plugins.qmltypes, Yes I

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Mon, 23 Feb 2015 17:24:31 +0500 Andrey Kozhevnikov wrote: > And you have CoverAction in your > SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/lib/qt5/qml/Sailfish/Silica/plugins.qmltypes, > Yes I do. > restarted qtc after doint copying, Yes I did. > you selected arm kit No because I

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Andrey Kozhevnikov
And you have CoverAction in your SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/lib/qt5/qml/Sailfish/Silica/plugins.qmltypes, restarted qtc after doint copying, you selected arm kit and highlight with autocompletion still not working? 23.02.2015 17:12, Chris Walker пишет: On Mon, 23 Feb 201

Re: [SailfishDevel] Error starting VM

2015-02-23 Thread Cathal (Phone)
Thanks for your help Ritesh! Hopefully some digging into less obvious logs might reveal the cause. It's a pity that VB images aren't as "plug and play" as commonly held. :/ On 23 February 2015 11:55:39 GMT+00:00, Ritesh Patel wrote: > > >> Date: Sun, 22 Feb 2015 19:40:46 + >> From: cathalga

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Mon, 23 Feb 2015 15:18:38 +0500 Andrey Kozhevnikov wrote: > This is impossible :) > https://github.com/CODeRUS/better-sailfishos-qmltypes/blob/Sdk1412/Sailfish/Silica/plugins.qmltypes#L103 I'm happy to believe the evidence of my own eyes which clearly show two red lines. I didn't extract the

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Andrey Kozhevnikov
Only Qt dbus api is allowed for harbour 23.02.2015 16:21, Luis Manuel Ramos Da Costa пишет: Thank you :) Just one last question, can I call dbus-send over QML or Javascript ? Or do I have to use C++ for that ? 2015-02-23 11:12 GMT+00:00 Andrey Kozhevnikov >:

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Luis Manuel Ramos Da Costa
Thank you :) Just one last question, can I call dbus-send over QML or Javascript ? Or do I have to use C++ for that ? 2015-02-23 11:12 GMT+00:00 Andrey Kozhevnikov : > yes dbus calls are allowed for harbour > > 23.02.2015 15:33, Luis Manuel Ramos Da Costa пишет: > > Thank you for your answer.

Re: [SailfishDevel] Error starting VM

2015-02-23 Thread Ritesh Patel
> Date: Sun, 22 Feb 2015 19:40:46 + > From: cathalgar...@cathalgarvey.me > To: devel@lists.sailfishos.org > Subject: Re: [SailfishDevel] Error starting VM > > Just bumping this one last time to see if anyone else has shared this > problem and found a fix. > > To recap, I'm using the latest

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Andrey Kozhevnikov
yes dbus calls are allowed for harbour 23.02.2015 15:33, Luis Manuel Ramos Da Costa пишет: Thank you for your answer. Is this an "harbour viable" solution ? Best Regards, Luis Da Costa 2015-02-23 10:21 GMT+00:00 Kimmo Lindholm >: at least over dbus with e.g

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Luis Manuel Ramos Da Costa
Thank you for your answer. Is this an "harbour viable" solution ? Best Regards, Luis Da Costa 2015-02-23 10:21 GMT+00:00 Kimmo Lindholm : > at least over dbus with e.g. > > > > dbus-send --type=method_call --print-reply > --dest=com.jolla.lipstick.ConnectionSelector / > com.jolla.lipstick.Conn

[SailfishDevel] converting apps to/from UbuntuPhone

2015-02-23 Thread Alfonso Martone
After browsing sources for a simple UbuntuPhone app ( https://launchpad.net/dice-roller ) I was wondering if some awk/python/ruby script wizardry could convert UbuntuPhone pure QML apps to SailfishOS. Yes, Ubuntu.Components is different than Sailfish.Silica - including properties with different na

Re: [SailfishDevel] NMEA

2015-02-23 Thread Alfonso Martone
To write my own GPS logger I tried everything thinkable, even fiddling with the GPS server (/opt/alien/system/genv/bin/alien_gps_server) but did not find any way to get RAW NMEA strings... except using the library function calls (like QtPositioning/QGeoP

Re: [SailfishDevel] Request - Include Indian Language fonts

2015-02-23 Thread Soumya Bijjal
On 22.02.2015 14:59, Anand.R.Kris wrote: On Thu, Jan 29, 2015 at 9:06 PM, Anand.R.Kris wrote: Hi Sailors, Greetings. As suggested by Carsten Munk, am making a request here to include Indian vernacualr language fonts (Hindi, Tamil, Telugu, Kannada). Currently, am using openrepos [1] or copy tt

Re: [SailfishDevel] How to show the Connection Dialog ?

2015-02-23 Thread Kimmo Lindholm
at least over dbus with e.g. dbus-send --type=method_call --print-reply --dest=com.jolla.lipstick.ConnectionSelector / com.jolla.lipstick.ConnectionSelectorIf.openConnection string:wlan From: devel-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Luis Manue

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Andrey Kozhevnikov
This is impossible :) https://github.com/CODeRUS/better-sailfishos-qmltypes/blob/Sdk1412/Sailfish/Silica/plugins.qmltypes#L103 23.02.2015 14:49, Chris Walker пишет: On Sat, 21 Feb 2015 14:21:29 + Michael Neufing wrote: Installation of missing QML types should resolve the problem. Coderus

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Sat, 21 Feb 2015 14:21:29 + Michael Neufing wrote: > Installation of missing QML types should resolve the problem. > Coderus provided them on GitHub: > https://github.com/CODeRUS/better-sailfishos-qmltypes > > Additionally it also provides code completion for other missing > types like

[SailfishDevel] NMEA

2015-02-23 Thread Kaj-Michael Lang
Does the GPS device provide raw NMEA messages ? If yes, is it available in some /dev node ? -- Kaj-Michael Lang ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Luca Donaggio
Yeah, Coderus did an amazing job with the missing qmltypes, but question from Chris is still valid: since it's an annoyance (I'm not daring to call it a bug :) ) which has always been there since the begininnig and a solution has already been provided (by Coderus) it shouldn't be so hard to fix it!