[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #5 from Rüdiger Bente  ---
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

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #4 from Rüdiger Bente  ---
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.

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #3 from Albert Vaca  ---
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?

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-18 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #2 from Rüdiger Bente  ---
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//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 37FFF  or
binary 110111. Could be a buffer problem???

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-04-13 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

Rüdiger Bente  changed:

   What|Removed |Added

 CC||ruediger.be...@gmx.de

--- Comment #1 from Rüdiger Bente  ---
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

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