[APP] [UPDATED] Enable call recording (enabled on boot!)

Search This thread

padlad

Senior Member
Jan 23, 2005
1,239
663
A small app to enable call recording on the 3T and 3

APP HAS BEEN UPDATED TO AUTO ENABLE CALL RECORDING ON BOOT, no more having to 'tap the app' after a reboot to enable!

After your device FULLY boots up, a notification message will appear in the status bar/pull down to let you know call recording has been enabled, it will go after 10 seconds if you don't swipe it away, there is also a 'read me' link in the notification message if you want to read the short info. You are probably better off uninstalling the previous version before installing the newer version. Don't forget to grant root on first launch!

This works with OOS OB9 and 4.1.6 (maybe earlier/other versions as well?) and has been confirmed working with OP3 (not sure which firmware versions) as well (thanks to @dianoandr)
If you try it on other versions not listed above, please let us know if it works.


After installing, the first launch of the app will ask to grant it root, it needs to be granted root, so you will need to be rooted :p

Every time you reboot, call recording needs to be re-enabled, so a quick tap on the app will do this for you :good:

All this app basically does is execute a command line.
Thanks to @esun for the command line used in this app.


UPDATED APP DOWNLOAD: Enable_Call_Recording2.apk


Left the one below here in case you do not want Call Recording to be enabled automatically on boot!

PREVIOUS OLDER DOWNLOAD: Enable_Call_Recording.apk


Please hit the 'Thanks' button if you use it, thanks ;)
 
Last edited:

weapons777

Member
Nov 17, 2013
48
14
A small app to enable call recording on the 3T and 3

This works with OOS OB9 and 4.1.6 (maybe earlier/other versions as well?) and has been confirmed working with OP3 (not sure which firmware versions) as well (thanks to @dianoandr)
If you try it on other versions not listed above, please let us know if it works.


After installing, the first launch of the app will ask to grant it root, it needs to be granted root, so you will need to be rooted [emoji14]

Every time you reboot, call recording needs to be re-enabled, so a quick tap on the app will do this for you :good:

All this app basically does is execute a command line.
Thanks to @esun for the command line used in this app.


DOWNLOAD: Enable_Call_Recording.apk


Please hit the 'Thanks' button if you use it, thanks ;)
Great job! Would you mind sharing the terminal command used to activate call recording?
I'd like to create a Tasker profile to run the command automatically on every reboot.
Thanks in advance.

Sent from my ONEPLUS A3000 using Tapatalk
 

padlad

Senior Member
Jan 23, 2005
1,239
663
If you manage to create tasker profile..
Can you share xml so that I can import to Tasker?
Thank you..

Here you go, try this:

<TaskerData sr="" dvi="1" tv="4.9u4m">
<Profile sr="prof48" ve="2">
<cdate>1498838737558</cdate>
<edate>1498838803558</edate>
<id>48</id>
<mid0>49</mid0>
<nme>Record Calls</nme>
<Event sr="con0" ve="2">
<code>411</code>
<pri>0</pri>
</Event>
</Profile>
<Task sr="task49">
<cdate>1498838768457</cdate>
<edate>1498838787081</edate>
<id>49</id>
<nme>Calls Recording</nme>
<Action sr="act0" ve="7">
<code>123</code>
<Str sr="arg0" ve="3">su
settings put global op_voice_recording_supported_by_mcc 1</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="0"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
</Action>
</Task>
</TaskerData>


Please hit 'thanks' if this helped.
 
Last edited:

weapons777

Member
Nov 17, 2013
48
14
Not working on Resurrection Remix Nougat 7.1.2 ROM OPT3.
The Setting does not even show on the Global Setting List.

Sent from my ONEPLUS A3000 using Tapatalk
 
  • Like
Reactions: padlad

padlad

Senior Member
Jan 23, 2005
1,239
663
UPDATED THE APP! Will now auto enable on boot, no more having to 'tap the app' every time you do a reboot in order to enable call recording :D Please see the original post for download and info.
 
  • Like
Reactions: arvindgr

vip57

Senior Member
Dec 2, 2010
679
176
Tripoli
Samsung Galaxy S20
I have the first version of the app
I want to ask why your app still run in the background ?
I doesn't need that if it process a command line one time to enable call recording
 

