|
2010-03-28
, 12:33
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#2
|
|
2010-03-28
, 12:36
|
Posts: 10 |
Thanked: 0 times |
Joined on Mar 2010
|
#3
|
|
2010-03-28
, 12:42
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#4
|
Where would I find the correct dbus hook? I couldn't find anything in the docs about which one to listen for. Setting up a daemon and such would be in more general Linux docs, probably. I could find that out once I know what to listen for...
|
2010-03-28
, 12:50
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#5
|
|
2010-03-28
, 13:09
|
Posts: 10 |
Thanked: 0 times |
Joined on Mar 2010
|
#6
|
Where would I find the docs on running a certain script/program on certain events? For my first program (after some hello worlds) I would like to make the phone vibrate the name of the sender of a text in morse on receiving a SMS. I'd simply add a pattern for every letter in mce.ini and call those via DBUS. However, I can't find a way to run a program on receiving a text that does the right thing. Of course I could hack the rtcomm event logger, which has all the proper data, but that wouldn't be very neat (or packable). Any ideas?