Is there a way to make emergency calls without using the android GUI, from command line/script/service and indicating whether the call was established successfully?
Asked
Active
Viewed 962 times
1
-
this might help you, http://stackoverflow.com/questions/25897758/query-a-phone-call-via-adb-commands – Silvans Solanki Mar 21 '16 at 08:26
-
"adb shell am start -a android.intent.action.CALL_PRIVILEGED -d tel:911" solved it. – Lsigaw May 23 '16 at 11:18