{"tool":"adb","tool_display":"Adb","intent":"adb-pair","intent_display":"adb pair","title":"Adb Command: adb pair","command_string":"adb pair","raw_command_string":"adb pair","description":"Exact CLI syntax to adb pair using Adb.","usage_scenario":"Invoke 'adb pair' in scenarios requiring wireless debugging of Android apps, especially when cables are impractical, such as in a large-scale testing lab or during hardware port availability issues. This command facilitates over-the-air debugging, advantageous during network bottleneck analysis or iterative app development when physical ports are occupied or inconvenient.","scenario_context":"Connect your computer to Android via Wi-Fi for efficient debugging and testing.","simulated_output":"$ adb pair 192.168.1.2:1234\\n[*] Attempting to pair with 192.168.1.2:1234...\\n[*] Successfully paired with 192.168.1.2!\\n[*] You can now connect using: adb connect 192.168.1.2:1234","how_to_steps":["Run the command: adb pair <device_ip:port>","Confirm the successful pairing message in the terminal or use adb connect to verify."],"canonical_url":"https://www.syntaxstandard.com/adb/adb-pair"}