Skip to content

Instantly share code, notes, and snippets.

View Krishak15's full-sized avatar
πŸ’­
Trying to be happy : )

Anand Krishna Krishak15

πŸ’­
Trying to be happy : )
View GitHub Profile
@Krishak15
Krishak15 / droidpair.sh
Last active May 12, 2026 10:10
DroidScan - ADB Pairing Scanner for MacOS, A simple terminal utility that scans for available ADB wireless pairing devices, lists them with device name + IP address, and lets you pair instantly by selecting a device and entering the pairing code, no more manually typing IPs every time. Please see comment for setup.
#!/bin/bash
# ─────────────────────────────────────────────
# DroidPair β€” ADB Wireless Pairing Tool (Mac)
# Usage: droidpair -s
# droidpair -d (debug: print raw dns-sd output)
# ─────────────────────────────────────────────
RED='\033[0;31m'
GREEN='\033[0;32m'