I am developing a small application on Google\'s android emulator. I am trying to figure out how I can simulate a phone call from one instance of an emulator to another (bot
Alternatively to the solution provided by Kami
, you can use DDMS or just the android console (in Linux and assuming emulator port is 5554):
$ telnet localhost 5554 <<!
> gsm call 12345678
> !
In order for calling the port number to work, both emulator instances must be started from the same android AVD manager process. Two separate 'android' processes launching different emulators will not be able to call each other.
simply open the DDMS from the eclipse and choose emulator control and you'll find a tel bar just type the phone number you want the emulator to receive and hit call