View Single Post
Posts: 27 | Thanked: 17 times | Joined on Jun 2010
#315
Originally Posted by allwise View Post
Really good job Mohammad! I really like what you are doing here. One thing I would love to see implemented is push-notifications. Meaning, when you get a message/notification the notifier in the N900 (like when you get a e-mail or MMS through fMMS) pops up and tells you that. Do you think that it is possible?

Thanks a lot dude!!
Code:
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:"QUESTION?" uint32:0 string:"OK"
I found a line of code to create a notification if that can help you with the push notifications.