connect_device
Establish TCP/IP connection to an Android device for remote management and interaction using the specified IP address and port.
Instructions
Connect to an Android device over TCP/IP.
Args: ip_address: The IP address of the device to connect to port: The port to connect to (default: 5555)
Returns: A message indicating success or failure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip_address | Yes | ||
port | No |