I want to check after starting a phone call what the status of the call is via a connected PC, if possible with the ADB. I\'m starting a call by entering a phone number with
I just found my own answer. Using "dumpsys telephony.registry" gives me every information I need. It contains the variable "mCallState" which is just what I need.
Update: ok not 100% what I need, for some reason the callstate does not change when a connection is established. If someone has more ideas I'd love to know.
Update 2: Apparently this is a security measurement in Android, you can not get the current call status during the call, you only get to know that the user is making one but not if there is already an active connection present or still dialing.