ussd Questions
1
Solved
I am developing an application that sends a USSD message to a USSD gateway. However, I do not have an account for the carrier owner of the gateway yet. Still, I have some other accounts and I would...
3
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 ...
1
I'm trying to implement an application to send, receive and parse USSD codes on android. So far i used the code on http://commandus.com/blog/?p=58 in order to get this functionality. In order for t...
1
Solved
I am developing an android application. I basically want to read the USSD responses into the application. Is there any API to do so? How to fetch these messages into application?
1
Solved
I've understood that an USSD message consists of 160 bytes. For 7 bit data coding schemes, the maximum number of characters is 160*8/7 which gives 182 characters. It's unclear to me what is the max...
1
Solved
How to launch android.intent.action.CALL (to get USSD) code in service?
My Code:
protected void call(String phoneNumber) {
try {
startActivityForResult(
new Intent("android.intent.action.CALL"...
2
Solved
Need a few infos please regarding the communication of a Java web application via USSD interface! we need to implement that to reach our target customer base in poorer communities with low end phon...
Mandibular asked 8/3, 2011 at 15:25
3
Solved
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 each user who a...
4
Solved
I'm trying to get started with USSD. I'm familiar with other forms of SMS.
Ultimately i want to use USSD as part of a real-time payment platform.
Thanks.
1
Solved
I would like to write a program that would interact with an existing USSD service, so I need a way to dial the code, 'navigate' the menus,send additional commands and read any data. What would be a...
1
Solved
I need to implement a simple application to send short notify messages on gsm phone display via a GSM modem.
I know that I can use the gsm USSD protocol to send messages instead of sms in order to ...
Interspace asked 6/5, 2010 at 13:17
1
Solved
I want to write a simple c# application runs on windows mobile 6 which can send USSD messages
Is there any library that could help me in doing this??
or is there any examples that explains how t...
Wast asked 12/11, 2009 at 22:28
© 2022 - 2024 — McMap. All rights reserved.