|
2013-03-27
, 10:26
|
Posts: 103 |
Thanked: 21 times |
Joined on Sep 2012
@ romania
|
#752
|
|
2013-03-27
, 10:42
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#753
|
if i use meecast-icon-src i get a big icon and its not showing good.what can i do to show meecast icon not so big and fit in ?
|
2013-03-27
, 10:52
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#754
|
|
2013-03-27
, 11:01
|
Posts: 103 |
Thanked: 21 times |
Joined on Sep 2012
@ romania
|
#755
|
|
2013-03-27
, 11:41
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#756
|
You can't nest {} like that in Billboard. I'll see what I can do for future versions. You can work around that by doing the checking in the script and removing the {network-name? } around it.
#!/bin/sh percent=$(qdbus --system com.nokia.csd /com/nokia/csd/csnet com.nokia.csd.CSNet.SignalStrength.SignalPercent) if [ $percent -eq -1 ]; then echo -n "{{red}}Flugmodus an ✈"; fi if [ $percent -ge 20 ]; then echo -n "{{yellow}}$percent % {{=$(($percent/100)).$((($percent%100)/10))$(($percent%10))}}"; fi if [ $percent -le 19 && -ge 1 ]; then echo -n "{{red}}$percent % {{=$(($percent/100)).$((($percent%100)/10))$(($percent%10))}}"; fi
|
2013-03-27
, 14:17
|
Posts: 87 |
Thanked: 14 times |
Joined on Jan 2012
|
#757
|
|
2013-03-27
, 14:40
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#758
|
Yes, i'm using data-mode script from win7mac and i have that icons, but billboard doesn't show icons. Permission is chmod +x or different?.
The Following User Says Thank You to Win7Mac For This Useful Post: | ||
|
2013-03-27
, 15:11
|
Posts: 87 |
Thanked: 14 times |
Joined on Jan 2012
|
#759
|
|
2013-03-27
, 15:17
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#760
|
Yes, i don't know, i works because via terminal it shows the path of the icons but billboard desn't show it.
<</usr/share/themes/blanco/meegotouch/icons/icon-s-status-gsm.png>>
thp.io - thpmaemo blog - N9 apps in Nokia Store