g_it/mobisync
Archived
1
0
Fork 0
Synchronise Android device file systems with macOS using ADB.
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.
  • Python 88.5%
  • Shell 11.5%
Find a file
2020-09-12 20:59:57 +02:00
mobisync.app/Contents Had to restat repo. 2020-05-24 15:50:03 +02:00
.gitignore Had to restat repo. 2020-05-24 15:50:03 +02:00
adb Had to restat repo. 2020-05-24 15:50:03 +02:00
adb-sync Had to restat repo. 2020-05-24 15:50:03 +02:00
license Create license 2020-09-12 20:36:26 +02:00
mobisync.sh Had to restat repo. 2020-05-24 15:50:03 +02:00
octopus-logo-512x512.png Had to restat repo. 2020-05-24 15:50:03 +02:00
octopus-logo-2500x2500.afdesign Had to restat repo. 2020-05-24 15:50:03 +02:00
octopus-logo-purple-2500x2500.afphoto Had to restat repo. 2020-05-24 15:50:03 +02:00
octopus-logo-purple-2500x2500.png Had to restat repo. 2020-05-24 15:50:03 +02:00
octopus-logo.icns Had to restat repo. 2020-05-24 15:50:03 +02:00
readme.md Had to restat repo. 2020-05-24 15:50:03 +02:00

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.