adb kill-server
adb start-server
adb devices
adb shell
adb busybox(shell格式里支持busybox命令)
adb install -r xxx.apk(强制安装apk)
adb shell --
busybox ifconfig eth0 down busybox ifconfig eth0 hw ether 36:20:C5:45:30:97 busybox ifconfig eth0 up
(更换eth0mac地址,要先卸载网卡,但是如果只是用网线连接devices,后面两步就是空话了,所以只要要连接USB接口/串口)