-
Notifications
You must be signed in to change notification settings - Fork 37
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
Forward (30s) and Backward (10s) Skip does not Work via Bluetooth Anymore #1758
Comments
Same for me, also on Android with the Nothing Stick headphones. |
Also seeing the same thing on BT headset and in car on Fairphone 3. Other player apps (e.g. Antennapod) are working. |
I am unfortunately totally at a loss for how to fix this issue because:
This is a really awful bug, but sorry all...I'm at a loss for how to proceed. I'm going to unassign myself and mark this as "help wanted". |
@mitchdowney this is actually the same problem described in Issue #1794 |
To provide a better description; The with Bluetooth, app behaves as if |
I want to update the group. I moved to a new Android phone from the REVVL 5G from T-Mobile which was running Android 11 to a Google Pixel 7 Pro running Android 13 and this issue still happens. I would theorize that there is a library that is needed to make this work with Bluetooth headsets on Android. I also paired it with Android Auto which uses the "screen" buttons and that seems to work. But when paired with the car though Bluetooth the skip forward and backwards doesn't work. I have toggled the "Skip-track buttons..." multiple times to test and still the same outcome. The version from the store was 4.13.5 Build 5207 |
Im just having this problem with podverse. Since my app that also uses RNTP is fine, I'm assuming this has to do with podverse's setup. I will take a look some time. |
after initial investigation I found this is related to Event.RemoteNext and Event.RemotePrevious no longer emits when capability.Next and Prev were set as notification capabilities. Because podverse is currently stuck on RNTP v4rc04 I will just fiddle with my fork that podverse uses for a bit. |
issue is noted in androidx/media#216 (comment) |
On a second thought ii can do an ugly hack writing pv a customized Bluetooth handler. However by not having remoteskipnext, eg now is car next button on the driving wheel working for podverse android 13? Or is car also using Bluetooth control? |
turns out i just need to override the onMediaButtonEvent function in kotlinaudio. submitting the fix now. |
@lovegaoshi hmm I didn't expect this to be auto-closed. I have a process of applying "ready for deploy" label to issues, so I remember to include the feature in the release notes. Anyway, I'll just keep an eye for this "auto-close" behavior through my Github notifications. |
This should be in v4.14.2. I'll close the issue, but we can reopen it if the issue persists in 4.14.2. |
I am using
on
running on phone
with bluetooth devices
For some time now (I cannot recall what version that started), I cannot use the skip forward-backward (i.e. by double/triple taps). The gesture is recognized by the bluetooth device but it is ineffective.
The same operation via the app itself or the notification banner works.
I have a general suspicion that this started after the playback code was rewritten. Cannot be sure though.
The text was updated successfully, but these errors were encountered: