maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Support thread] Billboard Standby Screen (https://talk.maemo.org/showthread.php?t=84507)

willi6868 2013-05-05 20:34

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by snooky (Post 1341523)
you mean after reinstalling billboard it shows wazapp as offline in case it crashes? facing the same problem and would like to see when wazapp crashes

No it changed directly to offline after I reinstalled it. But I am facing this issue again..

Garp 2013-05-05 23:05

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by lorenzo (Post 1341506)
next time remember to get the deb :p

Have done already - from my back-up!:D

thp 2013-05-06 10:08

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by Garp (Post 1341494)
Is there a limit to how many times you can dowload the app from store after buying it?
At least I receive a message that I have reached max. number of downloads and have to buy app ones more?

I don't know, but as knobtviker already pointed out:

Quote:

Originally Posted by knobtviker (Post 1341496)
Limit is 10 by default.

I can't really change the limit or do something about that - it's all Nokia Store's territory. You can try contacting Nokia Publish Support and they should(?) be able to re-enable the downloads for you. Same with download problems (which unfortunately still happen, probably not that much with Billboard, but with Petals for example).

thp 2013-05-06 15:28

Re: [Support thread] Billboard Standby Screen
 
New version 1.0.9 uploaded to Nokia Store QA, should be available in a few days.

Release notes already posted on the Billboard website:
  • Fixed MeeCast icon (use <<{meecast-icon-src}>>)
  • New formatter that supports nested {} expressions
  • LPM-optimized image dithering for better display quality
  • Limit size of embedded images to avoid dithering lock-up
  • Image dithering using <</path/to/image.png#>> (# at end of path)

As always, the update will be available on Nokia Store once it gets through QA. Enjoy :)

TMavica 2013-05-10 04:00

Billboard updates in store

i want ask what the use of nest expression?

Schturman 2013-05-10 05:16

Re: [Support thread] Billboard Standby Screen
 
Thanks for update.
How i can change the limit size of embedded image or of "Show other logo" ? The previous version can show the original size of embedded image and new one can't... :(

MK99 2013-05-10 05:20

Re: [Support thread] Billboard Standby Screen
 
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?

TMavica 2013-05-10 05:30

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by MK99 (Post 1342513)
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?

Yes.
I want know that too

thp 2013-05-10 08:38

Re: [Support thread] Billboard Standby Screen
 
Quote:

Originally Posted by Schturman (Post 1342511)
How i can change the limit size of embedded image or of "Show other logo" ? The previous version can show the original size of embedded image and new one can't... :(

Do you have an example of which logo you want to show and the size, so I can try it locally and see what the problem is? The size has been limited so that dithering a big image doesn't take up too much battery on every update, but if there is a reasonable need for bigger images, I'll gladly add some extra settings to fix that.

Quote:

Originally Posted by TMavica (Post 1342503)
i want ask what the use of nest expression?

Quote:

Originally Posted by MK99 (Post 1342513)
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?

Quote:

Originally Posted by TMavica (Post 1342516)
I want know that too

The battery example in the photo is a silly one, but you can now do for example pass the battery value to a script and there do something with it:

Code:

{script:python /home/user/mybattery.py {battery}}
mybattery.py:

Code:

import sys

battery = int(sys.argv[1])
if battery < 50:
    print 'Battery getting low'
else:
    print 'You should be fine'

What's also possible now is to use conditions that involve some other value, e.g.

Code:

{network-name?{presence}}
That is, show the presence value only when the network name is not empty (this was not possible in previous versions).

Schturman 2013-05-10 09:23

Re: [Support thread] Billboard Standby Screen
 
1 Attachment(s)
Hi thp
Here is how is my logo on lps screen looks on previous billboard version: http://talk.maemo.org/attachment.php...1&d=1366985971
And here how it looks after update to latest version:

http://img20.imageshack.us/img20/675...0510120014.png

The size of logo is 28mm 11mm (attached)
This number i used also before installation of billboard in this block:
Code:

LockScreen MImageWidgetStyle#LockScreenLowPowerModeOperatorLogo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 6mm;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    maximum-size: 28mm 11mm;
}

but in your modified file this line not exist and i can't change the size not of embedded image and not of "show other logo".
In previous version of billboard it show the real size of my embedded image and only "show other logo" i CAN'T change.
Thanks


All times are GMT. The time now is 15:16.

vBulletin® Version 3.8.8