sameer4

Member
Dec 16, 2016
33
0
how can i know if call is being recorded?? i'm using tasker method.after call there is no Record folder in storage/emulated/0
 

cultofluna

Senior Member
Nov 25, 2015
4,119
2,092
Google Pixel 6 Pro
Google Pixel 7
..
 

Attachments

  • Screenshot_20170701-102115_01.png
    Screenshot_20170701-102115_01.png
    103.5 KB · Views: 961

sameer4

Member
Dec 16, 2016
33
0
i think it's not activating for me
 

Attachments

  • Screenshot_20170701-134529.png
    Screenshot_20170701-134529.png
    90.6 KB · Views: 725

sameer4

Member
Dec 16, 2016
33
0
just excuted it manually.still nothing
 

Attachments

  • Screenshot_20170701-134905.png
    Screenshot_20170701-134905.png
    98.2 KB · Views: 540

Top Liked Posts

  • There are no posts matching your filters.
  • 35
    A small app to enable call recording on the 3T and 3

    APP HAS BEEN UPDATED TO AUTO ENABLE CALL RECORDING ON BOOT, no more having to 'tap the app' after a reboot to enable!

    After your device FULLY boots up, a notification message will appear in the status bar/pull down to let you know call recording has been enabled, it will go after 10 seconds if you don't swipe it away, there is also a 'read me' link in the notification message if you want to read the short info. You are probably better off uninstalling the previous version before installing the newer version. Don't forget to grant root on first launch!

    This works with OOS OB9 and 4.1.6 (maybe earlier/other versions as well?) and has been confirmed working with OP3 (not sure which firmware versions) as well (thanks to @dianoandr)
    If you try it on other versions not listed above, please let us know if it works.


    After installing, the first launch of the app will ask to grant it root, it needs to be granted root, so you will need to be rooted :p

    Every time you reboot, call recording needs to be re-enabled, so a quick tap on the app will do this for you :good:

    All this app basically does is execute a command line.
    Thanks to @esun for the command line used in this app.


    UPDATED APP DOWNLOAD: Enable_Call_Recording2.apk


    Left the one below here in case you do not want Call Recording to be enabled automatically on boot!

    PREVIOUS OLDER DOWNLOAD: Enable_Call_Recording.apk


    Please hit the 'Thanks' button if you use it, thanks ;)
    4
    If you manage to create tasker profile..
    Can you share xml so that I can import to Tasker?
    Thank you..

    Here you go, try this:

    <TaskerData sr="" dvi="1" tv="4.9u4m">
    <Profile sr="prof48" ve="2">
    <cdate>1498838737558</cdate>
    <edate>1498838803558</edate>
    <id>48</id>
    <mid0>49</mid0>
    <nme>Record Calls</nme>
    <Event sr="con0" ve="2">
    <code>411</code>
    <pri>0</pri>
    </Event>
    </Profile>
    <Task sr="task49">
    <cdate>1498838768457</cdate>
    <edate>1498838787081</edate>
    <id>49</id>
    <nme>Calls Recording</nme>
    <Action sr="act0" ve="7">
    <code>123</code>
    <Str sr="arg0" ve="3">su
    settings put global op_voice_recording_supported_by_mcc 1</Str>
    <Int sr="arg1" val="0"/>
    <Int sr="arg2" val="0"/>
    <Str sr="arg3" ve="3"/>
    <Str sr="arg4" ve="3"/>
    <Str sr="arg5" ve="3"/>
    </Action>
    </Task>
    </TaskerData>


    Please hit 'thanks' if this helped.
    2
    Great job! Would you mind sharing the terminal command used to activate call recording?
    I'd like to create a Tasker profile to run the command automatically on every reboot.
    Thanks in advance.

    Yep, here you go:

    su
    settings put global op_voice_recording_supported_by_mcc 1
    1
    working like charm on OP3T OB8
    1
    Not working on Resurrection Remix Nougat 7.1.2 ROM OPT3.
    The Setting does not even show on the Global Setting List.

    Sent from my ONEPLUS A3000 using Tapatalk