-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Airpods detection is not stable which sometimes pauses the music playback when "ear detection" is enabled #3
Comments
@luoluomeng Thanks for reporting!
Yes, this is a known bug and I will try to fix it later.
The battery values of AirPods 2 looks good, what's wrong with that?
Could you run
Does the disconnection happen randomly? If it happens after putting the AirPods back in the case, this is expected behavior because the AirPods will stop working with the Bluetooth module after that. |
My screen fits 100% DPI, so I'm not sure if the title text (e.g. "AirPods 2", "Disconnected") size is appropriate for high DPI users? If so, I will make the window size vary with DPI, otherwise I will make the font size as fixed as the window. |
@SpriteOvO Thanks, I'll try the trace mode and get some logs, For the issues mentioned above(recognized as airpods2, disconnected, or incorrect battery percentage), I think there should be some incorrect data in the broadcast, maybe we need to filter the correct one. My screen is 3840x2160 with 250% DPI, the title looks good but as the screenshot shows, there are some truncations on the battery percentage number. |
AirPodsDesktop.log |
Hey, sorry it's a little late, I've pushed a few commits that should fix the problem, could you please test it (artifact)? Thank you! |
Of course! |
@luoluomeng Any updates? I think this issue can be closed? |
@luoluomeng It may be helpful to post trace logs from around the time of the problem (about 3 minutes). :) |
So, if your AirPods are actually closed (2 pods are in the case and the lid is closed), the InfoWindow pop-up may be because someone near you is also using AirPods. This may not be completely fixable, as we have no way to track AirPods reliably for Apple's privacy reasons (MAC addresses are Random Non-resolvable). A workaround for this is to reduce the receiving range, which can ignore advertisement data packets broadcasted far away from your Bluetooth receiver. You can adjust this value in Settings in the tray right-click menu. |
Hmmm, adjust the range works, thanks! |
🐛 Describe the bug
Airpods detection is not stable which sometimes pauses the music playback when "ear detection" is enabled
📜 To Reproduce
Steps to reproduce the behavior:
🚀 Expected behavior
Music should continue playing and AirPodsDesktop should show the right status of AirPods pro
🖼️ Screenshots
⚙️ Environments:
🌟 Additional context
The text was updated successfully, but these errors were encountered: