tldr-pages/tldr

Let's document: adb

Open

#13,997 opened on Oct 5, 2024

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Shell (2,507 forks)batch import
help wantedlet's documentnew command

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (Avg merge 7d 5h) (321 merged PRs in 30d)

Description

Command description

Prune and add to this list as needed. I've only taken a compilation from the internet and the official documentation and made it into a list here Some shell commands like ps, ls, pwd most likely overlap with the PC versions of those commands so I didn't include them. Edit the post if you feel the need to include them.

Documentation

https://manned.org/adb https://developer.android.com/tools/adb

Platform

Common

VCS repository link (e.g. GitHub, GitLab)

No response

Additional information

No response

Commands

  • adb #620
    • adb shell #4287
      • am
        • start
        • startservice
        • force-stop
        • kill
        • kill-all
        • broadcast
        • instrument
        • profile
        • dumphead
        • set-debug-app
        • clear-debug-app
        • monitor
        • screen-compat
        • display-size
        • display-density
        • to-uri
        • to-intent-uri
      • dpm
        • set-active-admin
        • ....
      • pm #18792
        • list #18795
          • packages #18768
          • permission-groups
          • permissions
          • instrumentation
          • features
          • libraries
          • users
        • path
        • install
        • uninstall
        • clear
        • enable
        • disable
        • disable-user
        • .....
      • cmd
        • package list packages
      • dump
      • dumpsys
      • getprop
      • input
      • monkey
      • path
      • screencap
      • screenrecord
      • wm
  • adb backup (to be deprecated)
  • adb bugreport
  • adb connect #15250
  • adb devices #14072
  • adb disable-verity
  • adb disconnect #15250
  • adb emu
  • adb forward #15251
  • adb get-serialno
  • adb get-state
  • adb help
  • adb install #4286
  • adb jdwp
  • adb kill-server #18692
  • adb logcat #8424
  • adb lolcat
  • adb pair #15250
  • adb pull Main adb page
  • adb push Main adb page
  • adb reboot #14002
  • adb remount
  • adb restore (to be deprecated)
  • adb reverse #4288
  • adb root
  • adb sideload
  • adb start-server #18692
  • adb status-window
  • adb sync
  • adb tcpip
  • adb uninstall #15252
  • adb usb
  • adb version

Contributor guide