... | ... | @@ -13,7 +13,7 @@ root@generic:/ # |
|
|
## Utility Commands
|
|
|
1. `adb shell` Starts a shell on the device.
|
|
|
2. `adb pull /path/to/file` Retrieves the file from the specified device and places it on the host.
|
|
|
3. `adb push /path/to/source /path/to/destination` Places a copy of the source file and places it at the destination on the device.
|
|
|
3. `adb push /path/to/source /path/to/destination` Makes a copy of the source file and places it at the destination on the device.
|
|
|
4. `adb install /path/to/apk` Attempts to install an apk on the specified device.
|
|
|
|
|
|
## Informative Commands
|
... | ... | |