Showing results 1 to 25 of 75 @ 0.01 seconds. Search: Posts Made By: herno24
Forum: MeeGo / Harmattan 05-19-2013, 06:17 PM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

I'm asking for refreshing the bluetooth script, this works?.
Forum: MeeGo / Harmattan 05-19-2013, 06:01 PM
Replies: 882
Views: 113,182
Posted By herno24
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
Posted By herno24
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
Posted By herno24
Re: [Support thread] Billboard Standby Screen

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?.
Forum: MeeGo / Harmattan 03-26-2013, 11:16 PM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

I don't know how to do that, can you tell me?. Thanks in advance!.
Forum: Themes 03-07-2013, 10:34 AM
Replies: 477
Views: 55,119
Posted By herno24
Re: [MOD] N9 keyboard themes

Awesome!, Is there any chance that you make a spanish version?. Thanks in advance.
Forum: MeeGo / Harmattan 02-19-2013, 10:28 PM
Replies: 882
Views: 113,182
Posted By herno24
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
Posted By herno24
Re: [Support thread] Billboard Standby Screen

Installed qmsystem but nothing works :confused:.
Forum: MeeGo / Harmattan 02-13-2013, 02:55 PM
Replies: 44
Views: 4,988
Posted By herno24
Re: N9 camera not responding.

On the advice of a friend, i used QAD cleaner to delete the cache of the phone and the camera came back to life.
Forum: MeeGo / Harmattan 02-13-2013, 02:48 PM
Replies: 882
Views: 113,182
Posted By herno24
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
Posted By herno24
Forum: MeeGo / Harmattan 01-09-2013, 05:34 PM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

It's a .sh script, not a .py.
Forum: MeeGo / Harmattan 01-04-2013, 11:01 PM
Replies: 882
Views: 113,182
Posted By herno24
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?.
Forum: MeeGo / Harmattan 01-04-2013, 02:14 PM
Replies: 882
Views: 113,182
Posted By herno24
Forum: MeeGo / Harmattan 01-04-2013, 01:51 PM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

It works in the way I described in the comment above, i had to hardcode the amount :confused:.
Forum: MeeGo / Harmattan 01-04-2013, 01:36 PM
Replies: 882
Views: 113,182
Posted By herno24
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
Posted By herno24
Re: [Support thread] Billboard Standby Screen

Ok, i chmod +x this script, is this correct or i need to chmod 775?.
Forum: MeeGo / Harmattan 01-04-2013, 12:00 PM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

But echo "$amount" = 0 is correct?.
Forum: MeeGo / Harmattan 01-04-2013, 11:32 AM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

It doesn't work for me. I have 264 MB consumed of a total of 300 MB and i see "Data used = 264 MB" (in cyan). If i do: echo "$amount", it shows 0.
Forum: MeeGo / Harmattan 01-04-2013, 12:29 AM
Replies: 882
Views: 113,182
Posted By herno24
Re: [Support thread] Billboard Standby Screen

Unninstaled via apt-get remove dc and now i have this:
~ # dpkg -l | grep dc
ii advancedcallrecorder 1.0.0 Advanced Call Recorder for Meego
rc dc 1.06.95-2+maemo9+0m6 ...
Forum: MeeGo / Harmattan 01-04-2013, 12:11 AM
Replies: 882
Views: 113,182
Posted By herno24
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
Posted By herno24
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
Posted By herno24
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
Posted By herno24
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
Posted By herno24
Re: [Support thread] Billboard Standby Screen

I don't know why, but it doesn't work. I installed bc from your attachment and dc via terminal (apt-get install dc), is that correct?.
Showing results 1 to 25 of 75



 
Forum Jump

All times are GMT -4. The time now is 12:55 AM.