Thread
:
[Help Needed] Using dbus to make a call with USSD code inside the number doesn't work
View Single Post
peterleinchen
2011-11-04 , 18:20
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
.
Quote & Reply
|
peterleinchen
View Public Profile
Send a private message to peterleinchen
Find all posts by peterleinchen