On windows XP, open a command console.
Type “telnet”.
The telnet client starts.
Then, type, o localhost 5554
This connects the telnet client to the android
emulator (assuming emulator is running locally listening on port 5554. Else
this connection fails)
Now type
gsm call 123456
The last parameter could be any number.
This simulates a call to the emulator.
But it's not working with me.. :(
ReplyDeleteThe kill command from the CMD is working , but the voice and sms command is not working.
( No Service ) is showing in emulator too.
I Solved it , it just add
ReplyDelete"-bootchart 100" as param for the emulator. But i don't know what it is.
No still its not working i wrote
ReplyDeleteo localhost 5554 -bootchart 100 and then gsm call 123456
It didnt work at all
wow nice one. I tried on Ubuntu and it works :-)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteWorks perfectly. Also to send SMS, the command line is "sms send "
ReplyDeleteSMS send phoneno textmsg. Eg SMS send 123456 hello
ReplyDeletehow can i simulate an Incoming call on androidx86 emulator installed in virtual box
ReplyDelete