Page 1 of 1

Android clone function needed ASAP

Posted: 2021-05-26, 01:53 UTC
by Any
Can't be done by hand but programmatically is a breeze. Just move files, parse the date and time from the name, and touch the time with the correct original date and time stamps. Android is consistent in naming files. That way pictures can be backed up or truly moved and OS searches will work correctly for dates and times. Move sets dates to the current timestamp, all order information is preserved in the name but where do you find alphanumerical day/time searches and ordering?

Re: Android clone function needed ASAP

Posted: 2021-05-27, 04:27 UTC
by Any
It s a three-five minutes sources matter...

Re: Android clone function needed ASAP

Posted: 2021-05-27, 07:38 UTC
by ghisler(Author)
TC already preserves the timestamp when copying or moving. However, most older Android versions fail to set the timestamp due to file system flags. It should work in Android 10 and newer.

Re: Android clone function needed ASAP

Posted: 2021-05-29, 03:12 UTC
by Any
So it needs a back legacy fix. I just resurrected an Android 6 phone, but can't update my A-8 to A-10 and that s the SD card s needing effective backup and cleanup (OTG).

Re: Android clone function needed ASAP

Posted: 2021-05-30, 08:21 UTC
by ghisler(Author)
The only way to fix it on old devices is to root them. TC sets the timestamp via root functions if the device is rooted.

Re: Android clone function needed ASAP

Posted: 2021-06-17, 18:19 UTC
by Any
I need the function to backup pictures from the phone. I can write a program to touch file timestamps in the SD card from another OS/language, but TC could do that when moving (copying) the files into the SD card. Not sure you have to be rooted to touch in the (OTG connected) card.

Re: Android clone function needed ASAP

Posted: 2021-06-18, 07:34 UTC
by BudCord
Simple workaround:
Archive the photos on the smartphone in ZIP format (very fast) without compression.
Copy the ZIP file to your target operating system and unpack the pictures with correct date.