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 (both running on my computer). Does anyone know how this can be done?
Thank you very much.
Android Emulator Simulate callTo simulate a phone call, press the 'Extended controls' button indicated by three dots, choose 'Phone' and select 'Call'. You can also optionally change the phone number.
Turn on TalkBackOpen your device's Settings app. Navigate to Accessibility and select TalkBack. At the top of the TalkBack screen, press On/Off to turn on TalkBack. In the confirmation dialog, select OK to confirm permissions.
Yes, you cant change the port number to a mobile number.
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
> !
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With