I am android app developer and in my work my boss wants to develop on EVOLVEO ANDROID BOX Q5 4K (http://www.evolveo.eu/en/android-box-q5-4k) and this device is not connectable through USB to the computer, so I am not able to debugg through USB.
I was looking for some solutions and I found debugging through wifi. This seems legit, but problem is that I have to run adb shell command (adb tcpip 5555) to enable wifi debugging on device, but I cannot do that because I cannot connect device through USB.
Is there a way to open tcpip port 5555 for debugging without connecting to computer through USB?