View Single Post
Posts: 4 | Thanked: 0 times | Joined on Jan 2011
#18
Hi, thanks.

I play with this to warn my ubuntu when:
I receive sms;
Connection started;
Connection stopped

My "new sms" screenshot:
http://img406.imageshack.us/img406/8701/newsmscut.png

Requirements:
Maemo: dbus-scripts; ssh-client
Desktop: ssh-server, notify-send

Steps:
Install softwares and packages
Configure ssh with default user and shared key to not require login
Export dbus (http://ubuntuforums.org/archive/inde...t-1059023.html)
Create a script that calls Desktop ssh
ssh [your_pc_ip] [command_in_pc]
configure dbus-scripts to execute it

My script files:
http://www.4shared.com/file/8fobAHQp...criptstar.html
note: it use my relative path and hosts names: "~/sh" and host "pc"