Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Currently I am using ADB to call intents to make a phone call:

    adb shell am start -a android.intent.action.CALL tel:1234567890

And to end a phone call:

    adb shell input keyevent 7

Does anyone know how to turn on mute using ADB?

share|improve this question
You could code your own app to be on the receiving end of these intents. – uʍop ǝpısdn Feb 14 '12 at 16:42
I debated that but I already have a listener that waits for the phone call and does other things. I really don't want to implement this into an APK cause its used for other testing. Plus I want to keep the interference in the android to a minimum for reusability. – Falcon165o Feb 14 '12 at 23:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.