Last week, I have an opportunity to try the new Sony Android TV and I want to take a screenshot from it. But It’s different from another android devices. Because you can’t press Home + Vol Down to take a screenshot.

It doesn’t like a Nexus Player. Although it has two USB port but it isn’t the debugging port. It’s just the USB host port. So I have to find another way to debugging this Android TV.

Typically, the debugging by LAN connection is available on rooted android device. But Sony Android TV can debugging by LAN connection directly from local network whether via WiFi or LAN port.

At first, you have to enable debugging on developer options.

Then check IP address on Sony Android TV from WiFi connection setting.

And using ADB command from your computer to connect with Sony Android TV like this.

adb connect <target_ip>:5555

Secure ADB Debugging dialog will appear. If you want to allow from your computer every time. Don’t forget to tick at Always allow from this computer and then choose OK

Finished! Check on your computer by ADB command, DDMS or Android Studio. You should see a device name on the list.

All done!