adb-sync icon indicating copy to clipboard operation
adb-sync copied to clipboard

Results 29 adb-sync issues
Sort by recently updated
recently updated
newest added

I guess it's just a mistake... Got this java error after exciting the ssh login: ``` Exception occurred while executing 'force-stop': java.lang.IllegalArgumentException: Argument expected after "force-stop" at com.android.modules.utils.BasicShellCommandHandler.getNextArgRequired(BasicShellCommandHandler.java:295) at com.android.server.am.ActivityManagerShellCommand.runForceStop(ActivityManagerShellCommand.java:1138)...

Hi, I'm trying to use adb-sync with the -t option to preserve file datestamps. Running on Ubuntu 20.04, connected to OnePlus 5 via USB. See code output below - seems...

It is not possible to create a folder with a colon `:` in its name on Android : ``` mkdir: '/sdcard/Music/Brian Tyler/Assassin's Creed 4: Black Flag (Original Game Soundtrack)': Invalid...

Hi everyone. I recently rewrote this script from scratch (check out my fork). It was much easier to create anew instead of salvaging the awful code format and Python2-ish syntax...

Is there somewhere a version for Windows 10? I use google translator

When I execute the script, I get following output ``` INFO:root:Scanning and diffing... ls: /storage/emulated/0/Android/data/ch.threema.app/files/tmp//.nomedia: Operation not permitted INFO:root:Total: 0 bytes ``` Would it be possible to skip read errors?...

When push a file to the device, the file size does not change but the MD5 is different. At this time, adb-sync thinks that there is no difference, and I...

`foo` (containing file `1.txt`) and `bar` (containing file `2.txt`) are two directories under `/sdcard` on my phone. When I run the following script `test.sh` on my computer: #!/bin/sh while read...

Hello, when starting adb-sync I always get the following error message. I'm using Windows 10 1909, Python 3.8.1 and the latest version of the script. ```python python adb-sync --reverse /sdcard/test/...

Hi, I am trying to copy a large folder (several GiB with many thousands of files) and I'm stuck on `INFO:root:Scanning and diffing...` for a long time. Is there a...