ussd
design pattern suggestion for ussd [duplicate]
This question already has answers here: C state-machine design [closed] (27 answers) 开发者_开发技巧Is there a typical state machine implementation pattern?[详细]
2023-04-06 01:45 分类:问答How to run USSD commands on android?
has anyone know how to runs USSD command f开发者_JAVA技巧or checking phone\'s credit balance (the number is *123#) and get the result (the credit balance) for further processing?? thankssYou can run U[详细]
2023-03-31 15:02 分类:问答Is there a way to send low res binary images to mobile phones using the USSD protocol?
Is t开发者_StackOverflow社区here a way to send low res binary images to mobile phones using the USSD protocol? I know that OTA bitmap allows us to send similar images through SMS; however, I could not[详细]
2023-03-09 18:20 分类:问答How is it possible to do USSD requests on Android?
Some custom dialer apps (for example, Dialer from MotoBlur) are ab开发者_Go百科le to do USSD requests. Is it realy impossible to do this via SDK?Ussd api was added in API26.[详细]
2023-02-20 10:00 分类:问答Calling a USSD number without opening the phone app in Android
I am trying to call a USSD number from my application like this: Uri u = Uri.fromParts(\"tel\", \"*110#\", \"\");[详细]
2023-02-19 21:11 分类:问答what is the purpose of using USSD Commands in our J2ME Application? Is this possible?
I heard the开发者_StackOverflow中文版re is USSD Commands in Mobile.But i dont know what it is? i was googling two more sites.i did not understand it.Please anybody having knowledge about USSD Commands[详细]
2023-02-03 12:59 分类:问答Writing USSD client OR USSD Open Source/To be purchased Client
My question is that is there any software/tool/library that is open source (ideally) or to be purchased, that I can u use to send and receive USSD messages? I would like that tool/library/software to[详细]
2023-01-11 17:01 分类:问答USSD Menu Browser in Java
I want to create a simple USSD Menu Browser Application in Java. I have integrated with one of the开发者_JAVA技巧 Mobile operator to get the USSD Platform. And i have successfully implemented &[详细]
2023-01-08 18:08 分类:问答Java USSD menu tree generation - how to
I want to generate a tree-based menu using开发者_高级运维 Java that will appear on a USSD browser. Each node may have children, ending with leaf nodes. I will also have to maintain state regarding eac[详细]
2022-12-31 18:12 分类:问答Where I can find the USSD commands specification?
I need to implement a simple application to send short notify messages on gsm phone display via a GSM开发者_开发百科 modem.[详细]
2022-12-29 22:39 分类:问答