First set the port for your device using the command below:
setprop service.adb.tcp.port 5555
stop adbd
start adbd

Then, you may connect to the device in your PC:
adb connect 192.168.1.100:5555

Note: 192.168.1.100 is example of IP Address.

Regards,
Koh

On Nov 8, 12:12 pm, kypriakos <[email protected]> wrote:
> Hi all -
>
> which port is the adb connect <host>:<port> referring to when
> connecting to a real device? Is that port defaulting to anything
> (may be between 5555 and 5585 odd #) or not?
>
> Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to