I am trying to use adb commands with the board , Its having kitkat installed on it
Now the problem is that usb debugging port (otg port ) in imx6 sabre board is also used for putting input devices (like mouse and keyboard)
So i enable usb debugging option in android using mouse
Now when i connect usb debugging using the cable with computer , the android asks for (allow device to connect on its display) , but because i have no option for input device like a mouse (as the port is busy ) so i can never allow the device to connect. and hence adb devices command output is always
Device id --- unauthorised
So what is the solution or workaround of this problem ??