Is it possible to simulate miss call in Android emulator? - android

I have to do an Android application which should listen for miss call event. Is it possible to simulate this in Android emulator? Please help

Open DDMS ,there you will get a tab called Emulator Control .In the textbox called Incoming Number input the number from you want to call by clicking on the Call button...Then call the Hang Up button...ie. the call is missed.
Hope it helps you.

Related

What event is fired when the call ends in Android?

Trying to identify the event which gets fired in Android or Xamarin Android right after the call (incoming/outgoing/missed) ends?
Please read about it here and here. In the 2nd link they have used telephony api for the same purpose, go through it, hopefully you will find it helpful.

Detect incoming call with phonegap

I want to capture the incoming call event using Phonegap. I want to detect if there is any event of incoming call occured and pause my media files from playing. So far I have found about startcallbutton & *endcallbutton*events. But I want to detect the call from the moment of ringing. Searched in Phonegap google group but not finding any solution that could work for me.
I'm new to phonegap. Am I missing something? Can anyone please help me that how can I detect the incoming call and take action after that? Is that solution device independent?
Maybe this plugin solves it for you? https://github.com/renanoliveira/cordova-phone-call-trap
Do note that you will always require a plugin, since Phonegap/Cordova has no API to detect calls. And plugins are platform specific, but since you tagged your question Android I suppose you only target Android?
as I as I could remember, you should set up intent filter for calling event, and get action from that event...and handle it.
reading the following material will help you to understand~
Retrieve incoming call's phone number in Android
http://developer.android.com/reference/android/telephony/TelephonyManager.html#ACTION_RESPOND_VIA_MESSAGE
How to detect incoming calls, in an Android device?

Skype Call Listener For Android

I'm implementing a streaming radio application on android . The stream must stop when a call comes to the phone or a call is in progress .I have implemented for normal calls (phone calls) but cannot find a proper solution for VOIP calls.If possible I want it to implement it to Viber calls also . Please help !
I think you should listen and monitor ports that use these protocols..
http://en.wikipedia.org/wiki/Voice_over_IP#Protocols

simulate a click action in a phone call in Android

I am a new and developing an android application to solve the following problem.
Sometimes I want to get some information through a call, here is the process.
call the number and I will hear the hint voice
press 1 to select the language
I wonder if there are library that can be used to simulate a click action during a call, so I can just type in the phone number and then the app will automatically select the language for me.
View.performClick() does exist, but the real problem is that you cant interact with that activity (as far as I know).
may be following link would help you:
http://www.androidpolice.com/2010/05/10/how-to-add-hard-wait-and-soft-2-3-sec-pauses-to-your-android-contacts/

Answer phone call and hang up phone call within the application?

I want to be able to answer a phone call and hang up the phone call as soon as it starts ringing within my application without having to touch the phone. I have searched but I haven't found much about this. Can some one please help?

Categories

Resources