Notices


Reply
Thread Tools
willi6868's Avatar
Posts: 548 | Thanked: 562 times | Joined on Aug 2011 @ Germany
#851
Originally Posted by snooky View Post
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..
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#852
Originally Posted by lorenzo View Post
next time remember to get the deb
Have done already - from my back-up!
__________________
OK
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#853
Originally Posted by Garp View Post
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:

Originally Posted by knobtviker View Post
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's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#854
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
 

The Following 24 Users Say Thank You to thp For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#855
Billboard updates in store

i want ask what the use of nest expression?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 

The Following 2 Users Say Thank You to TMavica For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#856
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...

Last edited by Schturman; 2013-05-10 at 06:09.
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#857
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#858
Originally Posted by MK99 View Post
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?
Yes.
I want know that too
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#859
Originally Posted by Schturman View Post
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.

Originally Posted by TMavica View Post
i want ask what the use of nest expression?
Originally Posted by MK99 View Post
What is difference on use: {battery} and {ba{script:echo -n tt}ery} ?
Originally Posted by TMavica View Post
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).
 

The Following 3 Users Say Thank You to thp For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#860
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
Attached Images
 
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:08.