我发现它可以在模拟器设备上制作:
# 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
可能它没有帮助我,因为我需要伪造cal连接到计算机的真实设备。我需要一些adb shell命令。