mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #134] Feature request: support hearing aid volume adjustment #60
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rponeawa on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/134
Hi, thanks for the great work on librepods!
I’d like to suggest adding support for hearing aid volume adjustment. Some users use AirPods as assistive listening devices, and being able to control the amplification level would really help improve accessibility.
Hope this can be considered in future updates. Thanks again!
@kavishdevar commented on GitHub (May 30, 2025):
I would definitely love to add that feature too! I know how that data is sent to AirPods, but when I send the same data from a non-apple device, airpods do not respond. So, there is provably some authentication that needs to be done.
And, despite sending all data that a Mac shows it sends in the PacketLogger app, the result is still the same unfortunately. More reverse engineering of this accessibility features is needed.
@kavishdevar commented on GitHub (Sep 10, 2025):
Figured it out!
Now, I just need someone from a supported region/country to help with the hearing aid data sent to AirPods. I'm in India, and I can only forcefully enable the hearing aid and protection features and adjust the
volume, but not take the hearing test and not take a hearing test because of which I can't quite make out how the data is formatted.I know it's not possible to customize the data, without apple doing it for you with the sharing test, but even a fixed data packet will help if multiple people contribute.
The existing “customize transparency mode” is almost ready and can be accessed by launching the activity CustomDeviceActivity in the build from multidevice-and-accessibility branch (not making it accessible directly through the AirPods settings yet until further testing)
@rponeawa commented on GitHub (Sep 10, 2025):
That's great! I'm in China which is also unsupported by these features, but I have enabled these through restoring an iCloud backup from an account which has these activated in another region.
@kavishdevar commented on GitHub (Sep 10, 2025):
Do you have a Mac? I can guide you to capture the data sent by iPhone/iPad/Mac itself when you change any settings that you can control without going through the test again, like the volume/strength? Also, probably having the hearing test result would be ideal in which I case I won't have to experiment much. Thanks!
My guess based on what I've captured is that the volume is not independently sent, it is sent along with all the other config, like stuff like which frequencies to boost etc..
@kavishdevar commented on GitHub (Sep 22, 2025):
Done! Will release soon.
@kavishdevar commented on GitHub (Nov 9, 2025):
released with v0.2, forgot to close this.