Reputation: 3383
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.
Upvotes: 7
Views: 1728
Reputation: 4266
Grumpf. Look like they removed the necessary "service.adb.tcp.port=4321" from build.prop in 5.0.2.
Why, oh why?
Upvotes: 3
Reputation: 3383
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.
Upvotes: 3