Had to restat repo.
This commit is contained in:
commit
19d8d41a21
20 changed files with 2469 additions and 0 deletions
14
readme.md
Normal file
14
readme.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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.
|
||||
Reference in a new issue