Network Debugging Chromecast w/ Google TV

by benb615

Need some help.

I'm wanting to use the "Refresh Rate" app, to remap my TV remotes home button to the home button for Google TV. I was able to do this on Nvidia Shield and it worked perfectly. However, doing this requires you to enable Network Debugging. Chromecast with Google TV has no option for Network Debugging. What can I do?

EgoIncarnate

Enabling Developer Mode [1], and then Enable USB Debugging to enable network debugging (It enables network debugging, even though it says USB).

[1] Settings (Go to your user circle top right), System, About, Android TV OS Build and keep clicking until it says Developer Mode enabled.

Inchworm333

After enabling usb debugging you go to System > About > Status and under IP address you should have your devices ip address (mine is 192.168.3.101 ). Then you just need to on your computer type in adb connect 192.168.3.101 . After doing that you should see a popup on your devices asking you if you would like to enable debugging using your computer. You click yes and then you should be connected.