From 4c60d7fe19135095bcf2ea7eb4a311a7df28fd0f Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Sat, 9 May 2020 15:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20adb=20service=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/ADB/Adb_常用指令.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Software/Applications/ADB/Adb_常用指令.md b/Software/Applications/ADB/Adb_常用指令.md index 4e08ac6..d2ee924 100644 --- a/Software/Applications/ADB/Adb_常用指令.md +++ b/Software/Applications/ADB/Adb_常用指令.md @@ -1,9 +1,12 @@ # Adb 常用指令 -| CMD | Descriptions | -|--------------------------|--------------| -| adb root | 获取 Root 权限 | -| adb shell | 登陆到 Shell | -| adb remount | 重新挂载设备中的文件系统,adb root 后重新挂载文件系统可获得写权限 | -| adb reboot | 重启设备 | -| adb install \ | 为设备安装 apk,需要 adb root | +| CMD | Descriptions | +|--------------------------------------------------------------------|--------------| +| adb root | 获取 Root 权限 | +| adb shell | 登陆到 Shell | +| adb remount | 重新挂载设备中的文件系统,adb root 后重新挂载文件系统可获得写权限 | +| adb reboot | 重启设备 | +| adb install \ | 为设备安装 apk,需要 adb root | +| adb service list | 查看 Service 列表 | +| adb service check \ | 检查某 Service 是否存在 | +| adb service call \ \ [i32 INT | s16 STR] ... | 使用 Service |