Yes, you can do that, whether it's FireTV Box or FireTV stick:
(1) Enable ADB and USB Debugging - go to Amazon TV, Settings, System, Developer Options > tun on ADB Debugging and USB Debugging
(2) Now, the tricky part, you need to find the ip address of the FireTV device. I checked my router's connected devices to find the ip address, you may have a better way.
(3) Now from another PC, you can use adb command to install and run our vnc server app. You can install adb from our vaac program:
adb connect your-ip-address-of-firetv
adb install VMLiteVNCServer-license.apk (you can purchase the apk from us)
adb push VMLiteVNCServer.license
(3) once installed, you can run the app this way:
adb shell
am start -a android.intent.action.MAIN -n com.vmlite.vncserver/.MainActivity
/data/data/com.vmlite.vncserver/files/vmlitevncserver
Control-C to quit adb shell
(4) On your FireTV, our vnc server should be running, and display an ip address, that you can connect from any vnc viewer
attached a screenshot:
