g_it/mobisync
Archived
1
0
Fork 0

Deleted some superfluous files

This commit is contained in:
g 2020-09-12 21:01:41 +02:00
commit 62e490d5ba
6 changed files with 9 additions and 4 deletions

View file

@ -1,14 +1,19 @@
# 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.
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
![mobisync-logo](https://gugulet.hu/site/wp-content/uploads/mobisync-logo-1200x600-1.png)
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.
## Dependencies
**adb**
*brew install android-platform-tools*
_brew install android-platform-tools_
**adb-sync**
*git clone https://github.com/google/adb-sync.git*
_git clone https://github.com/google/adb-sync.git_
## Note
Some knowledge of adb and the Android file system is required. Runs on macOS.