Forum: MeeGo / Harmattan
05-19-2013, 06:17 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
05-19-2013, 06:01 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
This works great!:
{script:python /home/user/mybattery.py {battery}}
Also {alarm-present} on the alarm script's line works too:
{script: /home/user/alarm.sh {alarm-present}}
But i don't know...
|
Forum: MeeGo / Harmattan
03-27-2013, 11:11 AM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
Yes, i don't know, i works because via terminal it shows the path of the icons but billboard desn't show it.
Edit: i don't konw why but now it works, maybe a refresh issue on billboard? I'm using...
|
Forum: MeeGo / Harmattan
03-27-2013, 10:17 AM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
03-26-2013, 11:16 PM
|
|
Replies: 882
Views: 113,182
|
Forum: Themes
03-07-2013, 10:34 AM
|
|
Replies: 477
Views: 55,119
|
Forum: MeeGo / Harmattan
02-19-2013, 10:28 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
I have a problem since this morning. The billboard text box is blank after a while of having written something, all text is deleted and the screen shows nothing. What could be happening?. Thanks in...
|
Forum: MeeGo / Harmattan
02-14-2013, 12:58 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
02-13-2013, 02:55 PM
|
|
Replies: 44
Views: 4,988
|
Forum: MeeGo / Harmattan
02-13-2013, 02:48 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
It doesn't work for me and the bluetooth consumtion script doesn't work for me too. But, i flashed my N9 recently, so, am i missing to install extra python packages to make it work? Thanks in advance.
|
Forum: Applications
01-23-2013, 01:14 PM
|
|
Replies: 9,797
Views: 2,097,728
|
Forum: MeeGo / Harmattan
01-09-2013, 05:34 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 11:01 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 02:14 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 01:51 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 01:36 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
I found this: echo "$usage" = 1000,000,000. But usage is the total amount of MB that I have, right?, so usage should be 300,000,000 = 300 MB in total that i have. So I had to hardcode this part:...
|
Forum: MeeGo / Harmattan
01-04-2013, 01:04 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 12:00 PM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 11:32 AM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 12:29 AM
|
|
Replies: 882
Views: 113,182
|
Forum: MeeGo / Harmattan
01-04-2013, 12:11 AM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
I have this:
~# dpkg -l | grep dc
ii advancedcallrecorder 1.0.0 Advanced Call Recorder for Meego
ii dc 1.06.95-2+maemo9+0m6 The GNU dcarbitrary precision reverse-polish calculator
ii ...
|
Forum: MeeGo / Harmattan
01-03-2013, 11:57 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
Now i have this:
~$ usage=$(gconftool -g /cellui/settings/datacounter/general/gprs_home_notification_period_UI) ; tx=$(gconftool -g /cellui/settings/datacounter/transfer/gprs_home_tx_bytes) ;...
|
Forum: MeeGo / Harmattan
01-03-2013, 11:40 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
Like this?:
~ $ usage=$(gconftool -g /cellui/settings/datac
ounter/general/gprs_home_notification_period_UI)
~ $ totalMB=$((($tx+$rx)/1000000))
-/bin/sh: arithmetic syntax error
~ $ `dc $total...
|
Forum: MeeGo / Harmattan
01-03-2013, 11:26 PM
|
|
Replies: 882
Views: 113,182
Re: [Support thread] Billboard Standby Screen
This is the result:
#!/bin/sh: not found
dc: Could not open file 242418745
dc: Could not open file 1000000000
dc: Will not attempt to process directory /
dc: Could not open file p
(standard_in)...
|
Forum: MeeGo / Harmattan
01-03-2013, 11:09 PM
|
|
Replies: 882
Views: 113,182
|