...
A network connection is required for using ADB over Air. Make sure that the system has a valid connection to your local network and that it is reachable from your PC.
Open Android Settings on the device, and enter in the th SECO Settings section
...
Enable the switch “ADB over Air”In this new configuration
...
With “ADB over Air“ configuration enabled, the device IP should appear under the switch.
...
On your PC open cmd terminal or a bash shell, and type the command:
Code Block adb connect <DEVICE_IP_ADDRESS>:5000 adb shell
Where <DEVICE_IP_ADDRESS> is the IP address of your device