Closed YesButWhyThough closed 6 years ago
adb: error: failed to copy '/home/mikey/Documents/ToPhone/Day2.mp4' to '/mnt/extSdCard/fromComputer/Day2.mp4': no response: Success
That's an error by adb - not much we can do there.
(BTW, I actually suspect the file is transferred completely and adb just reports an error at the end - still nothing we can do about that here)
Whenever I attempt to sync a very large file to my android, the program will return an error. However, if I just
adb push
it, then the transfer will go through flawlessly. This problem does not arise with smaller files which are less than 1.5G.OS: Fedora 26/ Linux. Phone: Galaxy S4
Steps to replicate:
./adb-sync --delete ~/Documents/ToPhone/ /mnt/extSdCard/fromComputer
.The file will first appear to be transferring correctly, with the progress indicator getting close to 100%.. Eventually, the transfer will result in an error message:
adb push Day1.mp4 /mnt/extSdCard/fromComputer
. This operation will complete successfully.