You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the setTransferType(TransferType.binary);, the client will throw errors or timeout on nearly every commands. I need to use the binary file transfer as the ascii one is corrupting my jpeg files
The text was updated successfully, but these errors were encountered:
Not working also for me, but for Android Emulator and any Android Device with Android 12 or older. Code seems to ignore sendCustomCommand('TYPE I') and setTransferType(TransferType.binary), but both in different way.
When I use the
setTransferType(TransferType.binary);
, the client will throw errors or timeout on nearly every commands. I need to use the binary file transfer as the ascii one is corrupting my jpeg filesThe text was updated successfully, but these errors were encountered: