https://bugs.kde.org/show_bug.cgi?id=405847
Stephan Olbrich <stephanolbr...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephanolbr...@gmx.de --- Comment #58 from Stephan Olbrich <stephanolbr...@gmx.de> --- (In reply to kafe69 from comment #56) > I can confirm the bug with KDE connect 1.14.2 on Android 9 and 1.3.3 on > opensuse 15.1 when transferring gpx files from the phone to the desktop > using dolphin on the desktop. > No corruption occurs when sending the files from the phone using KDE connect > "Send files". > As the gpx files have a human readeable contents I observed the following: > 1. The first 65536 bytes of the transferred file are correct. > 2. From byte 65537 the contents starts over with the beginning of the > original file > 3. The rest of the file continues correctly but is cut at the end so that > the file size remains the same as the original. I can confirm this with KDE connect 1.15.1 on Android and 1.4-0ubuntu5 on Kubuntu. The only difference I see is that the corruption starts after 32768 bytes. Tested with a binary file created with: import numpy as np dat = np.arange(1000000) dat.astype('int32').tofile("filename.bin") and comparing "hexdump -C filename.bin" before and after transfer. Pushing the same file from the phone to th PC with KDE connect works without corruption. -- You are receiving this mail because: You are watching all bug changes.