Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to programmatically answer a call

Tags:

I know this has been asked before, but at this time the answer of the post is not true. Vringo and other apps does answer the phone by pressing a button on their app, so there must be a way to do it.

Anyone has a suggestion?

like image 782
Gonzalo Perr Avatar asked May 04 '10 14:05

Gonzalo Perr


1 Answers

Check out this source:

http://code.google.com/p/auto-answer/source/browse/trunk/src/com/everysoft/autoanswer/AutoAnswerIntentService.java

They send a Bluetooth "keydown" event to answer the call!

like image 58
Dobromir Avatar answered Sep 20 '22 15:09

Dobromir