xxxxxxxxxx
#Step 1: Pair the device using the instruction here https://developer.android.com/tools/adb
adb pair <ipaddress>:<port>
# then enter the pairing code displayed on the phone
# it's usually six digit
#Step 2: Connect adb to the mobile phone
adb connect <ipaddress>:<port>
#done