-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bluetooth headphone controls not working? #3
Comments
Hi, I wasn't sure either, since I have no such headset. So in this case, I will need your help. Thank You for getting back to me! Does your headset work with iTunes? Did it work out of the box, or you had to install something? (a driver, or an utility?) Thanks again! |
Hi, I'm not the original poster but I'd like to give my input because I just got my new bluetooth headphones and I really miss my G-Ear media buttons. (Thanks for the inline headphones remote in the previous release though, sadly I was only able to use it for a couple of weeks until I got new headphones :)) I checked the app and in the Mikeys pane there is no option for the device nor an Apple Mikey HID Driver option (when I plug in my wired headset there is an Apple Mikey HID Driver) In general Bluetooth media buttons all use the same system. They do work in iTunes and there is no need to install any driver or utility. While searching for a solution I found a small utility that fixes it for Spotify. I'm no Objective-C hero but looking at the code it seems fairly straight forward and it should be possible to implement a similar solution in MagicKeys. This is the relevant file: https://github.com/jguice/mac-bt-headset-fix/blob/master/Spotify%20Bluetooth%20Headset%20Listener/KDMAppDelegate.m Sadly I can't help with the actual implementation, but I hope this puts you on the right track. You can always contact me if you want me to test a 'beta' version of MagicKeys to see if the bluetooth functionality works. |
Hi, sorry for the delay in responding. I tried the HIDDeviceTest app but it crashes immediately on startup. It appears to be due to requesting exclusive access to the device? Not sure if there's something else I can/should be doing to stop that? See below. I tried pausing all music playing and also even just disconnecting the bluetooth headphones but it always crashes. Meanwhile as @frus noted above, I don't have any device option shown when my bluetooth headset is connected. Let me know if there's anything else I can help with! Application Specific Information: |
I can confirm this issue with 1.4.2 version, is it worth anything to try posted HIDDeviceTest or not? |
Yes, sure, there are many kinds of BT devices, more data is better! Thank You! |
@treasurebox so I've tried, Mikeys doesn't show anything for my Philips SHB7150FB will trigger iTunes on Play/Pause button, and even if I unload I've tried to integrate https://github.com/jguice/mac-bt-headset-fix/ |
Hi, wasn't sure if the new headphone controls commit applied to bluetooth headsets as well. At any rate I tried the latest version (1.4) and pressing the play/pause button on my bluetooth headset still starts iTunes.
The text was updated successfully, but these errors were encountered: