27 lines
743 B
Markdown
27 lines
743 B
Markdown
# mobisync
|
|
|
|
[](https://opensource.org/licenses/MIT)
|
|
|
|

|
|
|
|
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. You will need to enable 'USB Debugging' mode in Developer options on your Android in order for this to work.
|
|
|
|
**WARNING: This app will delete files on your android. Be careful!**
|
|
|
|
## 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.
|