Languages

Menu
Sites
Language
ussd msgs - [from NSU]

Hello everyone, I m new to the tizen OS and trying to build a tizen app. My app requires me to read the USSD pop up messages. Is there an API in tizen I can use to read the USSD messages or is there a workaround? Any kind of help would be greatly appreciated.

Responses

6 Replies
Mehedi Alamgir

Hi

As far as i know, there is no Tizen API for USSD message operation. I also searched for it but didn't found any Tizen provided API.

Nur Islam

Thank you for the reply. Do you know of any workaround for the ussd message operations? As it is very vital for the app I am trying to make. If there isn't any workaround then I really have to think of another way which probably wouldn't be as efficient... sad..

 

Mehedi Alamgir

As currently we didn't find any API to read USSD message. Now one option can be,  You can collect ussd message manually for now. Though this way is not good enough but i don't see any other alternative option right now. 

We have to wait  for API release to read USSD message efficiently.

Nur Islam

Hello again. Can you please tell me how to collect ussd messages manually. I have pretty much looked everywhere but didnt find any way to do that. I know it might not be efficient but if there was a way to manually read the ussd it would really help me a lot with my app.

 

Mehedi Alamgir

For immediately working purpose, you can use a static string in your code against a number. I suggested this as manual way for temporary working purpose.

Mehedi Alamgir

As currently there is no API for retrieving USSD message, so i think this can an alternative solution.
You can use client server communication as an alternative way where you can put information in server and update that information frequently. Then you can fetch the updated information from the server.