![]() |
Dears,
Can we add the function to show wifi signal strength on standby screen? @+ |
Re: [Support thread] Billboard Standby Screen
Hi, first i'd like to thank you for this wonderful app and the great support.
Then for my question. I've been thinking of making a script that displays a row of icons to indicate certain programs are still running. I'd do this for apps that i often forget to turn off (example, noticing at work that a wifi remote app is still running uselessly since the evening before) or for apps that consume a lot of battery, as a reminder. Example: Code:
#!/bin/sh I made all icons and the empty image the same size so they would be on the same location every time whether or not other apps are (in)active. One could off course display different color icons depending if the app is active, instead of an empty image. Now i'm wondering how often a script like this would be called, cause i wouldn't want it to use too much battery. Also, how do i find the process names of apps? In the example above, camera-ui is apparently not linked to the camera app, but a process that is always active. Similarly i'd like to do such an icon for the 'ToggleWlanScan' app, to remind me when i've turned wlanscan off, but i don't think there's an active process involved. Is there a way to check whether this is active from billboard? |
Re: [Support thread] Billboard Standby Screen
@SaiKo camera-ui have prestart mode as daemon. and many others system apps too.
i think you should use python and check active x-windows, not processes. |
Re: [Support thread] Billboard Standby Screen
Quote:
How would python get the truly active windows? Thank you. |
Re: [Support thread] Billboard Standby Screen
Quote:
And should save some battery too, I guess? My idle raised a few mA since I updated and I think it's all the scripts to blame... Is there a difference -batterywise- in using emojis and .png's? +1 for wifi signal strength, probably even the bar? :D So there is no way of making "percent=$(qdbus --system com.nokia.csd /com/nokia/csd/csnet com.nokia.csd.CSNet.SignalStrength.SignalPercent)" upate in a script as often as calling {cell-signal-strength} in BB? :( @thp: will it be possible to nest scripts in next version or make it possible via some additional code? - That would give pretty much room for creativity, I think. ;) |
Re: [Support thread] Billboard Standby Screen
Hello,
Returning to size of icons in "meecast-icon-src" i've got a question: is it possible to change the size of output icon on the fly. Probably write some script that will retrieve icon having {meecast-icon-src} as parameter, resize it to some given size and put to some known path, from which billboard will show it. There are 2 questions in fact: 1. How to resize icon from command line 2. Will this mode of operation be supported by billboard: how will it notice change of resized icon? Maybe script should output path to the file and entire command for billboard should look like: <<script: my_resize.sh {meecast-icon-src} 20 20>> Thanks, Serge. Update: it seems I found answer on 2nd question upper in thread: looks like script shoud output the file name in form <</some/path/resized_icon.png>>, so the only 1st question remains. |
Re: [Support thread] Billboard Standby Screen
Quote:
https://github.com/harmattan/camerra...camerra.py#L41 returns True if the camera UI is on top, False otherwise. |
Re: [Support thread] Billboard Standby Screen
Is there something similar to
state=$(qdbus --system com.nokia.icd2.context /org/maemo/contextkit/Internet/NetworkState org.maemo.contextkit.Property.Get | sed q) for cellular connection? So that I can use something like <if [[ $state == "disconnected" ]]; then blah> in a script to check if flightmode is activated? Still trying to make it work in the signalbar script... :rolleyes: |
Re: [Support thread] Billboard Standby Screen
A small teaser of what's coming in Billboard 1.0.9..
https://farm9.staticflickr.com/8384/...9ab7363a02.jpg |
Just wondering if anyone else has this problem, but when using the {Meecast-icon} parameter, it works, but the icon itself never updates. all the descriptions and stations update fine, just the icon stays the same all the time.
|
All times are GMT. The time now is 17:21. |
vBulletin® Version 3.8.8