-
Notifications
You must be signed in to change notification settings - Fork 62
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
No haptic feedback on MacBook Pro 2018 #23
Comments
Can reproduce as well on a 2018. |
I don’t have MacBook Pro 2018 yet, and couldn’t test it yet. Also do you mind to capture a debug log from the application for future investigation?
Then, I think this will put bunch of logs in Console. Thank you! |
Logs are here (https://hastebin.com/idafudeyus.bash). These errors print when I press anything on the bar:
|
Hmm, looks like the device ID for the haptic engine has been changed on MacBook Pro 2018. Since the device ID is fixed value found by using IORegistryExplorer.app on MacBook Pro 2017 and this works with the one out 2016 as well. So, probably I need some help to find new device ID on MacBook Pro 2018. |
The value is |
@STRML Thank you, I've built a new binary with given device ID. If you don't mind, could you test this? |
Rebuilt myself by changing out the app ID -- it works. Haptic feedback seems very weak, though. At "Weak" it's imperceptible, and at "Strong" it still is pretty subtle. |
That is good news, thank you! And, I see... so the actuation IDs are also changed. These are also fixed values. |
I tried that out. Appears to be the same, actually. Here is the output from MultitouchSupport: https://hastebin.com/otilowiyem.xml |
@STRML I see, actuation ID So, I think the minimum solution, for now for this issue, is to use right device ID per MacBook Pro model instead of using fixed value. |
Same here, thought it was just me. Happy to help if you want anything. |
It’s kind of critical issue. but, I think the approach is clear now. |
I made a branch support_macbook_pro_2018 for testing MacBook Pro 2018. Pre-build binary for testing is here ー HapticKey.app-20180727173226.zip I don’t have MacBook Pro 2018 so I can’t test this, but if someone could help me to test this on your device, that would be really helpful. Thank you! |
Works for me. MacBook Pro 13-inch, 2018 running High Sierra. It is a bit faint though, even when set to Strong. |
@niw Works for me too. |
@niw I tried it on my MacBook Pro 15" 2018 and it works. 👍 |
@takashiyoshida Thank you!! I’ll publish new version soon!! Thank you so much for debugging and testing for all. Really appreciated. |
* Support MacBook Pro (2018) (#23). * Internal beauty.
Fixed on 500ecdf. Again, thank you so much for all! |
Filed #24 for weak haptic feedback on MacBook Pro 2018. |
Hi,
For some reason, there is no haptic feedback on MacBook Pro (tested on the 15" version).
HapticKey correctly detects key strokes, as visual and sound notifications work as expected, but there is no haptic feedback no matter what the intensity is.
Is there anything I could provide in order to diagnose this issue?
The text was updated successfully, but these errors were encountered: