14 lines
353 B
Markdown
14 lines
353 B
Markdown
# mobisync
|
|
|
|
This script syncs an Android with a Mac using adb and adb-sync. You will need to edit the script to meet your own needs.
|
|
|
|
## Dependencies
|
|
|
|
**adb**
|
|
*brew install android-platform-tools*
|
|
|
|
**adb-sync**
|
|
*git clone https://github.com/google/adb-sync.git*
|
|
|
|
## Note
|
|
Some knowledge of adb and the Android file system is required. Runs on macOS.
|