Can't upload big file to Android Device
Can't upload big file to Android Device
Hello! I recently faced an issue trying to upload big file to Android tablet. It doesn't detect with MTP so I tried to push it via ADB. But I get this error:
$ adb push myfile /sdcard adb: error: 65544-byte write failed: Success
How can I fix it? Why is this happening? Storage space is enough:
EDIT: I want to use it for app devlopment, so I need ADB or quick MTP for app installing.
Is
/sdcard
really the correct path? Maybe try/storage/emulated/0
? That's the internal storageSame error. Plus /sdcard is just symlink to /storage/emulated/0/
Yeah but sometimes stuff like this works even if it seems to make no sense. If both of your devices are on the same wifi, maybe you can just use something to transfer it using that like KDE Connect. If you don't want to install anything, you could even try using SSH.