Make Incoming Call In Android Emulator Without Command Code
I'm trying to develop a small app that will be registered on PhoneStateListener and do some magic over incoming and outgoing calls monitor. For debugging purposes, I need to trigge
Solution 1:
Just follow Go to Window ===> Open Perspective & choose DDMS
In DDMS click on Emulator Control then select Voice and write number of another emulator on which You want to call. and then click on call .
You can find another emulator number from top of the emulator.
Hope it will helps you.
Solution 2:
You can use DDMS perspective in eclipse for initiating dummy calls , message etc
You can see DDMS perspective on top right corner if you do not see it
Go to Window ===> Open Perspective & choose DDMS
Solution 3:
Try one more emulator. You can find the emulator number from top of the emulator. Eg. 5556
Post a Comment for "Make Incoming Call In Android Emulator Without Command Code"