Just so I don’t forget:
su
setprop service.adb.tcpport 5555
stop adbd
start adbd
This is what you need to do in a shell window on an Android device so you can do
adb connect 192.168.0.101
from a shell window in your computer to connect to the device, install an app, and debug it.