Android
Content filed under Android.
Android Photo Export Pitfall
adb pull can mess up file timestamps when exporting photos from Android if you forget -a. adb pull -a /storage/emulated/0/DCIM ./DCIM That flag is easy to miss. It saves a lot of cleanup later.