someone writing a android exploit, and ask to help for how to enable the adbd to listen to a port in android phone.
so here is the solution,
in run terminal in android phone, and use below commands.
1. Open Port
setprop service.adb.tcp.port 5555
2. Restart adbd
stop adbd
start adbd