g_it/mobisync
Archived
1
0
Fork 0

Fixing the repo for upload.

This commit is contained in:
g_it 2026-01-28 23:04:29 +01:00
commit 2ff464c7ce
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
7 changed files with 20 additions and 44 deletions

10
readme.md Normal file → Executable file
View file

@ -1,22 +1,20 @@
# mobisync
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
![Shell](https://img.shields.io/badge/zsh-F15A24?style=flat&logo=zsh&logoColor=white) ![Status](https://img.shields.io/badge/Status-inactive-orange) [![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.
> 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**
- `adb`
```bash
brew install android-platform-tools
```
**adb-sync**
- `adb-sync`
```bash
git clone https://github.com/google/adb-sync.git