GalaxyBudsClient
GalaxyBudsClient copied to clipboard
Multipoint support for Galaxy buds 2 pro
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?
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
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 https://github.com/kellwinr/galaxybook_mask
@YexuanXiao does this help you to use multipoint with Buds?
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
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.