mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[GH-ISSUE #246] Problems using the application #114
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#114
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 @Night-Box on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/246
Hello!
I periodically encounter a problem where, when an app is active, the headphones immediately disconnect when I connect. Restarting the phone or force-quitting the LibrePods app and then restarting it helps. But this doesn't last long. I have AirPods 2Pro headphones. I use Apache, along with Magisk or KernelSu (Next).
@kavishdevar commented on GitHub (Nov 13, 2025):
Are you able to feel if the AirPods crash (i.e. switch to the off listening mode) when it disconnects?
@Night-Box commented on GitHub (Nov 13, 2025):
To be honest, I didn't quite understand you :(
@Ari-43 commented on GitHub (Nov 15, 2025):
If the AirPods were in another mode like Noise Cancellation or Transparency, you should notice if they switch to to Off (or crash). You may hear the change in ambient noise or notice (what feels like) a pressure change in your ears.
@Night-Box commented on GitHub (Nov 15, 2025):
Honestly, I haven't noticed anything like that. I use my headphones in noise-cancelling mode most of the time. I also take them off in this mode to put them in the case. Usually, when I try to connect just one earbud instead of both, the connection starts to drop. And then both don't work. I seem to have noticed a pattern.
@Night-Box commented on GitHub (Nov 19, 2025):
@Night-Box commented on GitHub (Nov 19, 2025):
_data_user_0_me.kavishdevar.librepods_files_logs_airpods_log_20251119_142823.txt
@Night-Box commented on GitHub (Nov 19, 2025):
As you can see, the headphones didn't connect to the Bluetooth device, although the app seems to see them, but they don't work. I've attached the log.
@kavishdevar commented on GitHub (Nov 20, 2025):
oh nice that it works! do you know what you did to make it work?
edit: by "works" I meant the app is able to connect
it doesn't show up connected because none of them are in ear. The app disconnects audio when you're wearing none and Android shows as not connected.
@Night-Box commented on GitHub (Nov 22, 2025):
The problem is that the app shows the headphones are connected. But when connected via Bluetooth, the headphones connect and then immediately disconnect, making a noise. To prevent your headphones from disconnecting when connected via Bluetooth, you need to kill your app's process, and then they will connect without any problems.
@kavishdevar commented on GitHub (Nov 24, 2025):
Could you try this
I want to see if it's the ear detection that's perhaps messing something up.
@Night-Box commented on GitHub (Nov 24, 2025):
Hello!
And will I need to generate a log and send it? By "close the application," do you mean kill the process?
@Night-Box commented on GitHub (Nov 25, 2025):
I recorded a video for you and uploaded it to Google Drive. You can watch it and see what I mean. https://drive.google.com/file/d/1qyc36W8hfdQy4nYN8ImSExRDsCZ59-B2/view?usp=drivesdk
@kavishdevar commented on GitHub (Nov 27, 2025):
Could you try disabling "disconnect audio" from the app's settings using the latest Action run?
I have changed the way that it handles disconnect audio when no airpods are worn, which might help with this.
@Night-Box commented on GitHub (Nov 27, 2025):
Hello! Am I correct in understanding that you are talking about this post?
@kavishdevar commented on GitHub (Nov 27, 2025):
yup
@Night-Box commented on GitHub (Nov 27, 2025):
Please tell me which item I need to find?
@Night-Box commented on GitHub (Nov 27, 2025):
Is there any plan to have the app in Russian in the future?
@kavishdevar commented on GitHub (Nov 27, 2025):
Turn on "Disconnect AirPods when not wearing". I am suggesting this just in case the app has a bug where it disconnects even if the toggle is not checked but not connect the audio, btw.
The app can be translated by anyone.
@kavishdevar commented on GitHub (Nov 27, 2025):
Also, please sure these are enabled in Android settings.
@Night-Box commented on GitHub (Nov 27, 2025):
Yes, everything is included here
@Night-Box commented on GitHub (Nov 27, 2025):
Thank you! I found this option and enabled it. I will track the issue.
@Night-Box commented on GitHub (Nov 28, 2025):
Hello ! I noticed a bug. I haven't been able to get the issue with disconnecting headphones yet, but I'm still tracking it down. I found another bug - when you watch an ad and turn the sound off/on, an incomprehensible pop-up window from your application appears.And when this window appears, if I have music playing in the background in addition to the advertisement, it also pauses and then continues playing.
I am attaching a video via the link, but I was unable to upload it here.
https://drive.google.com/file/d/1aVr0pLd1eyO6hx4ZyNmFiYgEYjyWWbt0/view?usp=drivesdk
@ingenium13 commented on GitHub (Dec 11, 2025):
I'm having the same issue. When I put my Air Pod Pros in my ears, they connect to my phone briefly and then disconnect with the same error shown in https://github.com/kavishdevar/librepods/issues/246#issuecomment-3551285819
They repeatedly connect and disconnect (ie, it's not just the app having an issue, they disconnect from the phone completely and are unusable for playing audio). Force closing Librepods and re-opening the app fixes it temporarily, but within a day or so (the next time I use my Airpods) it begins happening again.
I'm using a Pixel 9 Pro XL on the December stable build, but I had the same issue on the November build.
I tried using the build here https://github.com/kavishdevar/librepods/issues/246#issuecomment-3584364732 and it doesn't work at all. The app opens, but it just says "Airpods not connected" and there is text cutoff at the top of the screen that says "Airpods instance is null"
@Night-Box commented on GitHub (Jan 13, 2026):
Hello! Has any solution emerged for this problem?