bt-dualboot
bt-dualboot copied to clipboard
Sync Bluetooth for dualboot Linux and Windows
If you'd like to see new feature, here is best place to ask for it.
Listing devices gives me the following error ``` Traceback (most recent call last): File "/usr/bin/bt-dualboot", line 8, in sys.exit(main()) File "/usr/lib/python3.10/site-packages/bt_dualboot/cli/app.py", line 342, in main app.run() File "/usr/lib/python3.10/site-packages/bt_dualboot/cli/app.py", line 252,...
`BtSyncManager._index_devices()` outputted a bare string instead of a formatted string for `problem_devices_macs`
If you get any success or fail results for OS not listed in [Supported OS](https://github.com/x2es/bt-dualboot#supported-os) report it here please.
If a bluetooth device does not have a LinkKey, for example if it does not support pairing, then the current code would crash with an unknown section error. This fixes...
Hello, thanks for your hard work. This is the first attempt. Here's the output: ~~~ otheos@kepler:~$ sudo bt-dualboot --list-win-mounts Windows locations: ================== /mnt ~~~ Then, ~~~ otheos@kepler:~$ sudo bt-dualboot --win...
No LinkKey
``` $ sudo ./bt-dualboot --sync-all --no-backup --dry-run Traceback (most recent call last): File "/home/shared/conda/bin/./bt-dualboot", line 8, in sys.exit(main()) File "/home/shared/conda/lib/python3.9/site-packages/bt_dualboot/cli/app.py", line 342, in main app.run() File "/home/shared/conda/lib/python3.9/site-packages/bt_dualboot/cli/app.py", line 262, in...
Hi, I had the same issue like #7 for a BT 5.1 device. So I've added support for that. Check it out :)
### Installation step Tool could not be installed from `sudo pip install ` because of below error Error message ``` error: externally-managed-environment × This environment is externally managed ╰─> To...