[android-developers] SIM state ready intent

2010-09-18 Thread Mohammad Siddiqui
Hi everyone, Can any one please tell me which intent is broadcast whent sim became reday or when sim connected to the network Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] how to set progress dialog time out

2010-08-28 Thread Mohammad Siddiqui
Hi everyone I want to create a progress dialog that will be run for a predetermind time after that it will be automatically dissmissed.how to do it in android Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] How to the GSM signal strength

2010-08-26 Thread Mohammad Siddiqui
Hi everyone I want to find the signal strength of GSM network. but not found any method in 1.5 sdk version is there is any alternative available to find the signal strength. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: How to the GSM signal strength

2010-08-26 Thread Mohammad Siddiqui
= mPhoneStateReceiver.getSignalStrengthDbm(); if (-1 == signalDbm) signalDbm = 0; int signalAsu = mPhoneStateReceiver.getSignalStrength(); if (-1 == signalAsu) signalAsu = 0; 2010/8/26 Mohammad Siddiqui siddiqui.m...@gmail.com: Hi everyone I want to find the signal strength of GSM

[android-developers] dissmis a Progressdialog after recieving a message broadcast

2010-07-20 Thread Mohammad Siddiqui
Hi everyone I my appication ,i a have activity(suppose A) in which on button click we send sms and the waiting for the response of the sms(which a sms response coming from a specified number ) in between i show a progress dialog which is started from the Activity A my problem is that how to

[android-developers] Is Android support the RC4 encryption

2010-06-29 Thread Mohammad Siddiqui
Hi everyone Is android support the RC4 encryption and decryption.in my application when i try to get the RC4 intance( Cipher.getInstance(RC4 ) ) it gives the java.security.NoSuchAlgorithmException. Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to show a dialog alert dialog when receive a broadcast

2010-06-11 Thread Mohammad Siddiqui
Hi everyone How to show a alert dialog(whithout any Activity) when receive a broadcast. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] How to delete a inbox message from a specific sender

2010-06-11 Thread Mohammad Siddiqui
Hi everyone How to delete a inbox message programmaticaly coming from a specific sender Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Readind the APN setting data

2010-05-12 Thread Mohammad Siddiqui
Hi all How to read the access point network setting data in android from the database. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Debugg problem source not found

2010-05-11 Thread Mohammad Siddiqui
Hi everyone when i am debugging the android application either on device or emulator.for some classes i got the error sorce not found eg. ActivityThread.performLaunchActivity(ActivityThread $ActivityRecord, Intent) line: 2418 ViewRoot.performTraversals() line: 643 i have already copied the

[android-developers] read the inbox messages

2010-05-10 Thread Mohammad Siddiqui
Hi everyone Can we read the android SMS messages programmatically in android. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] how to lunch a activity from prefrence

2010-05-03 Thread Mohammad Siddiqui
Hi everyone, I want to lunch a actvitity when click on a prefrence(inflated form the xml ). how we can do it Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-26 Thread Mohammad Siddiqui
C mExtras.putAll(getIntent().getExtras()); } } The same thing you can do when invoking the third form. On Apr 23, 11:51 am, Mohammad Siddiqui siddiqui.m...@gmail.com wrote: This is Android application On 4/22/10, Mike dg vinb...@gmail.com wrote

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-23 Thread Mohammad Siddiqui
This is Android application On 4/22/10, Mike dg vinb...@gmail.com wrote: Is this a web app or an Android app? -Mike dg On Apr 22, 8:29 am, Mohammad Siddiqui siddiqui.m...@gmail.com wrote: Hi everyone, i have therre consecutive form ,after filling the form one i press the next button

[android-developers] Getting one form data on anather forn

2010-04-22 Thread Mohammad Siddiqui
Hi everyone, i have therre consecutive form ,after filling the form one i press the next button on the first form to go to the second form then prees the next button to go to the third form.from third form i have a button to post the data on a specific url.the problem is that how can get the

[android-developers] Divert a call by sending the USSD command

2009-12-17 Thread Mohammad Siddiqui
Hi can any one tell me how to programmaticaly divert a call on particular number by sending the USSD command.eg, to divert a call on the number-123456789 we dial *122*123456789#. it divert the call on to the 123456789, Thanks in advance Thanks Regards Mohammad Azhar -- You received this

[android-developers] Making call from Emulator

2009-11-16 Thread Mohammad Siddiqui
Hi All can we make the the VoIP call from the Android Emulator using the Sipdroid to anather VoIP client running on a mobile device. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Writing to file Assets folder

2009-11-16 Thread Mohammad Siddiqui
Hi All can any one give the code to read and write to a file in the Android assets foler thaks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Integrating G729 codec in mjsip

2009-10-06 Thread Mohammad Siddiqui
Hi all I am developing a VoIP client for the Android using mjsip .any have the idea how to integrate the G729 codec in mjsip --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Integrating G729 codec in mjsip

2009-10-05 Thread Mohammad Siddiqui
Hi All i am developing a VoIP client for android using the mjsip any one have the idea about integrating the G729 codec with mjsip thanks in advanced --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android