[Req / Ask] 2 way voice recording

barcodevii

Member
Jun 27, 2010
16
0
0
Hi guys,
Did you know app or mod or something else that could record voice or phone conversation from both side i mean my voice and opponent voice like xiaomi feature. I tried several app from play store but they just record my voice :(
Thank you
 

barcodevii

Member
Jun 27, 2010
16
0
0

pbarrette

Senior Member
Aug 7, 2012
261
355
63
Alabama
There's also a couple of interesting settings available via adb on the ZX1c which may also be present on the XZP.

adb shell settings get system somc.call_recording
adb shell settings get system somc.call_recording_beeptones

The defaults are:
somc.call_recording=0
somc.call_recording_beeptones=1

But both can be changed with:
adb shell settings put system somc.call_recording 1
adb shell settings put system somc.call_recording_beeptones 0

I don't get any call recording options when I activate them on the XZ1c, but maybe the XZP's dialer is different.
 
  • Like
Reactions: lebigmac

serajr

Recognized Developer / Recognized Themer
Apr 21, 2011
5,010
18,602
263
São Paulo - SP
There's also a couple of interesting settings available via adb on the ZX1c which may also be present on the XZP.

adb shell settings get system somc.call_recording
adb shell settings get system somc.call_recording_beeptones

The defaults are:
somc.call_recording=0
somc.call_recording_beeptones=1

But both can be changed with:
adb shell settings put system somc.call_recording 1
adb shell settings put system somc.call_recording_beeptones 0

I don't get any call recording options when I activate them on the XZ1c, but maybe the XZP's dialer is different.
These settings need this to work. Just enabling them will not give you the call recording feature.
Dialer looks for these settings first, and then if some packages are installed and working. These packages (apps) are not part of sony stock firmware anymore!
 
  • Like
Reactions: lebigmac

pbarrette

Senior Member
Aug 7, 2012
261
355
63
Alabama
These settings need this to work. Just enabling them will not give you the call recording feature.
Dialer looks for these settings first, and then if some packages are installed and working. These packages (apps) are not part of sony stock firmware anymore!
I see..

I haven't figured out how to deodex the Oreo framework jars yet, so I haven't been able to get too deep into the underlying code.
That does explain why I didn't see any recording options in the phone related APK's.
 
  • Like
Reactions: lebigmac

FRiC_xda

Member
Jun 29, 2010
45
12
0
Thanks for the post. I didn't even realize skvalex wasn't working with Oreo after upgrading (even though most people say it didn't work with Nougat, it worked fine for me). Just installed the unreleased beta and everything is working fine again.
 
Last edited: