adb shell service call phone 2 s16 "10086" 返回结果: Result: Parcel(00000000 '....') 手机无反应
![]() | 1 meng520 OP 没人知道吗? |
![]() | 2 zyqf 2016-04-16 21:32:43 +08:00 * adb shell * service call phone 1 s16 "10086" |
![]() | 3 frmongo 2021-02-07 14:41:03 +08:00 5 年过去了,我来回答一下 #拨打电话 adb shell am start -a android.intent.action.CALL -d tel:10086 #挂断电话 adb shell input keyevent 6 |