[android-developers] Re: Retrieving data from a USSD command

2009-06-10 Thread Terence Eden
On Jun 10, 8:36 am, PI9 wrote: > Hello! > Have you got any results for your problem ? > Indeed i'd like to do the same thing but so far i haven't been able to > find any help on this matter No, sorry. There are some USSD commands that you can intercept via the API (call forwarding status etc)

[android-developers] Retrieving data from a USSD command

2009-05-18 Thread Terence Eden
I want to call a USSD (http://en.wikipedia.org/wiki/USSD) command and have the reply returned as a String. I can make the device automatically dial the USSD - like so // String encodedHash = Uri.encode("#"); String ussd = "*" + encodedHash + "105" + encodedHash; startActivityForResult(new Intent