GAppsMod
GAppsMod copied to clipboard
Phone: Call recording failed
Why? All permission in Google Duo app are enable.
Xiaomi mi 9 and Google Duo beta.
How can i send logcat?
I had exactly same problem. Use magisk module and select yes two times in installation screen= Two times volume up.
I had exactly same problem. Use magisk module and select yes two times in installation screen= Two times volume up.
Thx but not working for me, some issue :/
Unfortunately I cannot replicate your bug.
Does it happen with the latest GoogleDialerMod v1.06 too?
Could you please start the Dialer from ADB in debug mode, using the adb shell "am start -D com.google.android.dialer"
command, and send me the logcat captured during the failed recording?
Thanks.
Yes in my pixel 7 pro it is the same, also in 1.0.6
Unfortunately I cannot replicate your bug.
Does it happen with the latest GoogleDialerMod v1.06 too?
Could you please start the Dialer from ADB in debug mode, using the
adb shell -c 'am start -D com.google.android.dialer'
command, and send me the logcat captured during the failed recording?Thanks.
Yes in my pixel 7 pro it is the same, also in 1.0.6
and about the debug it sais adb shell: unknown option -- c
About the debug it sais
adb shell: unknown option -- c
You probably typed adb shell --c 'am start -D
instead of adb shell -c 'am start -D
Sorry, my bad. The correct command is
adb shell "am start -D com.google.android.dialer"
.
Ok I did that, where is the logs?
Ok I did that, where is the logs?
Steps to collect logs:
- Force close the dialer
- Move the terminal to the folder of your choice using the
cd
command (e.g.cd %userprofile%\desktop
to later save log files on your desktop) -
adb shell "am start -D com.google.android.dialer"
-
adb logcat > logs.txt
- Make a call, try to record, obtain the error message, end the call
- CTRL+C to stop the logs collection
- Upload here logs.txt
@shlomi10 Can you please confirm that call recording doesn't work even with the "Silence call recording alerts" switch turned off?
@shlomi10 Can you please confirm that call recording doesn't work even with the "Silence call recording alerts" switch turned off?
Sadly, that means this is a Google Dialer bug, which fails to play the Call Recording disclosure announcement (his original audio file, which he generated itself) on your device. I don't know if I'll be able to fix it, because it should be Google's job to make sure its piece of code works.
But the recording is failed thurgh the call, and I don't want the sound (the small bips while recording) so there is still what to play? And in the other hand how there is no bug on this at Google side?
How there is no bug on this at Google side?
There is: https://support.google.com/phoneapp/thread/123105349/call-recording-not-working?hl=en
The thread is blocked even there, so what's next?
Fwiw, I've also started getting this "Recording Failed" error. The first time I had tried the record option, it had worked. But there after, every time I tried, I got this error.
Pixel 7 Pro, running Android 13 QPR1 Beta 3, Magisk Canary 25205. Google Dialer Mod 1.06
Fwiw, I've also started getting this "Recording Failed" error
Could you please also confirm that the problem occurs with the "Silence call recording alerts" switch turned off? Thanks
Could you please also confirm that the problem occurs with the "Silence call recording alerts" switch turned off? Thanks
In my case, the issue is now occurring only when "Silence call recording alerts" switch is turned on. With it off, the recording is working. But I do want to keep it on.
Could you please also confirm that the problem occurs with the "Silence call recording alerts" switch turned off? Thanks
In my case, the issue is now occurring only when "Silence call recording alerts" switch is turned on. With it off, the recording is working. But I do want to keep it on.
I have the same issue on my Pixel 4XL with the latest beta version of the dialer app.