digitalbirdo / BT-LinkkeySync

Scripts to synchronize bluetooth link keys from mac OSX to windows
MIT License
112 stars 32 forks source link

please support 10.13 #4

Closed diepnt90 closed 6 years ago

diepnt90 commented 7 years ago

I've ran on 10.13 but the key has nothing in it. therefore cannot import on windows

ekuester commented 6 years ago

I support this request heavily. In 10.13 things seem to have changed: There are a blued.plist and a com.apple.blued.plist each with length of 42 bytes, which is an empty plist file. The file of interest containing the link key is com.apple.bluetoothd.plist . So maybe changing the basis file for converting is enough ...

johnkgamble commented 6 years ago

@ekuester, did my fix do it for you? It's still working for me a couple weeks later :).

ekuester commented 6 years ago

@johnkgamble, yes the fix extracted the Linkkey as expected, however did not helped me with pairing my Apple Magic Mouse in Fedora Linux. Nevertheless, thanx.