dadb icon indicating copy to clipboard operation
dadb copied to clipboard

What are the steps for connecting remotely?

Open mohammedavs opened this issue 1 year ago • 0 comments

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?

@Leland-Takamine

mohammedavs avatar Feb 07 '24 17:02 mohammedavs