LegacyXperia / local_manifests

Local manifest for building CyanogenMod for Xperia 2011 devices
legacyxperia.github.io
122 stars 78 forks source link

Call recording doesn't work #995

Open wszak opened 8 years ago

wszak commented 8 years ago

I have CM11-20150811 in my Xperia Mini Pro. The problem is that I can't record phone calls on this ROM (I could on the original one). No matter what app I try there is always a constant sound (beep) audible on the caller's side (so loud they can't hear me at all). On my side I don't hear any such sound. Apart from external apps I also tried installing the Xposed framework + Pyler's module to enable the CM built-in call recording but the result is the same.

s0rl0v commented 8 years ago

You can use built-in call recorder. But you will have build ROM yourself :smile:

  1. Download sources;
  2. Go to the dialer app andriod/system/packages/apps/Dialer/res/values and edit config.xml file. Set call_recording.enabled to true and call_recording.src to 4;
  3. Delete all values-mcc*\ folders;
  4. Build ROM.
  5. Profit.