Created attachment 130570 [details] bug_2.png is the screenshot of Dolphin in the PC with KDE Plasma (recipient). The incorrect last modified date is shown. SUMMARY When I send images from the Android (MIUI) Gallery app with the share button, the last modified dates are found incorrect. STEPS TO REPRODUCE 1. View an image with the Gallery app on the mobile phone 2. Click the share button in the Gallery app 3. Choose KDE Connect as the sharing method 2. Choose the sharing destination OBSERVED RESULT The last modified date is in the future (e.g. 11/5/2446 6:38AM) EXPECTED RESULT The last modified date should be the time when the file is sent. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Arch Linux x86_64 (Kernel: 5.4.54-1-lts) (available in About System) KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.72.0 Qt Version: 5.15.0 ADDITIONAL INFORMATION The bug does not exist when I send files with other Android apps e.g. file manager.
Same for me. KDEConnect on Android Version 1.23.2and on Linux (Mint) 21.12.3-0ubuntu1 Because of this i run into severe problems with my Nextcloud installation, because the files were automatically transferred to the Nextcloud host and that produces critical errors with the replication, when the modification time is in the future
no reaction here, but for those with a similar problem.... I use inotifywait for a temporary solution, running a script in bash nonstop: #!/bin/bash inotifywait -mrq -e move --format %w%f /home/xxxx/Downloads | while read FILE do EXP=$(echo -n $FILE | tail -c 4) if [ "$EXP" = ".jpg" ]; then touch $FILE fi done by the way, the timestamp for files created by this bug are always 2446-05-11 00:38:55 which is the unix timestamp 15032385535 which is hex 37FFFFFFF or binary 1101111111111111111111111111111111. Could be a buffer problem???
Does this happen when using the "browse filesystem" option or the "share file" option? Does it happen only when sharing from phone -> PC? Which version of the Android app are you using?
i use only the send function for sharing pictures from the mobile to the PC using the send function of the gallery. Version KDEConnect on Android is 1.26.0, KDEConnect under Linux Mint (V21 Vanessa base: Ubuntu 22.04, Kernel 5.15) is on 21.12.3 The mobile is a Xiaomi Redmi 9, Android 12, MIUI 13.01 stable Will test the other functions soon and report the results.
strange result: when i use the file manager to send a picture from the mobile to the PC the timestamp on the PC is valid and ok, when i send the same picture using the send function of the gallery the timestamp on the PC is 2446-05-11 00:38:55 both test are repeated a couple of times with the same results using KDEConnect on the mobile, same network
*** Bug 434834 has been marked as a duplicate of this bug. ***