android:oneplus:adb
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| android:oneplus:adb [2020/09/17 20:37] – created oscar | android:oneplus:adb [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ADB Commands ====== | ||
| - | ^Command Instruction^Description^ | ||
| - | |adb devices [-l]|List connected devices (-l for long output)| | ||
| - | |adb help|Show this help message| | ||
| - | |adb version|Show version num| | ||
| - | |adb push [--sync] LOCAL... REMOTE|Copy local files/ | ||
| - | |adb pull [-a] REMOTE... LOCAL|Copy files/dirs from device -a: preserve file timestamp and mode| | ||
| - | |adb shell [-e ESCAPE] [-n] [-Tt] [-x] [COMMAND...]|Run remote shell command (interactive shell if no command given)\\ -e: choose escape character, or " | ||
| - | |adb install [-lrtsdg] [--instant] PACKAGE\\ adb install-multiple [-lrtsdpg] [--instant] PACKAGE...|Push one or more packages to the device and install them atomically\\ -r: replace existing application\\ -t: allow test packages\\ -d: allow version code downgrade (debuggable packages only)\\ -p: partial application install (install-multiple only)\\ -g: grant all runtime permissions\\ --abi ABI: override platform' | ||
| - | |adb reboot bootloader|Reboot the device to bootloader.| | ||
| - | |adb reboot recovery|Reboot to recovery too.| | ||
| - | |adb reboot sideload| Sideload reboots into recovery and automatically starts sideload mode| | ||
| - | |adb reboot sideload-auto-reboot|Same but reboots after sideloading.| | ||
| - | |adb sideload OTAPACKAGE|Sideload the given full OTA package| | ||
| - | |adb root|Restart adbd with root permissions| | ||
| - | |adb unroot|Restart adbd without root permissions| | ||
| - | |adb usb|Restart adbd listening on USB| | ||
| - | |adb start-server|Ensure that there is a server running| | ||
| - | |adb kill-server|Kill the server if it is running| | ||
| - | |adb reconnect|Kick connection from host side to force reconnect| | ||
| - | |adb reconnect device|Kick connection from device side to force reconnect| | ||
| - | |||
android/oneplus/adb.1600375040.txt.gz · Last modified: (external edit)
