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.

  • TheBatdeleted by creator
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 个月前

    deleted by creator

    • user_naaOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 年前

      I edited post to explain why I need ADB