Skip to content
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

Closed
321gone opened this issue Dec 15, 2023 · 6 comments
Closed

wh-1000xm5 #105

321gone opened this issue Dec 15, 2023 · 6 comments

Comments

@321gone
Copy link

321gone commented Dec 15, 2023

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.

@reformat0r
Copy link

reformat0r commented Dec 18, 2023

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

@Plutoberth
Copy link
Owner

Closing as #77 is a duplicate :)

@14inchPizza
Copy link

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

How do I edit this in the downloaded client. super newb here. TY

@Plutoberth
Copy link
Owner

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

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.

pasical added a commit to pasical/SonyHeadphonesClient-For-WH-XM5 that referenced this issue Oct 13, 2024
pasical added a commit to pasical/SonyHeadphonesClient-For-WH-XM5 that referenced this issue Oct 13, 2024
@pasical
Copy link

pasical commented Oct 13, 2024

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 🙏

@pasical
Copy link

pasical commented Oct 13, 2024

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 🥲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants