How to interact with the USSD menu?

I would like to write a program that will interact with the existing USSD service, so I need a way to type code, "navigate" the menu, send additional commands and read any data. What would be a good way to achieve this? At the moment I am open to any technology / platform. I looked at Android, but it doesn't seem to be USSD Api. Thankx.

+7
source share
1 answer

As far as I know, this is currently not possible on Android: http://code.google.com/p/android/issues/detail?id=1285 .

I left a comment that I need this feature, and I hope that someday Google will add this API.

But it looks like you can do it on winmo: sending USSD to C #?

You can also try linux and a usb modem - http://linux.softpedia.com/get/Communications/Telephony/gsm-ussd-57048.shtml

+1
source

All Articles