I have both a Fire TV Stick and a Fire TV 4K, both the latest models from Amazon. — Staff replied: “Since nobody has reported an issue with that model, and I have one here and it works fine, I'm more inclined to think this would be connection related. ADB has issues with more than one device connecting.”
I have both a Fire TV Stick and a Fire TV 4K, both the latest models from Amazon. The Stick works with Simple Control perfectly but I cannot get the 4K to work at all. It is auto-discovered by the app without any issues (and I've also tried manually adding it) but it cannot be controlled. ADB is enabled. I've tested it using the Android Tools for Linux running on a Raspberry Pi and both Fire TV models are controllable using the command line eg:
adb start server
adb connect 192.168.1.100
adb shell input keyevent 20
adb disconnect 192.168.1.100
adb kill-server
Any ideas why the Stick works but not the 4K and what I can try next?
Thanks!
David