Call recorder off on bluetooth

Post your questions and help other users.

Moderator: Martin

Post Reply
StrayCat
Posts: 31
Joined: 21 Nov 2013 12:51
Location: Ponferrada, Spain

Call recorder off on bluetooth

Post by StrayCat » 02 Jul 2014 07:51

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Call recorder off on bluetooth

Post by Martin » 07 Jul 2014 08:16

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

Post Reply