feisky



1.启动android emulator,查看标题栏找出端口。一般是android
emulator (5554),其中


5554就是端口。


2.打开命令行,输入telnet localhost 5554。程序将会连接到android console,返回


Android Console: type \'help\' for a list of commands
OK


模拟电话打入gsm <call|accept|busy|cancel|data|hold|list|voice|status>


输入gsm call <模拟打进的电话号码>。如:


gsm call 15555218135



模拟短信发送sms send <senderPhoneNumber> <textmessage>
输入sms send <模拟发送短信的电话> <内容>。如:


sms send 15555218135 hello


其中,15555218135为模拟器手机号码

分类:

技术点:

相关文章:

  • 2022-01-12
  • 2021-12-31
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-12-23
  • 2021-12-13
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-10-19
  • 2021-12-06
相关资源
相似解决方案