Page 1 of 1

Call recorder off on bluetooth

Posted: 02 Jul 2014 07:51
by StrayCat
Hi all.

I use the app "Incall recorder" to record calls by default. I use too a bluetooth Sony SBH-52 headset to hear some music and answer phone calls. The problem is that when I answer a call due to "Incall recorder" I hear my own voice on retarded echo, driven me crazy.

So I would want a flow to shut down "Incall recorder" when SBH-52 connected and incoming call and fire up again when call is ended.

But I am absolutely lost, anyone?

Thanks in advance.

Re: Call recorder off on bluetooth

Posted: 07 Jul 2014 08:16
by Martin
Hi,

Turning off the app Incall recorder could be difficult.
Some apps provide plugin-functionality for other apps to turn on/off certain features. You should find Incall recorder in action Plugin only if it allows to be controlled by automation apps. If not, you could force-stop Incall recorder and restart it at a later time.

A flow like this might work on a rooted device (untested):
-trigger 'Incoming Call: Ringing'
-condition 'Bluetoot Device Connected: SBH-52'
--> true: -action Execute Root Command: am force-stop callrecorder.automaticrecording.free (select the command from the list to get an app selection)

You have to restart Incall recorder when the call ends so that it is ready to record the next call:
-trigger 'Incoming Call: Ended'
-condition 'Bluetoot Device Connected: SBH-52'
--> true: -action Launch App: callrecorder.automaticrecording.free

Regards,
Martin