Automatically enable wireless ADB and switch to port 5555 on Android device boot - no root required. Seamless wireless debugging on Chromecast with Google TV and other Android devices.
Stars
73
Forks
15
Watchers
73
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
Fix package name typo, fix an issue where AdbHelper.SimpleAdbManager.getInstance() creates a new instance every time instead of maintaining a singleton, bump version
3ed6399View on GitHubfix: Fix mDNS ADB port discovery race condition and optimize timeouts
0d63ab3View on GitHubfix: Fix mDNS ADB port discovery race condition and optimize timeouts
a8ec3bbView on GitHubin switchToPort5555, close any existing connection before attempting to create a new one
5a3c925View on GitHubAdjust waitForWifiConnection and switchToPort5555 timings, reduce wifi wait to 60 seconds and increase adb server start to 30 seconds
9c800abView on GitHub