Package Details: adb-sync-git r36.76b2783-1

Git Clone URL: https://aur.archlinux.org/adb-sync-git.git (read-only, click to copy)
Package Base: adb-sync-git
Description: Synchronize files between a PC and an Android device using ADB (Android Debug Bridge)
Upstream URL: https://github.com/google/adb-sync
Keywords: android synchronization
Licenses: Apache
Conflicts: adb-sync
Provides: adb-sync
Submitter: anatolik
Maintainer: willemw
Last Packager: willemw
Votes: 43
Popularity: 0.015798
First Submitted: 2015-05-26 04:53 (UTC)
Last Updated: 2023-09-19 06:38 (UTC)

Latest Comments

willemw commented on 2022-08-18 06:41 (UTC)

The first "install"-line can be merged into the second "install"-line, for example:

package() {
  install -Dm755 adb-sync/{adb-sync,adb-channel} -t "$pkgdir/usr/bin"
  install -Dm644 adb-sync/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}

SelfAdjOperator commented on 2021-09-25 12:44 (UTC)

Hi everyone, I have recently rewritten this script in Python3 with much better syntax, and extra functionality such as rsync's --exclude. I would highly recommend using my fork (https://github.com/SelfAdjointOperator/better-adb-sync) instead.

null commented on 2018-04-01 13:04 (UTC)

git is not part of the base-devel group but it's needed to download sources in the git+https://.. format. Please add git to build dependencies.

alaskanarcher commented on 2018-01-07 07:56 (UTC) (edited on 2018-01-07 08:19 (UTC) by alaskanarcher)

It does appear that android-tools and also android-udev should be dependencies. This PKGBUILD will not work out of the box without that

aueuaio commented on 2017-06-21 10:20 (UTC)

shouldn't android-tools be added as dependency (at least optional) since the adb is required to run?

tsipizic commented on 2016-11-03 18:19 (UTC) (edited on 2016-11-03 18:19 (UTC) by tsipizic)

package needs to be updated with latest git changes. Without the changes script executes with errors

5long commented on 2016-06-24 09:59 (UTC)

Looking at the latest commit of adb-sync: https://github.com/google/adb-sync/commit/012b326252115a9be2e798422c1a9ef042a1ad8d I believe the adb-sync code should be Python 3.X compatible already. I suggest that this package should depend on python, not python2, since Arch has made Python 3 the default python interpreter long time ago. And eventually Python 2 would be EOL.

akrai commented on 2015-05-27 19:04 (UTC)

This is really the perfect sync tool for an android archy user