adb_unlock
Unlock an Android device screen using password, PIN, pattern, or swipe. Supports 3x3 pattern sequences for device access via ADB.
Instructions
Unlock the device with password, PIN, pattern, or swipe. Pattern uses 3x3 grid numbered 0-8 (top-left to bottom-right), e.g., '0123' or '0147' for L-shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of lock screen (none = swipe only) | |
| deviceId | No | Target device ID (optional) | |
| credential | No | Password, PIN, or pattern (pattern as string of digits 0-8, e.g., '012345678' for Z-shape) |