-
Notifications
You must be signed in to change notification settings - Fork 85
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
wh-1000xm5 #105
Comments
Change this part here to: inline constexpr auto SERVICE_UUID = "956C7B26-D49A-4BA8-B03F-B17D393CB6E2";
inline unsigned char SERVICE_UUID_IN_BYTES[] = { // this is the SERVICE_UUID but in bytes
0x95, 0x6C, 0x7B, 0x26, 0xD4, 0x9A, 0x4B, 0xA8, 0xB0, 0x3F, 0xB1, 0x7D, 0x39, 0x3C, 0xB6, 0xE2
}; And also this, accordingly: inline constexpr auto SONY_UUID = "956C7B26-D49A-4BA8-B03F-B17D393CB6E2"; Will allow you to connect. Didn't test further. Edit: See also #77 |
Closing as #77 is a duplicate :) |
How do I edit this in the downloaded client. super newb here. TY |
There are compilation instructions on the README, it might take you some time but it should be pretty simple. |
I made a fork to adapt to XM5 https://github.com/pasical/SonyHeadphonesClient-For-WH-XM5 and this version has been successful on my XM5. I'm sorry if something goes wrong because I'm also a newbie 🙏 |
Apparently I didn't notice that #77 had fixed the issue 🥲 |
Headset: Wh-1000-xm5
Client version: v1.3.1
OS: Windows 11
Description: Didn't work, but i didn't expect it to ^^
Figured it wouldn't support the xm5s, they ARE very new, but might as well attempt. They are recognized in device discovery but unable to connect: Error code 10049. Headphones are on software version 2.1.0, but it hadn't worked with the previous versions I tried either.
The text was updated successfully, but these errors were encountered: