google / adb-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: could not parse

opened this issue · comments

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

Did you find any solution to this?

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

reinstalling adb-sync solved it for me