![]() |
Re: [Support thread] Billboard Standby Screen
data counters in settings - device - counters. set limit to 300.
|
Re: [Support thread] Billboard Standby Screen
Yes, now it works!!.
|
Re: [Support thread] Billboard Standby Screen
lol, good :D
|
Re: [Support thread] Billboard Standby Screen
One more:
I modified the bluetooth status script to show the correct icon for connected or disconnected states. No icon is shown when BT is off. Code:
#!/usr/bin/python |
Re: [Support thread] Billboard Standby Screen
Ok, for gprs i think we need a script (i don't know how to do it) to reset the counter automatically every month. What do you think about this?.
|
Re: [Support thread] Billboard Standby Screen
can be done by Timed script
|
Re: [Support thread] Billboard Standby Screen
bluetooth icon shell script:
Code:
#!/bin/sh |
Re: [Support thread] Billboard Standby Screen
Quote:
Code:
gconftool-2 -R /cellui/settings/datacounter Code:
#!/bin/sh |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
Code:
#!/bin/sh |
Re: [Support thread] Billboard Standby Screen
Quote:
{propertyname?abc} is "output abc if propertyname is not empty" {propertyname!abc} is "output abc if propertyname is empty" The "not empty" part is also why {wazapp-status?abc} doesn't do what you expect - it won't be empty when you are offline (it will evaluate to "offline" instead). The reason why the "?" doesn't output the property name is that you can do something like this: Code:
{song?Now playing: }{song}{song? |
Re: [Support thread] Billboard Standby Screen
Thanks, the Bluetooth status icon scripts have been merged. I wonder if we should also (in a subdirectory) include scripts such as resetting the data counters, forcing the update by re-setting the text, etc.. in the "billboard-scripts" repository, even if some of them don't really depend on Billboard - what do you think?
|
Re: [Support thread] Billboard Standby Screen
Quote:
Coderus, do you know how to set an event to the timed daemon using a shell or python script? I know that on the system bus there is: Code:
com.nokia.time /com/nokia/time com.nokia.time.add_event(QDBus [/offtopic] |
Re: [Support thread] Billboard Standby Screen
Quote:
Edit: I just remembered there is one more script that has to do with Billboard in the ProfileMatic thread. |
Re: [Support thread] Billboard Standby Screen
Hi !
I would like a 'nameday' (swedish) script, it would be nice to show it on the Billboard screen. Has anyone the knowledge to do that ? ( I can't). |
Re: [Support thread] Billboard Standby Screen
Quote:
http://stjarnhimlen.se/ndag/ndag2001.html Then you could start by transforming that page into a text file (one day per line) in a way that you can parse by a script and then write a small shell script that greps the right day out of it, e.g.: Code:
~ $ cat nameday.txt |
Re: [Support thread] Billboard Standby Screen
@slarti i only used Timed in C++. not sure about python module for timed.
|
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Hi
I would like to use the "color-battery-bar" property in such a way, that it would change color when battery level goes below 30%. I have tried to find it out myself, but as I know absolutely nothing about coding this is not easy. I tried with http://docs.python.org/2/tutorial/ and came up with idea of using an IF-statement. But I can't make it to work, maybe somebody could help me? I am way too lost here... if [ {color-battery-bar} {battery} >30 ] then echo {{green}}"%" else echo {{red}}"%" |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
@Boxeri there are no interpreter in Billboard. you should make your own color bar for custom colors.
|
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
can we see psm and normal mode on lp screen with billboard?? If yes can somebody provide the required mod/script??
|
Re: [Support thread] Billboard Standby Screen
Quote:
Code:
#!/bin/sh |
I installed 1.0.7 via inception and what happened my standby screen which usually changes position once per minute or so, now changes position 20+ times per second!!!
uninstalled billboard and rebooted, problem remains. installed it again and now it's ok. I have no idea how that happened :-) |
relax. every second many peoples on earth doing something stupod. you not alone.
|
Re: [Support thread] Billboard Standby Screen
Quote:
I am, however, doing something wrong as Billboard is not giving anything with this script. I ran it in terminal and it did give the battery status there. But when save it as battery.py to /home/user and write to billboard {script:/home/user/battery.py} there is nothing as an output. |
Re: [Support thread] Billboard Standby Screen
Quote:
|
Re: [Support thread] Billboard Standby Screen
Quote:
Is it ok to make it with notepad and save em with UTF-8 coding? Am I doing something wrong there? |
Re: [Support thread] Billboard Standby Screen
Quote:
Also chmod 775 the script and make sure its not in ~/MyDocs partition but in /home/user/ |
Re: [Support thread] Billboard Standby Screen
you should do {script:sh /home/user/battery.sh} or if want to use {script:/home/user/battery.sh} you should do chmod +x /home/user/battery.sh
|
Re: [Support thread] Billboard Standby Screen
I can confirm that wazapp-status in 1.0.7 does not do it's job. My wazapp crashed a few minutes ago, and I did not start it again because I'm waiting on the standby screen to see if billboard will understand that wazapp is crashed but no - it still says "online".
|
Re: [Support thread] Billboard Standby Screen
you silly :) who will update context value if process crashed? :D
|
Maybe not update but empty it? Return it to the state in which it is after a device reboot, before wazapp launched for the first time.
|
Right now I'm on a WiFi router with broken internet connection. Nothing works, but wazapp thinks he is online, but it's not. Billboard thinks we are online too. Useless plugin? NHF.
|
Re: [Support thread] Billboard Standby Screen
Quote:
Fix your internet connection, don't blame BB... ;) |
Re: [Support thread] Billboard Standby Screen
Again, thedead1440 was kind enough to help me with a script.
We extended his script for colored battery %, tested a bit and this seems to work, even with other text in the same line: Code:
#!/bin/sh This will give you 100-50%, 49-25% and 24-0%. :) Now if you want further info in that same line after the "%" in a different color, just add {{color}} before the text to come next. EDIT: The following is already solved by slartis' *Ultimate Customizable Event + Alarm Attribute Getter*™. Here's what I can't get to work:
Any help on this would be great. Would it be possible to get events and alarms via shell script too? |
Re: [Support thread] Billboard Standby Screen
Quote:
Would the people who complain about a FREE open source whatsapp client developed by talented people in their spare time keep their complaining in the wazapp thread, please. FFS, the only useless things here are the people who haven't heard of a 20-year old technology called SMS which works very reliably everywhere between ALL phones without the need for a proprietory piece of crap. [/rant] |
Re: [Support thread] Billboard Standby Screen
I can not run the script for the battery percentage color
|
Re: [Support thread] Billboard Standby Screen
Quote:
That should be it. |
All times are GMT. The time now is 05:08. |
vBulletin® Version 3.8.8