On the ADB shell, I run the command
adb -s shell am start -a android.intent.action.CALL -d tel:123456
to place a call on my testing device. It works great. But I also want to simulate a missed call from the ADB shell, as I would by telnet with the command
gsm cancel +123456
, for example.
I cannot find anywhere how to do this. Is this even possible with ADB? If so, how?
P.S: the command adb -s shell input keyevent 6
is not an answer!
Asked by Dr Jorge
(61 rep)
Aug 30, 2014, 10:07 PM
Last activity: Mar 23, 2019, 09:10 AM
Last activity: Mar 23, 2019, 09:10 AM