You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Application cannot connect to earbuds and displays the following message:
However, it does not show up under the settings category at all and the category above that the option is greyed out:
To Reproduce
Fresh install and select earbuds on a windows 11 23H2 machine
Expected behavior
See the app in settings to enable or connect to earbuds
Screenshots
Uploaded above
Desktop (please complete the following information):
OS: Windows 11 23H2 64-bit, English
Application version: 5.1.0.0
Additional context
Windows install is relatively fresh (device is 2 months old and I installed on a blank SSD)
System is running RevisionOS Playbook.
Log files
In most cases if you have a bug, log file will be required - it is located at %localappdata%\GalaxyBudsClient\application.log
App ran as administrator: application.log
Standard application start: application-prev.log
The text was updated successfully, but these errors were encountered:
Alright, after some more troubleshooting today I figured out that for some reason, either on windows 11 as a whole or on my specific system, this seems to always return DeniedByUser regardless of settings.
"This app does not have access to connect to the remote device (please grant access in Settings > Privacy > Other Devices"));
return;
}
For the time being commenting out the check for DeniedByUser fixed my issue and the app works as expected. I recompiled a version for myself and will use that for now...
Describe the bug
Application cannot connect to earbuds and displays the following message:
However, it does not show up under the settings category at all and the category above that the option is greyed out:
To Reproduce
Fresh install and select earbuds on a windows 11 23H2 machine
Expected behavior
See the app in settings to enable or connect to earbuds
Screenshots
Uploaded above
Desktop (please complete the following information):
Additional context
Windows install is relatively fresh (device is 2 months old and I installed on a blank SSD)
System is running RevisionOS Playbook.
Log files
In most cases if you have a bug, log file will be required - it is located at
%localappdata%\GalaxyBudsClient\application.log
App ran as administrator: application.log
Standard application start: application-prev.log
The text was updated successfully, but these errors were encountered: