(OK) Host 中,【adb connect】【adb shell】VirtualBox 中的 lineageOS-14.1 - 成功



--------------------------------------------- host 中
adb kill-server
adb connect 192.168.56.3

iptables -F; iptables -X;  // iptables -t mangle -F; iptables -t mangle -X
nc -l 192.168.56.1 9899 < /root/.android/adbkey.pub
--------------------------------------------- VirtualBox 中
nc 192.168.56.1 9899 > /data/misc/adb/adb_keys
--------------------------------------------- host 中
adb connect 192.168.56.3
adb shell
---------------------------------------------


posted @ 2017-04-23 21:40  张同光  阅读(137)  评论(0编辑  收藏  举报