如何模拟来电?
我发现,它可能使模拟器设备上:如何模拟来电?
# connects to device telnet localhost 5554 
# set the power level 
power status full 
power status charging 
# make a call to the device 
gsm call 012041293123 
# send a sms to the device 
sms send 12345 Will be home soon 
# set the geo location 
geo fix 48 51 
从here, 但是当我插入:
telnet localhost 5554 我得到以下几点:
Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused 
也许这没有帮助我,因为我需要伪装成连接到计算机的真实设备。我需要一些adb shell命令。
回答:
您可以从模拟器设置GUI直接做到这一点,点击三个点,然后“电话”:
以上是 如何模拟来电? 的全部内容, 来源链接: utcz.com/qa/267135.html


