Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 672 Bytes

File metadata and controls

13 lines (11 loc) · 672 Bytes

adb-pull-sync

Because google's official adb pull was slow to support --sync, I found a big guy to modify the aosp adb source code. Add --sync option to adb pull, pulling only newer files. Compiled for windows.

Self-testing logic on win10 is no problem. Only pull updated files on the android phone, and do not delete win files that are not on the android phone.

 pull [-a] [-z ALGORITHM] [-Z] REMOTE... LOCAL
     copy files/dirs from device
     -a: preserve file timestamp and mode
     -z: enable compression with a specified algorithm (any, none, brotli)
     -Z: disable compression
     --sync: only pull files that are newer on the device than the host