The Following User Says Thank You to lanwellon For This Useful Post: | ||
![]() |
2011-01-19
, 08:37
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#2
|
Hi, buddies,
I want to make a scheduled phone call to my friend,
As an alarm for him,
As I know, the command in X-Terminal :
works for a phone call.Code:dbus-send --system --dest=com.nokia.csd.Call --type=method_call --print-reply /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"123456789" uint32:0
I can save this command as a script.
Then I can use fcron to run this script at a certain time.
My question is , is there any method easier ?
Is there a dedicated App ?
Thanks !
The Following User Says Thank You to kojacker For This Useful Post: | ||
I want to make a scheduled phone call to my friend,
As an alarm for him,
As I know, the command in X-Terminal :
I can save this command as a script.
Then I can use fcron to run this script at a certain time.
My question is , is there any method easier ?
Is there a dedicated App ?
Thanks !