Re: [android-developers] Re: [USSD] Any API's or code flow ?

2010-10-22 Thread Atul Raut
Does USSD works on Android Phone ? On Thu, Oct 21, 2010 at 2:08 PM, Atul Raut atul.dr...@gmail.com wrote: How to send Ussd command/code using Android phone. When am trying *#306# [for getting IMEI number] it say wrong Ussd code. But this is very generic and application to all phone. -Atul

Re: [android-developers] Re: [USSD] Any API's or code flow ?

2010-10-21 Thread Atul Raut
How to send Ussd command/code using Android phone. When am trying *#306# [for getting IMEI number] it say wrong Ussd code. But this is very generic and application to all phone. -Atul On Wed, Oct 13, 2010 at 10:52 AM, Atul Raut atul.dr...@gmail.com wrote: Thanks for kind reply. On Wed,

Re: [android-developers] Re: [USSD] Any API's or code flow ?

2010-10-12 Thread Frank Weiss
I didn't even know what USSD code flow is. When I googled, the first few results were google groups questions. AFAICT, this is a carier-specific issue. I suggest you contact a carrier for specific USSD code flow questions. -- You received this message because you are subscribed to the Google

[android-developers] Re: [USSD] Any API's or code flow ?

2010-10-10 Thread Atul Raut
Hi, Any pointers to this will help in understanding USSD code flow. -Atul On Fri, Oct 8, 2010 at 6:10 PM, Atul Raut atul.dr...@gmail.com wrote: Hi Jagdish : is there java file which are being used for USSD call? No RIL.java is used to handled the USSD call. -Atul On Fri, Oct 8,

[android-developers] Re: [USSD] Any API's or code flow ?

2010-10-08 Thread Atul Raut
From some other mail thread I found some good info : There is protected Registrant mUSSDRegistrant in package com.android.internal.telephony; in BaseCommands.java There is code to process USSD Response from RIL (telephony / java / com / android / internal / telephony / RIL.java) 2381

[android-developers] Re: [USSD] Any API's or code flow ?

2010-10-08 Thread Atul Raut
The MMI messages on screen displayed at package com.android.phone; in class PhoneUtils static void displayMMIComplete will this used to display USSD messages also. On Fri, Oct 8, 2010 at 4:17 PM, Jignesh Kakkad(Jiggy) jig2n...@gmail.comwrote: Hi, I am also looking for this information .

[android-developers] Re: [USSD] Any API's or code flow ?

2010-10-08 Thread Atul Raut
Hi Jagdish : is there java file which are being used for USSD call? No RIL.java is used to handled the USSD call. -Atul On Fri, Oct 8, 2010 at 4:17 PM, Jignesh Kakkad(Jiggy) jig2n...@gmail.comwrote: Hi, I am also looking for this information . First of all, Thanking you for sharing