Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-04 Thread A. Wickert
You don't need the developermode to install RPMs. You can install RPMs easily from the FileManager. On 05/02/14 08:18, christopher.l...@thurweb.ch wrote: No rooting (or jailbreaking) pr verboten-hacks required. Just put the phone into developer mode. In theory any user can do this with a few

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-04 Thread christopher . lamb
No rooting (or jailbreaking) pr verboten-hacks required. Just put the phone into developer mode. In theory any user can do this with a few clicks. Then you can install anything that will run. However this route does imply that the user has some idea of what they are doing, just a a user in

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-04 Thread dcaliste
Hello, With pkcon, thr user of the phone can install any provided Rpm, without rooting the device. So, from my understanding, the Jolla phone can be used in the open model you describe. You can provide the package from your web site. The only restriction is the same than on the desktop wh

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-02-04 Thread Aaron McCarthy
Hi, On Tue, 4 Feb 2014 19:51:21 Sylvain B. wrote: > Just to let you know that the segfault related to the Map QGeoTileCache > while destroying the Map is no longer occurring in 1.0.3.8. I don't know > what has changed but that's cool :). Is the bug opened to qt-project.org > still relevant or was

[SailfishDevel] Sideload Native App To Sailfish

2014-02-04 Thread Network Nut
Hi All, I have what I imagine to be a very common problem: 1. There will be billions of people who own smartphones. 2. I have a 100% native Linux C++ app that I would like a few of those billions of people to use. These are my future customers. 3. I do not necessarily wa

Re: [SailfishDevel] how to get qml debug output to file

2014-02-04 Thread Tero Siironen
Andrey Kozhevnikov kirjoitti 4.2.2014 kello 23.14: > This is messages handler i'm using in my projects: This doesn’t seem to make a difference for me, the log file still contains only c++ side debug prints, qml prints (like console.log()) are not handled with messagehandler. Actually I foun

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

2014-02-04 Thread Valerio Valerio
Hi, On 05/02/14 02:58, Thomas Tanghus wrote: On Monday 03 February 2014 22:58:42 Ove Kåven wrote: But for scheduled wakeups (say I want the next synchronization to occur after 6 hours), I suppose the best option is to use "timed"? I made a QML plugin including libiphb for that, and it did pass

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

2014-02-04 Thread Thomas Tanghus
On Monday 03 February 2014 22:58:42 Ove Kåven wrote: > But for scheduled wakeups (say I want the next synchronization to occur > after 6 hours), I suppose the best option is to use "timed"? I made a QML plugin including libiphb for that, and it did pass the harbour master ;) https://github.com/

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

2014-02-04 Thread Jens Persson
On Tue, Feb 4, 2014 at 8:07 PM, "Thomas B. Rücker" wrote: > Hi Andrey, > > On 02/04/2014 10:45 AM, Andrey Kozhevnikov wrote: > > Blaming openrepos again? Are you serious? > > > I would suggest to get back to a sensible discussion. There is no value > in ad-hominem attacks and insults, that just t

Re: [SailfishDevel] How to translate (lupdate) ?

2014-02-04 Thread Erik Lundin
Sorry to reply to this old thread, but I found that it worked to simply set the lupdate executable to /usr/bin/lupdate-qt4 (installed via the packet manager). Just to clarify: I refer to Options -> Environment -> External Tools /Erik ___ SailfishOS.or

Re: [SailfishDevel] How to translate (lupdate) ?

2014-02-04 Thread Erik Lundin
Hi, Sorry to reply to this old thread, but I found that it worked to simply set the lupdate executable to /usr/bin/lupdate-qt4 (installed via the packet manager). Some kind of fix to the SDK (and documentation) would be welcome. I think it should be easy to write localized apps using the SDK

Re: [SailfishDevel] how to get qml debug output to file

2014-02-04 Thread Andrey Kozhevnikov
This is messages handler i'm using in my projects: void writeLog(const QString &type, const QMessageLogContext &context, const QString &message) { QString time = QDateTime::currentDateTime().toString("hh:mm:ss"); QFile file(LOG_FILE); if (file.open(QIODevice::Append | QIODevice::Tex

[SailfishDevel] how to get qml debug output to file

2014-02-04 Thread Tero Siironen
Hi, I’ve been using qInstallMsgHandler earlier with Harmattan to get debug prints from c++ and qml to a file. Now that I’m trying to do the same with Sailfish and Qt5 using qInstallMessageHandler, I get only c++ prints to file, qml prints are shown in console or qtcreator. Debug printer is inst

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-02-04 Thread Sylvain B .
Hello! Just to let you know that the segfault related to the Map QGeoTileCache while destroying the Map is no longer occurring in 1.0.3.8. I don't know what has changed but that's cool :). Is the bug opened to qt-project.org still relevant or was it only occurring in Sailfish? The other segfa

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

2014-02-04 Thread Thomas B. Rücker
Hi Andrey, On 02/04/2014 10:45 AM, Andrey Kozhevnikov wrote: > Blaming openrepos again? Are you serious? I would suggest to get back to a sensible discussion. There is no value in ad-hominem attacks and insults, that just tends to disqualify the person throwing them around. As you dragged out t

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

2014-02-04 Thread Filip Kłębczyk
Hi Andrey: W dniu 04.02.2014 11:45, Andrey Kozhevnikov pisze: Blaming openrepos again? Are you serious? Thomas isn't blaming openrepos. He only proposes an alternative for hosting _open_ _source_ projects that don't fit into the Harbour. Google search allow to search any rpm binary without

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

2014-02-04 Thread Andrey Kozhevnikov
Blaming openrepos again? Are you serious? Google search allow to search any rpm binary without source code attached, download it and install, and some of found packages can be untrusted. You can answer: what the **? Who cares about google? Of course, we dont care if user did some actions for

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-04 Thread Luca Donaggio
Using "After" directive was the key! Now my user autostarts and works as expected using systemctl-user. Thanks again! 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