GalaxyBudsClient icon indicating copy to clipboard operation
GalaxyBudsClient copied to clipboard

Multipoint support for Galaxy buds 2 pro

Open mys10gan opened this issue 1 year ago • 6 comments

I think the bluetooth version in buds 2 pro supports this but only work inside Samsung ecosystem.

So is there a way to implement a feature in the buds client for macOS that can "spoof" or emulate a Samsung device, tricking the buds into thinking they are connecting to another Samsung device. So anyone who has a mac and a Samsung device can seamlessly connect.

I'm thinking of trying to attempt this. Has anyone attempted this kind of device spoofing for the Buds on non-Samsung platforms or is there already project that does this?

mys10gan avatar Jul 18 '24 10:07 mys10gan

There is a bat Script for windows which can be used to spoof the computer as a galaxy book, for android that sh*t needs root sadly, if i can get an android spoofed as samsung I'm positive we can use multipoint

techvishnu avatar Aug 04 '24 08:08 techvishnu

There is a bat Script for windows which can be used to spoof the computer as a galaxy book, for android that sh*t needs root sadly, if i can get an android spoofed as samsung I'm positive we can use multipoint

Can you provide this bat file?

YexuanXiao avatar Sep 06 '24 05:09 YexuanXiao

@YexuanXiao https://github.com/kellwinr/galaxybook_mask

mys10gan avatar Sep 06 '24 12:09 mys10gan

@YexuanXiao does this help you to use multipoint with Buds?

donotcodeit avatar Sep 20 '24 10:09 donotcodeit

I think you'll also need to install the Samsung Settings app from the MS store https://apps.microsoft.com/detail/9p2tbwshk6hj?ocid=pdpshare&hl=en-US Which will require jumping more hoops to install it on a non-Samsung device.

I found this repo https://github.com/Bananz0/GalaxyBookEnabler Their .bat changes more things, not sure if it matters

reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v BaseBoardManufacturer /t REG_SZ /d "SAMSUNG ELECTRONICS CO., LTD." /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v BaseBoardProduct /t REG_SZ /d "NP960XFH-XA2UK" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemProductName /t REG_SZ /d "NP960XFH-XA2UK" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemFamily /t REG_SZ /d "Galaxy Book3 Ultra" /f
reg add "HKLM\HARDWARE\DESCRIPTION\System\BIOS" /v SystemManufacturer /t REG_SZ /d "SAMSUNG ELECTRONICS CO., LTD." /f

RosenTomov avatar Dec 25 '24 21:12 RosenTomov

I was once able to make it work in my very non-Samsung desktop. The seamless connection is awesome. But then it stopped working and I was never able to make it work again. Yeah, I had to tinker with a bunch of stuff to get it working in the first place. It would be awesome to see it working again, maybe through this project.

felipecrs avatar Mar 05 '25 02:03 felipecrs