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
Figuring out if the call is still in progress is pretty straight forward. You can either:
Figuring out if the number called is currently busy is a totally different scope since you now have to deal with network specific implementation (cdma is wildly different than gsm). On CDMA it is almost impossible to figure it out.