Skip to content
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

binding L2CAP socket: Address already in use #11

Open
llllIIIllll opened this issue Sep 23, 2018 · 5 comments
Open

binding L2CAP socket: Address already in use #11

llllIIIllll opened this issue Sep 23, 2018 · 5 comments

Comments

@llllIIIllll
Copy link

hello.when i run 9533 poc,it shows:
binding L2CAP socket: Address already in use.
how to solve it?
i guess the problem is "SPD_PSM",but i don't know how to solve it.

@ScottyBauer
Copy link
Owner

You need to kill off all currently running instances of bluetooth. Then start the PoC. You'll need to enable bluetooth advertising via hciconfig as well:

hciconfig hci0 up
hciconfig hci0 leadv

@llllIIIllll
Copy link
Author

thanks

@NeoVander
Copy link

Hello, still not working after

hciconfig hci0 up
hciconfig hci0 leadv

How do we kill off all currently running instances of bluetooth please ?

@awakened1712
Copy link

I saw DLEAK in "Available Devices" on the phone, but could not connect to it. There was a toast saying "Cannot communicate with DLEAK"

@Jake-Jensen
Copy link

To kill bluetooth, just run ps aux | grep bluetooth, then kill <pid>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants