• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

error in USSD code in android

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to run call USSD no #456# in my android application.

below is the main call.


when the app is run it says USSD code is running.but finally it gives Connection problem or invalid MMI code.please see the attachments
screenshot_2013-05-09_1248.png
[Thumbnail for screenshot_2013-05-09_1248.png]
screenshot_2013-05-09_1248_1.png
[Thumbnail for screenshot_2013-05-09_1248_1.png]
 
Ranch Hand
Posts: 633
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
make sure you had added permission


 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now its working fine.I gave the wrong USSD code .there should be * at the beginning.
anyway now i am getting USSD result as a pop up.Anyway is there a way to assign the result of USSD request to variable ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic