Hi,
How can i get the USSD response to my USSD request?
I use this sample http://www.developer.nokia.com/Commu...ymbian_C%2B%2B but there is only send USSD.
I use S60 3rd + FP2.
Thanks.
Hi,
How can i get the USSD response to my USSD request?
I use this sample http://www.developer.nokia.com/Commu...ymbian_C%2B%2B but there is only send USSD.
I use S60 3rd + FP2.
Thanks.
in general the reply is always handled by the server in the OS, and thus some APIs might omit the receiving part, anyway, you could get the reply at least with AT commands: http://www.developer.nokia.com/Commu..._USSD_commands
I've already tried to use AT command, but it doesn't work in my C7. I can't undarstand what is "DATAPORT::1". Uses this "port" i've got a KErrAccessDenided, if i use "DATAPORT::0", I can do write() to USSD but it doesn't look like that I'd sent something. And when I'm doing the ReadOneOrMore() it's never return control.
You should not change the port, if you do, then you should not expect it to work. For the error you should try actually fixing it, one reason for it could be that you did not have the required capabilities with the process.