Synchronise Android device file systems with macOS using ADB.
- Python 88.5%
- Shell 11.5%
| mobisync.app/Contents | ||
| .DS_Store | ||
| .gitignore | ||
| adb | ||
| adb-sync | ||
| license | ||
| mobisync.sh | ||
| octopus-logo-512x512.png | ||
| octopus-logo-2500x2500.afdesign | ||
| octopus-logo-purple-2500x2500.afphoto | ||
| octopus-logo-purple-2500x2500.png | ||
| octopus-logo.icns | ||
| readme.md | ||
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.