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
2026-01-28 23:04:29 +01:00
.DS_Store Fixing the repo for upload. 2026-01-28 23:04:29 +01: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
mobisync.sh Fixing the repo for upload. 2026-01-28 23:04:29 +01:00
octopus-logo.icns Fixing the repo for upload. 2026-01-28 23:04:29 +01:00
profile.platypus Fixing the repo for upload. 2026-01-28 23:04:29 +01:00
readme.md Fixing the repo for upload. 2026-01-28 23:04:29 +01:00

mobisync

Shell Status License: MIT

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
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.

License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.