Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 11 wifi adb error "Unable to start pairing client"

Tags:

android

adb

I downloaded the latest platform-tools for windows, then I enabled developer mode on my phone and turned on adb over wifi. However after I enter the command adb pair ipaddr:port I get the error "Failed: Unable to start pairing client" (after entering the code).

adb is working fine over the cable, and wifi adb is working with my watch. Any ideas?

like image 773
user7986267 Avatar asked Nov 03 '20 20:11

user7986267


3 Answers

I tried all possible way. Then I click on forget wifi and then again connect to wifi then entered the pair and code again then it starts working

like image 200
Rajesh Garg Avatar answered Nov 12 '22 08:11

Rajesh Garg


Had the same problem. Turns out the port used for adb pairing changes each time you ask for a pairing code. I didn't update mine, so it didn't work. When I realized that, and typed in the pairing code, everything worked as expected.

like image 18
Martin_xs6 Avatar answered Nov 12 '22 08:11

Martin_xs6


In my case I was connected to a VPN on my workstation and that's why I got this message. Disconnecting from the VPN fixed it.

like image 10
Gabriel Getzie Avatar answered Nov 12 '22 09:11

Gabriel Getzie