GalaxyBudsClient icon indicating copy to clipboard operation
GalaxyBudsClient copied to clipboard

[REQ] Support for Galaxy Buds2 Pro

Open tetsugo opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. App doesn't support Galaxy Buds2 Pro, the new model for the Buds lineup: https://www.samsung.com/us/mobile-audio/galaxy-buds2-pro/

Describe the solution you'd like App should support this Buds since the official app doesn't recognizes it on Windows 11

Describe alternatives you've considered

Additional context

tetsugo avatar Sep 01 '22 23:09 tetsugo

I have added untested support for them. However, I can't test it because I don't own the earbuds. It's possible that it won't work right out of the box, but you can try it out.

You can download a precompiled beta build on these pages:

(GitHub account is required for the download links to work) Windows: https://github.com/ThePBone/GalaxyBudsClient/actions/runs/3781419473 Linux: https://github.com/ThePBone/GalaxyBudsClient/actions/runs/3781420127

timschneeb avatar Sep 02 '22 09:09 timschneeb

It's working flawlessly with this build. It seems to have even more options than in smartphone

tetsugo avatar Sep 03 '22 01:09 tetsugo

It works with this build [GalaxyBudsClient_Setup_64bit_4.5.2-f8e121.exe], but what I'm missing is the option to enable and disable Voice Detect, 360 Audio :) Keep up the good work. 👍

If you need some testing, don't hesitate to contact me 👍

ZeRoX93 avatar Sep 07 '22 11:09 ZeRoX93

It does work nicely out-of-the-box!

A missing feature is the Earbud Fit Test. I don't know if this is maybe a Wearbles app-only feature or something, but it would be Nice to Have™.

acidtoyman avatar Sep 24 '22 22:09 acidtoyman

Is there a way to downgrade to R510XXU0AVG5 from the current R510XXU0AVI7 ?

https://doc.samsungmobile.com/SM-R510/XAR/doc.html

retromack avatar Oct 29 '22 17:10 retromack

No, I don't have currently any firmware files for the Buds 2 Pro backed up.

timschneeb avatar Oct 29 '22 17:10 timschneeb

Okay, Let me keep looking for the files i post it here if I find the firmware files for R510XXU0AVG5

retromack avatar Oct 29 '22 17:10 retromack

Okay, Let me keep looking for the files i post it here if I find the firmware files for R510XXU0AVG5

Quick update on this, sadly I couldn't find it anywhere after a day worth of searching the internet.

retromack avatar Oct 31 '22 00:10 retromack

It works with this build [GalaxyBudsClient_Setup_64bit_4.5.2-f8e121.exe], but what I'm missing is the option to enable and disable Voice Detect, 360 Audio :) Keep up the good work. 👍

If you need some testing, don't hesitate to contact me 👍

does the app support Voice Detect now, or not yet?

Jacob-077 avatar Nov 09 '22 03:11 Jacob-077

Hey, As an owner of buds pro 2, is there a way for me to find the said firmware? I'll contribute it if I knew how to extract.

PashaKagan avatar Dec 24 '22 06:12 PashaKagan

voice detect on this would be great. Awesome app though! Another bug I found was the option to cycle between ANC, Ambient, and Off didn't work and only did ANC and ambient. Overall great job!

nathangur avatar Jan 12 '23 21:01 nathangur

Hi, I have the same problem, bud the beta files don't exist. Please rebuild, thanks

Dmattiazzi avatar Jan 17 '23 07:01 Dmattiazzi

Hi, I have the same problem, bud the beta files don't exist. Please rebuild, thanks

Hi found e download the last buids, but don't connect width the Galaxy Buds2 Pro..

Dmattiazzi avatar Jan 17 '23 07:01 Dmattiazzi

Using 4.5.2, connects just fine with my buds2 pro. Missing some of the features from the app but works well enough for me to use daily. @Dmattiazzi Are you having issues getting the buds to pair with your computer or to connect to the client?

Zoneykid avatar Jan 17 '23 23:01 Zoneykid

On the computer with windows 10 or 11, they connect to windows but not the manager.

image

Dmattiazzi avatar Jan 18 '23 09:01 Dmattiazzi

Could we get a time frame when the rest of the features will come to this client? Wonderful work though!

nathangur avatar Feb 01 '23 23:02 nathangur

Hello.

I cannot download the beta for manual selection of the buds2 pro and thus cannot use the client while my buds2 pro are connected to the system and the sound works.

I am running Arch Linux with kernel 6.1.11-zen1-1-zen.

Thank you.

LoreleiPenn avatar Feb 12 '23 19:02 LoreleiPenn

I forgot to update the link for the Linux binaries above. Here's the correct link: https://github.com/ThePBone/GalaxyBudsClient/actions/runs/3781420127

timschneeb avatar Feb 12 '23 23:02 timschneeb

Thank you very much!!

This work pretty nice for me!!

LoreleiPenn avatar Feb 13 '23 02:02 LoreleiPenn

It works perfectly except the lock touchpads toggle seems reversed? Touchpad works when I have it ticked and doesn't when unticked

5ham5h33r avatar Feb 14 '23 17:02 5ham5h33r

Hi

Works food to me. However, does anyone found firmwares? I have found only the first and the second version sources on Samsung Open Source portal. Of course, it's not possible to use sources as is((

In my case, Buds2Pro are disconnecting on a call start with the latest firmware. That's why I want to downgrade it.

aleksei-saharov avatar Mar 04 '23 03:03 aleksei-saharov

Does not work for me. I am on Firmware version: R510XXU0AWA

neoaraxis avatar Mar 08 '23 01:03 neoaraxis

Works for me, but initial connecting/pairing them was a pain - didn't work via gnome bluetooth settings or via blueman. Worked via command line:

  1. Open terminal and type bluetoothctl,
  2. In it's prompt type scan on
  3. Put your earbuds into pairing mode (put them in the case, close the case for 6 seconds, open the case and don't take earbuds out)
  4. Find the address of your buds (bluetooth addresses look like XX:XX:XX:XX:XX:XX). You should be able to see it in the scan logs. Alternatively, if you have blueman installed, you can look it up in it's list of devices.
  5. type pair XX:XX:XX:XX:XX:XX (just use your address) and see how it goes through pairing (it's usually a few seconds)
  6. type scan off
  7. type exit to close bluetoothctl and get back into your normal shell

alesya-h avatar Mar 22 '23 01:03 alesya-h

Works for me, but initial connecting/pairing them was a pain - didn't work via gnome bluetooth settings or via blueman. Worked via command line:

1. Open terminal and type `bluetoothctl`,

2. In it's prompt type `scan on`

3. Put your earbuds into pairing mode (put them in the case, close the case for 6 seconds, open the case and don't take earbuds out)

4. Find the address of your buds (bluetooth addresses look like XX:XX:XX:XX:XX:XX). You should be able to see it in the scan logs. Alternatively, if you have blueman installed, you can look it up in it's list of devices.

5. type `pair XX:XX:XX:XX:XX:XX` (just use your address) and see how it goes through pairing (it's usually a few seconds)

6. type `scan off`

7. type `exit` to close bluetoothctl and get back into your normal shell

This method works. And without using the application.

neoaraxis avatar Mar 23 '23 13:03 neoaraxis

Are the links expired?

schdie avatar Mar 28 '23 16:03 schdie

I published a new release (v4.5.3), so expiring links should no longer be a problem. I didn't test it on Windows because I don't have a Windows system available currently.

See here: https://github.com/ThePBone/GalaxyBudsClient/releases/tag/4.5.3

timschneeb avatar Mar 28 '23 17:03 timschneeb

Thanks for all the work!

I have issues setting the action button to toggle or cycle ANC modes when long pressing. Does that work for you?

MPW1412 avatar Oct 18 '23 19:10 MPW1412