Copy timestamp not working with Samsung phone

When copying a file, the option to Copy timestamp not working with USB drives in version 13.15 beta. It updates the timestamp to the current time. If I copy to another folder on my computer Copy timestamp works.

The way copying works in Opus doesn't change for different device types.

Are you able to do the same copy to the same drive in anything else with the timestamps not changing?

What types of files are involved?

Which filesystem is the USB drive formatted as?

You mention 13.15; do you mean it works in other versions?

Actually the timestamp copy does not work when coping to my Samsung Galaxy S25 ultra. It does work when coping to a usb drive. In the previous version the timestamp copy did work with the Samsung Galaxy S25 ultra

I think the previous version where it worked was 13.14 and before. However, it the earlier version when the file was copied to the Samsung Galaxy S25 ultra, there were extraneous characters in the beginning if the file name which disappeared when the Samsung was unplugged from the computer. This has been now corrected in version 13.15 however the timestamp copy does not work.

As in when using MTP? That's very different to a USB drive, FWIW.

Does it work when copying via any other software?

AFAIK nothing about how Opus sets timestamps has changed recently. Have you confirmed that it works again if you go back to an older version of Opus? Has the phone software updated since it worked?

Yes you are right. What I did is created a button script as follows that allows me to do that: *

@runmode hide
@echo off
"C:\platform-tools\adb.exe" push -p "{filepath$}" "/sdcard/Download/"

This works very well.
Many thanks

1 Like