https://github.com/wasabeef/adball
Adb All devices command
https://github.com/wasabeef/adball
Last synced: 11 months ago
JSON representation
Adb All devices command
- Host: GitHub
- URL: https://github.com/wasabeef/adball
- Owner: wasabeef
- Created: 2012-12-07T17:16:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T09:04:42.000Z (about 13 years ago)
- Last Synced: 2025-01-07T17:15:45.922Z (about 1 year ago)
- Size: 117 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
adball
======
Adb All devices command
* Version 1.0.1
## Requirements
* Download the [Android SDK](http://developer.android.com/sdk/index.html)
Android SDK Environment Path Setting
export PATH=$PATH:${android_sdk}/platform-tools/
// ${android_sdk} refers to your android sdk root folder
## Usage
Install
./adball install Sample.apk
// adball install [apkfile]
Uninstall
./adball uninstall Sample.apk
// adball uninstall [apkfile]
push
./adball push /yourpath/sample.txt /sdcard/
// adball push [local] [remote]
pull
./adball pull /sdcard/myDog.png ./
// adball push [remote] [local]
help
./adball help
version
./adball version