-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cornrow will no longer pair with a device which has removed it #41
Comments
Hello, |
I guess it's whatever the pairing policy of an Android phone is. That phone is now permanently unable to pair with cornrow, regardless of any number of restarts. Only thing I haven't tried is factory resetting the phone. I don't know what else there is to try with cornrow except restarting, but that also has no effect. I tried looking around the system for some kind of file related to cornrow to see if removing that could have an effect, but couldn't find any. |
Can you check if it's still remembered by the system running cornrow? I guess it's rather a problem that this system still knows about this device. I usually manage bluetooth devices with bluetoothctl devices
bluetoothctl remove <device id> |
The phone still won't pair after having removed it via |
You could try connecting/paring your phone from the cornrow-system also via # enter interactive menu
bluetoothctl
$ scan on
# scanning for discoverable/pairable devices, wait a bit until your phone shows up
$ devices
$ pair <mac-address>
$ trust <mac-address> # enable auto-connect Make sure that your phone is discoverable. You can also check the logs, maybe |
Hello,
When a device pairs with cornrow, then "forgets" cornrow, then tries to pair with it again, it becomes impossible due to "incorrect pairing code". This was tested on an Android phone.
Thank you for your software.
The text was updated successfully, but these errors were encountered: