HI
I want to open symbian native call dialer dialog using a qml based qt application. can anyone tell me how to do that?
Printable View
HI
I want to open symbian native call dialer dialog using a qml based qt application. can anyone tell me how to do that?
Hi
Check [URL="http://www.developer.nokia.com/Community/Wiki/How_to_use_Qt.openUrlExternally_in_QML"]this article[/URL] , there is said : Qt.openUrlExternally("tel:012345xxxxx") can make a call in QML
that would dial the number, not open the dialpad. anyways I figured out a way using native Symbian API's.
Hi
i found suggestion [URL="http://www.developer.nokia.com/Community/Discussion/showthread.php?229853-How-to-show-dial-pad-in-nokia-s60-5th-edition"]to launch the built-in dial pad then the most straightforward way is simulating a green key press[/URL].
From the other hand , [URL="http://www.developer.nokia.com/Community/Discussion/showthread.php?164106-How-to-launch-5800-phone-dialer"]direct invoking dial-pad by UID, name, etc. does not work[/URL]