It's extremely frustrating to see the wireless adb repeatedly fail, when the process must seem very straightforward. Here's how I got it working after an hour of screaming at my screen.
It's extremely frustrating to see the wireless adb repeatedly fail, when the process must seem very straightforward. Here's how I got it working after an hour of screaming at my screen.
adb pair must run before adb connect!! Without this, it will not work even if everything else is alright.
Wireless ADB to open the full menu.Pair device with pairing code - use that IP address (eg. say IP was 192.168.0.123:45678) with sudo adb pair 192.168.0.123:45678adb will ask for the pairing code, enter that.sudo adb connect and see the notification on your phone indicating good connection.