Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android TV ADT-1 adb connect port changed?

Hi as of yesterday I was able to build and push apk files to the ADT-1 Android TV device via WiFi. Then the device had an update and now I'm no longer able to connect to the device. I think the port number adb is allowed to connect on has changed... but to what?

Yes I've made sure the IP address is valid and am using the port number 4321. Pinging the device works. But its giving me the error:

unable to connect to 10.0.0.86:4321:4321

I've tried to connect via ethernet and WiFi. Both fail.

like image 450
zezba9000 Avatar asked Feb 07 '15 03:02

zezba9000


Video Answer


2 Answers

I directly hooked it up to a laptop and manually forced it to use port 4321 again via: "adb tcpip 4321"

Now I can connect with my main dev computer from across the room again.

like image 145
zezba9000 Avatar answered Oct 06 '22 17:10

zezba9000


Grumpf. Look like they removed the necessary "service.adb.tcp.port=4321" from build.prop in 5.0.2.

Why, oh why?

like image 23
Chris Browet Avatar answered Oct 06 '22 19:10

Chris Browet