Buradasın
Android ADB and Fastboot Commands Guide
droidviews.com/adb-fastboot-commands-android/Yapay zekadan makale özeti
- Basic Concepts
- ADB and Fastboot provide PC access to Android's backend
- USB Debugging must be enabled in Developer options
- Same commands work on all Android devices regardless of manufacturer
- ADB Commands
- 'adb help' displays documentation
- 'adb devices' shows connected devices
- 'adb install' installs APK files from computer
- 'adb reboot' reboots device or into bootloader/recovery
- 'adb pull' downloads files from device to computer
- ADB Shell Commands
- 'adb shell' starts remote console for device control
- 'adb shell dumpsys' dumps system data
- 'adb shell screenrecorder' records device screen
- 'adb shell pm' lists installed app packages
- 'adb shell' commands manage files, directories, and system settings
- Fastboot Commands
- 'fastboot devices' shows connected devices
- 'fastboot flash' installs boot or recovery images
- 'fastboot reboot bootloader' returns to Fastboot mode
- 'fastboot boot' boots device from image file
- 'fastboot oem unlock/lock' manages bootloader access