View Single Post
Posts: 282 | Thanked: 220 times | Joined on Aug 2011
#4
Install zenity with this code first
apt-get install zenity

you can try queen beecon widget its very easy just create new one after installing it from the repos and edit it and click advanced and type the following script

Code:
CONST=01234567890p12341234#p1234#p1#
NUM=$(zenity --entry --text="Enter your variable")
dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"$CONST$NUM" uint32:0
I think this is a lot easier

EDIT : fixed the code

Last edited by davdav; 2012-09-26 at 22:56. Reason: fixing the code
 

The Following 3 Users Say Thank You to davdav For This Useful Post: