Can not use Bluetooth headset microphone
Checklist
- [X] I can reproduce the bug with the latest version given here.
- [X] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- [X] I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- [X] I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- [X] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- [X] This issue contains only one bug.
- [X] I have read and understood the contribution guidelines.
Affected app version
1.0.0
Affected Android/Custom ROM version
GrapheneOS / Android 14
Affected device model
Pixel 8
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
- Connect a bluetooth headset to your phone
- Open Voice Recorder (VC)
- Start recording
Expected behavior
On first app start i should adk for permission to use bluetooth headsets microphone and thr permission for "nearby devices" to use headsets mic on grapheneOS Then the connected headsetd mic should be used for recordings
Actual behavior
There is no permission for nearby devices at all for this app. So bluetooth-headsets mic is not useable on GrapheneOS
Screenshots/Screen recordings
I tried snother voice recorder, and it needs and has the nearby devices permission. And i can use blurtooth mic for doing records successfully
Additional information
No response
I've just tried "record you" from f-droid, which needs only permission for
- Microphone
- Sensors
And i can do records with my bluetooth-headset
Hi, I'm experiencing an issue where I cannot record my voice using my Bluetooth headphones on my Redmi Note 11 Pro Plus running Android 13 (latest patch). I've tried all the available audio source settings, restarted the app multiple times, but nothing seems to work.
Steps to Reproduce:
Connect Bluetooth headphones to the Redmi Note 11 Pro Plus.
Open the app.
Attempt to record voice using the Bluetooth headphones.
Change audio source settings and try again.
Restart the app and repeat the steps above.
Expected Behavior:
The app should record audio input from the connected Bluetooth headphones without any issues.
Actual Behavior:
The app fails to record any audio when using Bluetooth headphones. Recording works fine with the device's built-in microphone.
Device Details:
Device Model: Redmi Note 11 Pro Plus
Android Version: Android 13 (latest patch)
App Version: 1.0.0
Additional Information:
The issue persists across all audio source settings within the app.
Restarting the app does not resolve the problem.
Other apps are able to record audio using the Bluetooth headphones without issues.
Is there any fix or workaround for this issue?
Thank you!
I've just tried "record you" from f-droid, which needs only permission for
* Microphone * SensorsAnd i can do records with my bluetooth-headset
Thanks for the workaround, but the "Record You" app is no longer available ( https://forum.f-droid.org/t/i-was-wondering-why-record-you-app-is-removed/27538 ) . So this is not anymore a workaround, sadly.
I am by no means an expert, but according to https://stackoverflow.com/a/50604751 then probably one shouldn't expect bluetooth to work transparently: it needs the "bluetooth SCO audio connection" to be turned on.
(That API call is deprecated in API level 34, but its replacement was only added in 31, which looks to be newer than the app-build-minimumSDK = "26"in gradle/libs.versions.toml )