adb host as parameter #24
Replies: 3 comments
-
As of #39 we also use bundletool for installs, and I don't think that supports external adb host yet. There's a PR for it, but that's stale. Hopefully eventually we can support this somehow. |
Beta Was this translation helpful? Give feedback.
-
An alternative to telling bundletool how to talk to remote hosts that I didn't pursue because I got my patch working: run a proxy forwarding socket, something like 'socat', to give yourself a local port that connects to the remote machine. |
Beta Was this translation helpful? Give feedback.
-
@QAutomatron As of #95 (released in v1.7.0), we got rid of jadb and started using bundletool for everything. Bundletool should respect the |
Beta Was this translation helpful? Give feedback.
-
JadbConnection
supports using an external host foradb
commands. It would be nice to have an option to set it from Gordon configuration.Use cases: access host machine from docker container. Or access devices from another host in network.
Beta Was this translation helpful? Give feedback.
All reactions