adb pair {ip}:{port}
Don't confuse the pair ip and port with the connection ip and port.
adb connect {ip}:{port}
adb install {file.apk}
Easy outside shell.
android
Back