==============================
adb root
adb remount
adb push Z:\Android_r26\out\target\product\taimen\system\framework\services.jar system/framework/ //文件push到手机
adb shell stop
adb shell start //安卓重启
adb logcat -s liu //看日志
备注:使用的是Google Pixel 2 XL手机,安卓10系统。
==============================
无线adb调试
adb tcpip 5555
adb connect 192.168.3.66
==============================
adb reboot //手机重启
==============================
2020年5月5日
上海 泗泾