Android Question USSD code

Mvula

Member
Licensed User
Longtime User
morning,

USSD code

using the code in this link, but changing call to
Call("*101#")

my cellphone responds with the picture below.
How can I programatically select the option as "1"
and then programatically press the send button?
Thank you,
Darryl

1610007324803.png
 

sfsameer

Well-Known Member
Licensed User
Longtime User
i think you can do the following if you want to press 1
call("*101*1#")

but every cellular company has it's own rules and regulations regarding the ussd

:)
 
Upvote 0

Mvula

Member
Licensed User
Longtime User
i think you can do the following if you want to press 1
call("*101*1#")

but every cellular company has it's own rules and regulations regarding the ussd

:)
the service provider (Virgin) replies
"this is not a valid selection"

thanks for your suggestion
 
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
the service provider (Virgin) replies
"this is not a valid selection"

thanks for your suggestion

i have tried with my service provider and it did work for me so that brings it to : " but every cellular company has it's own rules and regulations regarding the ussd "
:)
 
Upvote 0

Mvula

Member
Licensed User
Longtime User
i have tried with my service provider and it did work for me so that brings it to : " but every cellular company has it's own rules and regulations regarding the ussd "
:)
guess what.
I used my old samsung galaxy S4 and the code
call("*101*1#")
works perfectly
The service provider is still Virgin

Thank you very much
 
Upvote 0
Top