-
-
Notifications
You must be signed in to change notification settings - Fork 8
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: Bluetooth Widgets on M1 #86
Comments
This is an example of a reply
|
|
Architecture M1. Copy all this message (click here and then ⌘+A) and send it: [-] Get the name of the device stored in BTT [-] Check if the Device has Listening Modes [-] Commands /usr/libexec/PlistBuddy -c "print :DeviceCache:74-45-ce-8d-23-6c" /Library/Preferences/com.apple.Bluetooth.plist > ~/Desktop/74-45-ce-8d-23-6c.log Running the above does not work as there is no entry for this device in the Plist under DeviceCache. |
Mac architecture (Intel/M1): M1 Copy all this message (click here and then ⌘+A) and send it: [-] Get the name of the device stored in BTT [-] Check if the Device has Listening Modes
[-] Commands /usr/libexec/PlistBuddy -c "print :DeviceCache:00-8a-76-2d-4a-39" /Library/Preferences/com.apple.Bluetooth.plist > ~/Desktop/00-8a-76-2d-4a-39.log |
Describe the bug
According to multiple users on Discord, AirPods widgets don't work on M1. The name doesn't change/doesn't show status and the listening mode widget doesn't appear.
Reports in the Discord (owners of the messages could be contacted for testing):
Details
The buttons are acting as if nothing was connected. However, the
try/on error
inside the connecting script is made to act this way when there's an error, and the one in the listening mode widget hides the widget.This issue has only been reported by M1 users and it seems like it isn't exclusive to AirPods Pro. According to a user on the Discord, the following widget works on their M1 Mac when the one included with AquaTouch didn't.
One thing that could be possible is that M1 has increased security, maybe the scripts needs to be code-signed? Or there's a permission to ask?
Please help us test!
I created a diagnostic script that could be used to find what is causing this issue. If the AirPods widget doesn't work for you, please run the diagnostic script and send back the result.
If there's an error with the script, run the command at the end of the dialog and send the
<MAC-ADDRESS>.log
that was created on your desktop (~/Desktop
). Please note that the log file created could contain information that you don't want to share like timestamps at which you renamed the device, I suggest you to look at it before sending it. If you don't want to share it publicly, you can send it to me on Discord LTO#0188I will reply to this issue with an example. Please use this format:
Download the diagnostic script here
(right-click/control+click => Download Linked File)
open it with Script Editor (or Script Debugger), run it▶️ and send the results!
The text was updated successfully, but these errors were encountered: