viptool / Reference Tables / ADB Command Reference
Reference Tables

ADB Command Reference

Copy practical commands for devices, apps, files, logs, and shell access.

ValueNameDescription
adb devices -lList devicesList connected devices with details.
adb shellInteractive shellOpen a device shell.
adb install app.apkInstall APKInstall an application package.
adb install -r app.apkReplace appReinstall while keeping app data.
adb uninstall <package>UninstallRemove an application.
adb push <local> <remote>Push fileCopy a file to the device.
adb pull <remote> <local>Pull fileCopy a file from the device.
adb logcatLogsStream device logs.
adb shell pm list packagesList packagesList installed package names.
adb shell am force-stop <package>Force stopStop an application process.
adb shell screencap -p /sdcard/s.pngScreenshotCapture the device screen.
adb shell screenrecord /sdcard/demo.mp4Screen recordRecord the device screen.
adb reverse tcp:3000 tcp:3000Reverse portRoute a device port to the host.
adb rebootRebootRestart the device.

Source: Android Debug Bridge documentationReviewed: 2026-07-11

How to use ADB Command Reference

  1. Enter or select the data you want to process above.
  2. Select “Search” to run the tool.
  3. Review the result, then copy it or adjust the input and run again.

ADB Command Reference FAQ

Does this tool store my data?

The primary operation runs in your browser. Viptool does not upload or store the content you enter.

Why can the result differ from another website?

Results depend on the input format, calculation rules, and data update time. For live information, check the provider and timestamp shown with the result.