DroidMind

by hyperb1iss
Verified

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

NameRequiredDescriptionDefault
ip_addressYes
portNo

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" }, "port": { "default": 5555, "title": "Port", "type": "integer" } }, "required": [ "ip_address" ], "title": "connect_deviceArguments", "type": "object" }
ID: p03zdsi6ol