https://bugs.kde.org/show_bug.cgi?id=402102

            Bug ID: 402102
           Summary: Unable to send files from smartphone to desktop
           Product: kdeconnect
           Version: 1.3.3
          Platform: Archlinux Packages
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: common
          Assignee: albertv...@gmail.com
          Reporter: gzmor...@gmail.com
  Target Milestone: ---

SUMMARY
This only happens with one smartphone (XIAOMI A2) with Android One
version 8.1.0 and kdeconnectd. 


It is not possible to send files from the smartphone to the desktop.
The notification system also do not work due to the same problem (it tries
to download the icon file and the job never finishes nor produce an error).

The problem appears when running "filetranferjob.cpp" code:

<code>
if (m_origin->bytesAvailable())
  startTransfer();
connect(m_origin.data(), &QIODevice::readyRead, this,
          &FileTransferJob::startTransfer);
bytesAvailabe are 0
and FileTransferJob::startTransfer is never called.

With gsconnect both file transfer and indications works as expected.
I have also tried Kde-Neon with the same result.
I have also tried the git kdeconnect version on the desktop.


STEPS TO REPRODUCE
1. In the androidsmartphone app press send file 
2. Choose one file (do not matter the size or type).


OBSERVED RESULT
. After some time the smartphone report that the file could not be sent. The
kde desktop shows the file downloading "forever".
With gnome and gsconnect the file is transfered correctly.

EXPECTED RESULT
The file is already transfered.

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: Archlinux with kde desktop updated
(available in About System)
KDE Plasma Version: 5.14.4
KDE Frameworks Version: 5.53
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to