Skip to content

What are the steps for connecting remotely? #72

@mohammedavs

Description

@mohammedavs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions