Ubuntu Touch 20.04 and 24.04 - Repair microphone does not work after a call, except for calls.
-
Fix microphone does not work after a call, except for calls (Focal and Noble)
Install:
Copy and paste the entire code block.
sudo wget https://gitlab.com/-/snippets/4916546/raw/main/RepairMicropone.sh -O RepairMicropone.sh && \ sudo chmod +x RepairMicropone.sh && \ sudo ./RepairMicropone.sh && \ systemctl --user start check-audio-mic.service && \ systemctl --user enable check-audio-mic.service && \ systemctl --user status check-audio-mic.serviceDevices that I know have the error:
- VollaPhone
- Xiaomi Redmi Note 9S
Fonts and thanks, I have only copied and pasted.
- niaproxy -> https://github.com/ubports/ubuntu-touch/issues/2022#issuecomment-1246324505
- Luks -> https://github.com/ubports/ubuntu-touch/issues/2022#issuecomment-1547694968
GitLab code: