1. 程式人生 > >ADB Shell Commands -- ADB命令大全

ADB Shell Commands -- ADB命令大全

roo pro etc system ESS commands touch manage ide

怎麽使用命令:

1、解壓ADB包到指定文件夾,內含文件有:adb.exe,AdbWinApi.dll,AdbWinUsbApi.dll

2、打開 CMD(Win+R)進入到 ADB 路徑下,開始執行ADB命令。

ADB命令集合:

ADB Debugging

  • adb devices
  • adb forward
  • adb kill-server

Wireless

  • adb connect
  • adb usb

Package Manager

  • adb install
  • adb uninstall
  • adb shell pm list packages
  • adb shell pm path
  • adb shell pm clear

File Manager

  • adb pull
  • adb push
  • adb shell ls
  • adb shell cd
  • adb shell rm
  • adb shell mkdir
  • adb shell touch
  • adb shell pwd
  • adb shell cp
  • adb shell mv

Network

  • adb shell netstat
  • adb shell ping
  • adb shell netcfg
  • adb shell ip

Logcat

  • adb logcat
  • adb shell dumpsys
  • adb shell dumpstate

Screenshot

  • adb shell screencap
  • adb shell screenrecord [4.4+]

System

  • adb root
  • adb sideload
  • adb shell ps
  • adb shell top
  • adb shell getprop
  • adb shell setprop

ADB Shell Commands -- ADB命令大全