Last Updated: June 14, 2016
·
4.936K
· danggrianto

connect to remote adb server

kill local adb server
adb kill-server

tunnel to remote server
ssh -L 5037:localhost:5037 remote-ip

connect adb server
adb devices