google / adb-sync

Apache License 2.0
1.08k stars 169 forks source link

Warning: could not parse #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

With my new phone (Huawei P10) I can't use adb-sync anymore to sync my music (or any file). I always get this kind of error/warning (if the files are already on the phone): Warning: could not parse u'-rw-rw---- 1 root sdcard_rw 329 2017-09-07 10:49 /sdcard/Download/testfile.txt'. If the files are not on the phone I get this error: Warning: could not parse u'ls: /sdcard/Download/testfile.txt: No such file or directory'. It then continues to push the files, regardless if they are already on the phone.

The warning isn't always the same; sometimes the 1 infront of root and the number after sdcard_rw is a different number. The same command worked fine on my previous phone (LG Nexus 5).

daedroza commented 6 years ago

Did you find any solution to this?

(On Android 8.1.0 with SDCard) Indeed ls -al couldn't be parsed at all.

ghost commented 6 years ago

reinstalling adb-sync solved it for me