Simulate an incoming call from a private number

a 夏天 提交于 2019-12-21 04:49:19

问题


How can I simulate an incoming call from a private number -- in an emulator?


回答1:


connect to your PC using telnet on the port of your emulator, e.g.

telnet localhost 5554

and use the gsm call command with a number of # instead of digits

gsm call #

and you'll receive your unknown call on the emulator's phone.



来源:https://stackoverflow.com/questions/10004162/simulate-an-incoming-call-from-a-private-number

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!