[GUIDE] Fully remote control Shield TV / Fire TV from PC (No root!)
by
TechDoctorUK
wazernet
On nvidia shield you do not enable usb debug but network debug. I dont know why xiaomi would make usb debug also be network debug on the same time, thats just plain stupid.
Further more to make it easy just create a bat like this in the working directory of scrcpy
adb kill-server
adb connect 192.168.1.10:5555
scrcpy -m1280
Then rename it to your linkins for an example as above is my mibox.
And this would be my shield
adb kill-server
adb connect 192.168.1.69:5555
scrcpy -m1280
Just remember to accept the connection on whatever box you enabled usb/network debugging on, else it will not work.
JamesBong00420
This will disable the use of your USB1 port while USB Debugging is enabled, but other than that this is great! Thank you!
On nvidia shield you do not enable usb debug but network debug. I dont know why xiaomi would make usb debug also be network debug on the same time, thats just plain stupid.
Further more to make it easy just create a bat like this in the working directory of scrcpy
Then rename it to your linkins for an example as above is my mibox.
And this would be my shield
Just remember to accept the connection on whatever box you enabled usb/network debugging on, else it will not work.