I want to check the phone call status with ADB.
the thread Checking the status of a phone call remotely helped, but it only indicate if phone is idle/ringing/active.
I need to get different status code when i dial a call and when next person accepts the call. But above shell command is returning mCallState=2
in both the cases.
Do we have any shell command which return different status when i dial a call and when next person accepts the call ?