You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is it possible to connect via network? I'm able to connect to my device on the host system (adb connect 10.0.0.23). I also can ping it from inside und connect to it. but adb shell fails from inside:
error: device offline
The text was updated successfully, but these errors were encountered:
you need to modify the network settings, when starting the container with docker run. i think it needs --network host
there are security implications that accompany it when we are talking about servers. but this should not be a problem in our case, i think. or are there alternative methods?
How is it possible to connect via network? I'm able to connect to my device on the host system (
adb connect 10.0.0.23
). I also can ping it from inside und connect to it. butadb shell
fails from inside:The text was updated successfully, but these errors were encountered: