google / adb-sync

Apache License 2.0
1.08k stars 171 forks source link

When the file length is the same, it will be considered as no difference #51

Open kaisar945 opened 3 years ago

kaisar945 commented 3 years ago

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 think an MD5 verification function should be added for this.

meganleewebb commented 3 years ago

I found the same problem. I think it is related to https://github.com/google/adb-sync/issues/50

See https://github.com/google/adb-sync/issues/50#issuecomment-764333666