1

我在 DDMS Emulator Control 选项卡中找到了很多东西,我只想从 DDMS 进行/模拟调用。怎么做。另外,我在哪里可以找到有关 Emulator Control 选项卡的详细信息?谢谢

4

5 回答 5

4

打电话就好像模拟电话一样?

1 窗口 > 打开透视图 > DDMS

2“模拟器控制”选项卡

3 在电话操作中,在“传入号码”文本字段中输入任意号码。

4 从两个单选按钮中选择“语音”。

5 最后,单击Call

要断开连接,请单击Hang up

更多在这里

希望这可以帮助...

于 2012-10-12T13:44:18.853 回答
1

我认为你已经收到了一个适当的答案来打电话给你的模拟器。只需在链接中参考有关 Emulator Control 选项卡的更多详细信息:http:
//developer.android.com/tools/debugging/ddms.html#ops-location

于 2013-01-25T09:47:59.563 回答
0

查看使用 DDMS,您将在其中找到所有必需的信息。

于 2012-10-12T12:59:07.073 回答
0

您可以通过 telnet 进行 DDMS 作业:

输入 CMD:

  1. 远程登录
  2. 打开本地主机 5554
  3. 短信发送 000000 你好

可用命令列表:

   event            simulate hardware events
   geo              Geo-location commands
   gsm              GSM related commands
   cdma             CDMA related commands
   kill             kill the emulator instance
   network          manage network settings
   power            power related commands
   quit|exit        quit control session
   redir            manage port redirections
   sms              SMS related commands
   avd              control virtual device execution
   window           manage emulator window
   qemu             QEMU-specific commands
   sensor           manage emulator sensors
于 2012-10-12T13:11:15.133 回答
0

除了 DDMS,还有一种选择:

模拟器自动将模拟语音呼叫从一个实例转发到另一个实例。要发送语音呼叫,请分别从其中一个模拟器中使用拨号器应用程序。

要向另一个模拟器实例发起模拟语音呼叫:

1.Launch the dialer application on the originating emulator instance.
2.As the number to dial, enter the console port number of the instance you'd like to call. You can determine the console port number of the target instance by checking its window title, where the console port number is reported as "Android Emulator (<port>).
3.Press "Dial". A new inbound call appears in the target emulator instance.
于 2015-09-10T10:05:52.963 回答