Notices


Reply
Thread Tools
Posts: 12 | Thanked: 0 times | Joined on May 2010 @ Stockholm
#301
hi!
great app!
I was looking for a way to disable the LED on the N900 at night and enable it at daytime. I'm now trying this
Code:
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_enable
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_disable
My standard Notification light setting is on
I hope this will be of use for someone like me who've recieved complaints about the flickering light
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#302
Meh, I thought people would just flip it over.
__________________
N900 dead and Nokia no longer replaces them. Thanks for all the fish.

Keep the forums clean: use "Thanks" button instead of the thank you post.
 
Posts: 5 | Thanked: 0 times | Joined on Apr 2010
#303
i'm trying to get my n900 to connect to one certain wifi connection (or maybe a list) at a certain time every day so that it can download my podcasts, get my email etc as gprs is expensive for me. i've looked the snippets from the desktop execution app, but I didn't find anything that worked :\
can someone help?
 
Posts: 12 | Thanked: 0 times | Joined on May 2010 @ Stockholm
#304
Originally Posted by nze View Post
i'm trying to get my n900 to connect to one certain wifi connection (or maybe a list) at a certain time every day so that it can download my podcasts, get my email etc as gprs is expensive for me. i've looked the snippets from the desktop execution app, but I didn't find anything that worked :\
can someone help?
go get your IAP_ID using:
Code:
gconftool -R /system/osso/connectivity/IAP
the IAP_ID is found in the end of /system/osso/connectivity/IAP/

put your IAP_ID in this:
Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"IAP_ID" uint32:0
 
Posts: 23 | Thanked: 7 times | Joined on Jun 2010
#305
For some reason almared doesn't seem to always change my profiles. I can't seem a pattern for this behavior. Any way I can track this down?
 
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#306
Thanks for a great app, just what I was looking for... since the N900 doesn't have crontab.

Could you please fix the cron string so that it accepts all variations? What I need is to be able to run certain jobs every third or every other day. For example a reboot of the phone since it starts to jam after 3 days of uptime.

Currently I can't use this 0 5 */3 * * (run at 5:00 am every third day), because slash is not accepted.

If it is not possible I will settle for my script which will check wheter to boot or not depending on the uptime.
 
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#307
A while ago alarmed / alarmd stopped running jobs on my n900. This symptom remains after re-flashing (so it is probably be something in /home/user/...). /opt/alarmed/alarmed.py -C -L shows plenty of jobs, but none of them are running (one of them is "uptime >> /var/tmp/alarmed-tester.log 2>&1" running every minute).

What's a good place to start debugging this? I'm off to start stracing the alarmd process...
 
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#308
Hmm - my bad, all working...except for the commands in quotes (doh).
 
Posts: 49 | Thanked: 31 times | Joined on Dec 2009 @ Moscow, Russia
#309
Just tried alarmed 0.2.0-2 and found that if I type event name in russian, I can't save it (nothing happens when I press Save)
 
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#310
Originally Posted by yoush View Post
Just tried alarmed 0.2.0-2 and found that if I type event name in russian, I can't save it (nothing happens when I press Save)
Could you please open a terminal and run Alarmed from the command line?

Code:
/opt/alarmed/alarmed.py
Then reproduce the problem you describe and look what it says in the terminal and post the output. Thanks.
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:48.