We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i have use a linux docker container for a iobroker installation. When i connect with my windows pc, it works:
`C:\Users\mich\Downloads\adb>adb connect 192.168.15.64:5555 connected to 192.168.15.64:5555
C:\Users\mich\Downloads\adb>adb devices -l List of devices attached 192.168.15.64:5555 unauthorized transport_id:1`
When i use the firetv plugin, i can't connect:
`
I have copy the platform-tools in the docker container and put this path to adb.exe in the firetv.0 instance: /opt/iobroker/platform-tools/adb
Have somebody an idea what is wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i have use a linux docker container for a iobroker installation. When i connect with my windows pc, it works:
`C:\Users\mich\Downloads\adb>adb connect 192.168.15.64:5555
connected to 192.168.15.64:5555
C:\Users\mich\Downloads\adb>adb devices -l
List of devices attached
192.168.15.64:5555 unauthorized transport_id:1`
When i use the firetv plugin, i can't connect:
`
`
I have copy the platform-tools in the docker container and put this path to adb.exe in the firetv.0 instance:
/opt/iobroker/platform-tools/adb
Have somebody an idea what is wrong?
The text was updated successfully, but these errors were encountered: