向/从Android虚拟设备发送SMS到/从设备发送SMS

时间:2011-12-14 16:12:04

标签: android android-emulator sms

有谁知道如何或是否可以向/从物理设备(Android手机)发送短信到/从虚拟设备发送短信?并测试物理设备上的无线电或测试虚拟设备上的无线电。

谢谢!

1 个答案:

答案 0 :(得分:4)

不要认为可以将短信从真实设备发送到虚拟设备。但是,如果您打开一个telnet会话,则可以将短信发送到虚拟设备。

telnet localhost <port> //you can find the port in the title of your virtual device

在您打开telnet会话后,您可以发送短信:

sms send <numberfrom> <themessage>