g_it/mobisync
Archived
1
0
Fork 0
This repository has been archived on 2026-03-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
mobisync/readme.md
2020-09-12 21:11:54 +02:00

27 lines
751 B
Markdown

# mobisync
[![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.
**WARNING: This app will delete files on your android. Be careful!**
## Dependencies
**adb**
```bash
_brew install android-platform-tools_
```
[**adb-sync**
```bash
git clone https://github.com/google/adb-sync.git
```
## Note
Some knowledge of adb and the Android file system is required. Runs on macOS.