Basic ADB

Wireless Debug

adb pair {ip}:{port}

Don't confuse the pair ip and port with the connection ip and port.

adb connect {ip}:{port}

Install apk

adb install {file.apk}

Easy outside shell.

android

Back