Re: [SailfishDevel] App rejected...

2014-05-01 Thread Peter Pykäläinen
Thanks Martin, your trick works actually really well. I had to create another timer for the Cover but that is no issue. // Peter Pykäläinen On 29 April 2014 07:23, wrote: > Thank you. > Will have a look at that. > > martin.gri...@gmail.com kirjoitti Tue Apr 29 2014 07:12:45 GMT+0300 > (EEST)

Re: [SailfishDevel] App rejected...

2014-04-28 Thread peter . pykalainen
Thank you. Will have a look at that. martin.gri...@gmail.com kirjoitti Tue Apr 29 2014 07:12:45 GMT+0300 (EEST): > Hi, > > Am Mon Apr 28 2014 23:11:58 GMT+0200 (CEST) schrieb Peter Pykäläinen: > > Thank you for you response. > > > > Unfortunately no, since I need to show info on the cover. > > >

Re: [SailfishDevel] App rejected...

2014-04-28 Thread martin . grimme
Hi, Am Mon Apr 28 2014 23:11:58 GMT+0200 (CEST) schrieb Peter Pykäläinen: > Thank you for you response. > > Unfortunately no, since I need to show info on the cover. > I think, for just showing info on the cover, giving the CPU sleep deprivation is overkill. You can make the timer's running pr

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Lorn Potter
On 29 Apr 2014, at 7:08 am, Peter Pykäläinen wrote: > Just got my app rejected due to: > > "sorry for rejecting your update, but it causes too high power consumption. > It seems that app doesn't go to idle state when device does. How to measure > power consumption by yourself you can find her

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
That's why my project file includes libiphb statically when compiling instead of linking to it dynamically. (And also why you have to fetch libiphb in order to build it.) > Last time I tried linking to libiphb wasn't allowed, so I made a qml plugin > including it instead: > > https://github.com

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Thomas Tanghus
Last time I tried linking to libiphb wasn't allowed, so I made a qml plugin including it instead: https://github.com/tanghus/kitchen-timer-qml/tree/master/src/insomniac Not sure if the harbour rules have changed since that. On Monday 28 April 2014 23:41:47 Arvid Fahlström Myrman wrote: > > I ha

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
I haven't tried actually submitting an app using nemo-keepalive to Harbour, but I did pass the RPM validator built into the SDK. As long as the plugin isn't linking to any disallowed libraries and is placed in /usr/share/harbour- projectname/harbour/projectname it shouldn't be breaking any Harbou

Re: [SailfishDevel] App rejected...

2014-04-28 Thread peter . pykalainen
Thanks Arvid, Will an app using that still pass harbour QA? I just can't believe howcome basic stuff like checking wheter the screen is locked is not available. Arvid Fahlström Myrman kirjoitti Tue Apr 29 2014 00:41:47 GMT+0300 (EEST): > > > I have been strugeling to find a way to get Qt5Syst

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
> I have been strugeling to find a way to get Qt5SystemInfo to expose me when > the device is locked so I could stop the timer and then start it again when > the device is unlocked. nemo-keepalive (https://github.com/nemomobile/nemo-keepalive) exposes a DisplayBlanking.status property with which

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
Thank you for you response. Unfortunately no, since I need to show info on the cover. // Peter Pykäläinen On 29 April 2014 00:10, Andrey Kozhevnikov wrote: > well, just stopping timer when app minimized is not enough? > > 29.04.2014 03:08, Peter Pykäläinen пишет: > > Just got my app rejec

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Andrey Kozhevnikov
well, just stopping timer when app minimized is not enough? 29.04.2014 03:08, Peter Pykäläinen ?: Just got my app rejected due to: /"//sorry for rejecting your update, but it causes too high power consumption. It seems that app doesn't go to idle state when device does. How to measure pow

[SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
Just got my app rejected due to: *"* *sorry for rejecting your update, but it causes too high power consumption. It seems that app doesn't go to idle state when device does. How to measure power consumption by yourself you can find here: https://together.jolla.com/question/13243/my-app-got-reject

Re: [SailfishDevel] App rejected, missing libc.so.6

2013-11-13 Thread Martin Windolph
: jonni.raini...@jolla.com > To: devel@lists.sailfishos.org > Date: Wed, 13 Nov 2013 06:18:20 +0000 > Subject: Re: [SailfishDevel] App rejected, missing libc.so.6 > > Hi, > > Few pointers, application installs and starts. > > desktop file Icon path is wrong so app icon is e

Re: [SailfishDevel] App rejected, missing libc.so.6

2013-11-12 Thread Jonni Rainisto
ield. re, Jonni From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Martin Windolph [mar...@yoktobit.de] Sent: Tuesday, November 12, 2013 11:13 PM To: Sailfish OS Developers Subject: [SailfishDevel] App rejected, mis

[SailfishDevel] App rejected, missing libc.so.6

2013-11-12 Thread Martin Windolph
Hi, my game, submitted to Jolla Harbour yesterday, just got rejected for the following reasons: The Installation brought up: error: Failed dependencies: libc.so.6(GLIBC_2.0) is needed by morzyn-0.7.14-1.armv7hl libm.so.6(GLIBC_2.0) is needed by morzyn-0.7.14-1.armv7hl I never had these mi