-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Hi
I need to connect to my device from a CI server to run some automated tests. Is it possible with DADB?
Right now I can connect to a Wireless debugging device that I paired device manually by specifying the serial.
val dadb = AdbServer.createDadb(
adbServerHost = "localhost",
adbServerPort = 5037,
deviceQuery = "host:transport:192.168.0.55:44973"
)
The problem with this is that the device must be first connected via USB then paired wirelessly and manually before it can be connected to my device without doing these steps?
Metadata
Metadata
Assignees
Labels
No labels