Tagged Questions

Unstructured Supplementary Service Data is a communication protocol used in GSM

learn more… | top users | synonyms

9
votes
6answers
9k views

What is required to send messages via USSD?

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.
4
votes
2answers
1k views

what is the purpose of using USSD Commands in our J2ME Application? Is this possible?

I heard there 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, share with me. How it ...
4
votes
2answers
2k views

How to send ussd request through programming on iPhone OS

How to send ussd request through programming on iPhone OS For example: *100#
3
votes
1answer
221 views

design pattern suggestion for ussd

I'm using php to create a USSD page. I've done this before and it was quite the time-constrained hack-job; basically one huge file with a switch statement for all the possible states that the ...
2
votes
1answer
124 views

Android - How can I programmatically check if the phone has credit? [closed]

I want to find out if the phone has credit within my app. Can this be done? I think a USSD message could be sent to return the balance however this would be network specific. I'm looking for a ...
2
votes
0answers
205 views

Receiving USSD Messages not working on Windows Mobile 6.5 HSDPA Devices (Opennetcf.Telephony)

I've been using OpenNetCF.Telephony (available here http://tapi.codeplex.com), with this wrapper is pretty easy to use TAPI to send and receive USSD messages; until now I had been using it with many ...
2
votes
1answer
850 views

How to interact with USSD menu?

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 ...
2
votes
2answers
1k views

USSD INTERFACE -> java web app comunication

Hi everyone 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 ...
2
votes
3answers
1k views

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 each user who ...
2
votes
1answer
2k views

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. I know that I can use the gsm USSD protocol to send messages instead of sms in order to ...
2
votes
1answer
1k views

sending USSD in C#?

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 to ...
1
vote
1answer
88 views

How to launch android.intent.action.CALL in service?

How to launch android.intent.action.CALL (to get USSD) code in service? My Code: protected void call(String phoneNumber) { try { startActivityForResult( new ...
1
vote
0answers
170 views

HTC Desire dialer misinterprets fragment in URI and runs USSD code. Is there anyway around that?

Code: Uri uri = Uri.parse("tel:" + phoneNumber + "#fragment"); Intent intent = new Intent(Intent.ACTION_CALL, uri); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent); When the ...
1
vote
1answer
535 views

How to run USSD commands on android?

has anyone know how to runs USSD command for checking phone's credit balance (the number is *123#) and get the result (the credit balance) for further processing?? thankss
1
vote
0answers
357 views

How to read USSD messages in android?

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? Thanks in advance
1
vote
1answer
909 views

How is it possible to do USSD requests on Android?

Some custom dialer apps (for example, Dialer from MotoBlur) are able to do USSD requests. Is it realy impossible to do this via SDK?
1
vote
1answer
285 views

SMS/USSD Content Retrieval

Hi guys I'm working on this project where I'll need to retrieve information from a database through sms/ussd, much like how you would check you credit on you mobile phone. Would appreciate any help ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
746 views

USSD Menu Browser in Java

I want to create a simple USSD Menu Browser Application in Java. I have integrated with one of the Mobile operator to get the USSD Platform. And i have successfully implemented & tested ...
0
votes
0answers
75 views

Iphone USSD connection in background

I am trying to setup a USSD service with my iPhone. But i want the uSSD connection to be alive in the background (not have the grey popup box when the USSD is connected). The USSD connection will be ...
0
votes
0answers
99 views

Unsolicited Response (+STCR) from SIM Toolkit not visible

I'm testing a SIM Toolkit application using AT Commands. I have a USB modem that supports SIM Toolkit Class 2 features and is based on the Open AT Firmware. I am able to successfully interact with the ...
0
votes
0answers
49 views

Have anybody sent blank space in USSD response ? when can we know USSD call hung up?

We have an USSD gateway implemented. And The Call is directed to our Ruby on Rails Application on a URL. And its working fine with normal flow. My Question is When can we know that the USSD call ...
0
votes
1answer
218 views

Intercept USSD events on Windows Phone 7

Windows phone7 does not support phase 2 communication using USSD. Is there a way to intercept an outgoing USSD request on a Windows Phone 7 device in order to route to an application to handle the ...
0
votes
0answers
154 views

J2ME USSD call: Invalid number

i am working on an application that relies on Calls, Ussd and Sms application is working fine with USSD having one asterisk "*" e.g *123#, but i have to dial USSD with two asterisks e.g *123*456# ...
0
votes
0answers
63 views

How can i interact/implement a USSD session from a webpage if possible at all?

There is a VAS service that is currently available via USSD on mobile phones. The session options are the typical ones, it has menu options etc with one of them being airtime transfer. Now i would ...
0
votes
1answer
59 views

cost effective mobile data collection

am having a task for developing an application that uses mobile phone in collection data and the client want to make use of cheapest mobile phone available in the market such as nokia N1280. The ...
0
votes
1answer
80 views

Is there a way to send low res binary images to mobile phones using the USSD protocol?

Is there 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 find anything on USSD ...
0
votes
0answers
56 views

Android Dialer number limit

What is the limit of characters that can be typed in the default android dialer and successfully sent as an MMI code? Is it phone dependent?
0
votes
0answers
591 views

Sending text data via USSD in Android

Is there a possibility to send text data via USSD in android? The only way I found was to invoke an android.intent.action.CALL intent and append the text data after as follows tel:#(short ...
0
votes
1answer
503 views

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#", ""); Intent i = new Intent(Intent.ACTION_CALL, u); startActivity(i); This makes the phone app ...
0
votes
0answers
197 views

USSD on blackberyy application

can i integrate USSD platefrom on my blackberry application any hints please??? Thanks in advance
0
votes
1answer
215 views

working with php session variables for an xmlrpc client in php

am working on a menu-drived USSD app developed in php. My app communicates with a telecom's ussd server using xmlrpc client-server interactions. so each time a mobile user sends a request to the ...
0
votes
1answer
288 views

how to send msgs from mobile to web server through ussd?

I want to send a msg to a web server from a mobile phone through USSD. Is it possible and if yes how can i do it?
0
votes
1answer
395 views

Can I use At commands insider J2ME app?

i want to use some AT commands to send ussd , my question is how can i do that?
0
votes
1answer
1k views

USSD Gateway implementation

I am supposed to develop a USSD gateway for an operator so please help me with the following -can I use asterisk for this purpose? -can the asterisk system take alphanumeric characters as user input.
0
votes
0answers
649 views

HTML/XHTML TEL: and USSD String

Hi All I'm trying to get the <a href='tel:*120*5xxxx#' /> to work but it does not like the USSD part. Is there a way to use tel: with a USSD string ? PS. xxxx above represents numeric value's ...
-3
votes
2answers
304 views

How to check a balance programmatically in iPhone? [closed]

Is there a way to programmatically access the user's balance on the iPhone?