Bug 394069 - Share file from android don't work on Moto X4
Summary: Share file from android don't work on Moto X4
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-10 06:35 UTC by nicolash
Modified: 2018-05-11 16:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nicolash 2018-05-10 06:35:27 UTC
Hi

I changed my old Samsung A5 (Android 7) to an Moto X4 (Android 8.0.0)

Everything work with kdeconnect except sending files from my new phone. I can browse the phone from my PC, get files, reply to SMS, etc. But send file from my Moto X to PC immediately fail with a notification "can't send file".

Send file still work with my old Samsung, so I suspect it's an incompatibility of the app with my new phone.

I tried to delete .config/kdeconnect/ directory with no result. Alway the same bug.

Here is the log of kdeconnectd when trying to send file :

kdeconnect.core: Starting server ssl (I'm the client TCP socket)
kdeconnect.core: FileTransferJob Downloading payload to QUrl("file:///home/nicolas/Moto X/IMG_20180509_175227568_HDR.jpg") size: 5955431
kdeconnect.core: Socket succesfully stablished an SSL connection
kdeconnect.core: It is a known device "Moto X"
kdeconnect.plugin.notification: Not found noti by internal Id:  "0|org.kde.kdeconnect_tp|1217520582|null|10167"
kdeconnect.core: TCP connection done (i'm the existing device)
kdeconnect.core: Starting server ssl (I'm the client TCP socket)
kdeconnect.core: Socket succesfully stablished an SSL connection
kdeconnect.core: It is a known device "Moto X"
kdeconnect.plugin.share: File transfer failed. QUrl("file:///home/nicolas/Moto X/IMG_20180509_175227568_HDR.jpg")

I don't know how to get log from Android App...

I'm using last .deb for KDE Neon kdeconnect 1.3.0-0neon+16.04+xenial+build10

I have the same problem on my old Thinkpad running 1.2.0-0neon+16.04+xenial+build6

On my two phones I use last Google Store version 1.8.2
Comment 1 Matthijs Tijink 2018-05-11 13:37:53 UTC
Can you post an Android log? You can do so by attaching your phone with usb, and running "adb logcat > log.txt" on the command line. While running this connect, try to initiate a file transfer.
Comment 2 nicolash 2018-05-11 16:45:50 UTC
Sorry guys, I'm confused, I just try again to delete all app data and reinstall, now it work. Thanks, now I know how to get log from my phone :)

And thanks all developers for this wonderful tool.