View Single Post
Posts: 10 | Thanked: 0 times | Joined on Mar 2010
#1
I got my N900 two days ago, and after playing around with some stuff I would like to start programming some things myself. I'm still working on getting Scratchbox fully setup on my Debian box, but in the meantime I was wondering how some of the interfaces work. I've had a look around the repos, but I have some difficulty finding the right documentation.

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?