View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#8
So, no chance to use *# from a dbus call (just call-ui)?
If anybody is out there who knows, then he may speak now ...

--edit
this is how a call with dbus works
/usr/bin/dbus-send --system --dest=com.nokia.csd.Call --type=method_call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"0123456789" uint32:0

and this is what I want to achieve, e.g.:
/usr/bin/dbus-send --system --dest=com.nokia.csd.Call --type=method_call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"*21*0987654321#" uint32:0
or simply just
string:"*21#"
string:"#21#"

Last edited by peterleinchen; 2011-11-05 at 11:50.