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.

  • @user_naaOP
    link
    English
    13 days ago

    Yes, but it crashes with “connection reset” if app is big enough.

    • @[email protected]
      link
      fedilink
      English
      11 day ago

      That’s really weird. Have you tried if it’s something as simple as the cable? You could also try using wireless adb if you can’t get it to work over the cable at all. I also always use wireless adb, it still allows Android Studio (or in my case VS Code) to automatically install it on your device but I find it a lot easier anyways because it just connects automatically and you don’t have to plug anything in first.