Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
COMMAND
DESCRIPTION
adb backup -apk -nosystem -all -f backup.ab
Backup only non-system apps
adb restore backup.ab
Restore a previous backup
adb shell am start|startservice|broadcast <INTENT>[<COMPONENT>] -a <ACTION>
Start activity intent
adb shell am start -a android.intent.action.VIEW -d URL
Open URL
Sep 6, 2024 · Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions.
May 13, 2024 · ADB fastboot commands are essential command-line tools extensively used in custom Android app development processes, debugging, customization tasks, etc.
Jun 12, 2024 · ADB (Android Debug Bridge) commands are useful for various tasks, such as installing apps, accessing device files, and debugging Android devices.
6 days ago · Here are some of the most frequently used ADB commands. For instructions on how to install and use adb, follow the ADB Setup Guide.
Jul 18, 2024 · ADB Commands · adb install [option] <path> · adb uninstall [options] <PACKAGE> · adb shell pm list packages [options] <FILTER-STR> · adb shell pm path <PACKAGE>.
Sep 10, 2024 · ADB is a highly versatile tool required to install apps and issue other important commands from the computer to the headset.