![]() |
2011-03-15
, 17:56
|
Posts: 56 |
Thanked: 21 times |
Joined on Feb 2011
@ Bangalore, India
|
#2
|
![]() |
2011-03-15
, 18:54
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#3
|
![]() |
2011-03-15
, 19:30
|
|
Posts: 106 |
Thanked: 100 times |
Joined on Jul 2006
@ Rotterdam, Netherlands
|
#4
|
Can't the current OVI suite do this? (I still use the old Nokia PC Suite, since it does everything I need.) Not sure it's available for Linux though.
.
![]() |
2011-03-15
, 19:47
|
Posts: 115 |
Thanked: 342 times |
Joined on Dec 2010
|
#5
|
![]() |
2011-03-15
, 19:59
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#6
|
![]() |
2011-03-16
, 00:22
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#7
|
#!/bin/sh IP="10.0.0.240"; #Phones ip do=$(zenity --list --text "What do you want to do?" --radiolist --column "Pick" --column "Action" TRUE Call FALSE End FALSE Answer); if [ $do = "Call" ]; then NUMBER=$(zenity --entry --text "Phone number" --entry-text ""); ssh user@$IP 'dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:'$NUMBER' uint32:0'; elif [ $do = "End" ]; then ssh user@$IP 'dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.Release'; elif [ $do = "Answer" ]; then ssh user@$IP 'dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.Answer'; fi
![]() |
2011-03-17
, 09:55
|
Posts: 56 |
Thanked: 21 times |
Joined on Feb 2011
@ Bangalore, India
|
#8
|
http://www.webupd8.org/2011/02/andro...ceive-sms.html