Just got meself a Nexus 7... But!


Recommended Posts

I fear now that I'm gonna have to return it because of one major design flaw. That is, the use of the EXT filesystem.

When I try and copy a selection of folders full of photos to the Nexus 7 whether via USB MTP or Wireless, every single file has had it's timestamp changed to the exact time/date the copy operation occurred. This for me, is a complete nightmare.

I have loads of folders with photos that I need to keep in chronological order, if the timestamp is changed (without actually modification of the files) I am unable to sort them date descending (so the newest files appear first).

I have even tried copying a test selection to my Dropbox and using FolderSync to sync the photos back down to the device - however, this doesn't work either. As soon as the files are on the device the filesystem modifies the timestamp. :(

I could of course just leave the photos in the Cloud and view them that way, which I don't mind but I have yet to find a photo gallery app that is able to view photos via Dropbox and provide slideshow capability without downloading them to the device.

Everything works just fine on my SGSII (running ICS 4.0.4) when copying data as all timestamps are retained. I believe this to be down the use of the FAT32 filesystem as opposed to EXT and the fact that USB Mass Storage works and not crappy USB MTP as used on the Nexus 7.

If anyone has a successful workaround to retain timestamps of files I would appreciate it. I can't believe its so difficult to copy a few photos to the device.

I don't want to send it back as I love the Nexus 7 and Android in general but I think I'm gonna have to if I can't get it to work the way it should.

:(

Link to comment
https://www.neowin.net/forum/topic/1096491-just-got-meself-a-nexus-7-but/
Share on other sites

Ok, but that is not because of the filesystem, it is because of the USB MTP thing.... I believe it is because it is not a simple "copy" where the OS moves files from A to B... it's an app that grabs data and then tells android, create "that" file and put "this" in it, thus resulting in a new file with the "now" timestamp.

zipping your files, and copying the zip over, then extracting it with an app in the nexus7's memory could work. Or running a ftp server on the phone and transferring them that way.... You get the picture... one of these methods should work.

Or you could also ask the devs at cyanogen and they might be able to modify the behavior, or include an option for that.

The last thing I thought is, the metadata of you pictures is untouched... why not find a way to sort using that data ? That would be the actual "right" way to do what you do.

None of the options mentioned work. I've tried using an FTP server on my NX7 then copying the files over via an FTP client wirelessly. Like I said, as soon as the files get saved to the NX7 the filesystem modifies the timestamp - nothing to do with USB MTP as this is over wireless. I've also tried via OS X and Windows, all results in the same problem.

Yes, I believe that are but not all of my photos have EXIF data (long story). The point is, the timestamp of the files are being altered without the files themselves being opened and re-saved. The files should have the same timestamps on the NX7 as they do on my computer, but they don't. Copying files shouldn't alter the timestamp.

I've been testing on my NX7 and I think something bigger than we think changed cause I was betting that mounting the CIFS share directly in android and doing a copy would yield the desired result.. but even that doesn't work. It actually crashed my NX7. I am thinking this is more jelly bean related... Will test on my phone later. There's only so much android development my company is willing to pay ;-)

I think that you might want to look into a new way of sorting your pics, the behavior we are getting, even if we don't like it, is the right one.

I would begin looking into apps/scripts that could copy your "modify date" from the filesystem to EXIF, as mentionnedby Mark, on your computer, fixing the issue once and for all for the future and all your devices.

That's all to much hassle just to view some photos correctly. Everything works perfectly on my SGSII. I even updated that to an early JB ROM just to check and the timestamps stay intact.

Guess I'll be buying that 7-inch iPad instead next month.

Well, if you're willing to go that route and are convinced that it's a filesystem issue. Root your Nexus, and reformat your internal storage to fat32... problem solved

As for going the ipad way, are you sure it won't do the same ? ( I really don't like Apple in anyway, never played with their devices so I actually don't know )

You really should find a new way to sort your stuff, because I can bet you another device someday will do the same behavior and you will revisit this again. Why not do the jump and be done with it ?

Exif is the proper way

Well, if you're willing to go that route and are convinced that it's a filesystem issue. Root your Nexus, and reformat your internal storage to fat32... problem solved

As for going the ipad way, are you sure it won't do the same ? ( I really don't like Apple in anyway, never played with their devices so I actually don't know )

You really should find a new way to sort your stuff, because I can bet you another device someday will do the same behavior and you will revisit this again. Why not do the jump and be done with it ?

Exif is the proper way

How would I format the storage as FAT32? I've asked the question on XDA and been told it's impossible. My NX7 is already rooted and unlocked.

It's not just photos anyway. It happens to all my music as well.

You sort your music by date modified too o_0

Listen, there are programs out there that should be able to edit the filenames of all your stuff to include the date.. and then there it is, for good.

All your waiting for is for some app installed in Windows to go through and change them itself while scanning images or something. It happens. And then you'd be SOL. Put the information that you need into the filename. That's what it's there for, persistent information. You can also update the EXIF data in other programs.

In short, do it right, do it now, and never need to worry about it. Relying on data like modified is begging for trouble, and if it gets changes on your computer, you'd be screwed. Changing the names and you are safe, regardless of what happens down the road.

No, I don't sort music by date modified, I was just saying. But even if I did why would I want to change all the file names of my music files to include the date? You're all missing the point I'm making. The copied file on the NX7 has had its timestamp changed - without the file having been modified - that's not how it should be.

A file copied from one location to another should have the same timestamp at the destination as it is at the source.

No, I don't sort music by date modified, I was just saying. But even if I did why would I want to change all the file names of my music files to include the date? You're all missing the point I'm making. The copied file on the NX7 has had its timestamp changed - without the file having been modified - that's not how it should be.

A file copied from one location to another should have the same timestamp at the destination as it is at the source.

You're not getting it, it's doing the correct thing, if you copy a file the timestamp is supposed to change, you just did an operation on the file, you moved it, that other devices are doing it wrong, and you happen to like the wrong functionality, doesn't change the fact that it's still wrong

You're not getting it, it's doing the correct thing, if you copy a file the timestamp is supposed to change, you just did an operation on the file, you moved it, that other devices are doing it wrong, and you happen to like the wrong functionality, doesn't change the fact that it's still wrong

No you are getting it wrong. A file move modifies the parent directory and not the file - the file contents remain the same hence the file modified date/time should not change. On the other hand, the directory's modified date/time should be update because, well, you modified the directory's metadata/records/whatever you want to call the data stored in the FS tables.

This behaviour is not correct and changing the way one stores his files because of a bug is not the right way to go.

I'm not missing the point..

Just because we want to think of it as an external HDD or something doesn't make it so. It's a different OS, different filesystem, I didn't expect it, but I can't say I'm shocked that it ignores any metadata associated with files moved to it and sets it's own.

What I'm saying it, you shouldn't be relying on any of that data to begin with. That data changes, sometimes with your permission, sometimes because another program decides to go rogue.. It should NEVER be relied on.

I wasn't saying you should rename your music.. you said earlier that you sort your pictures by date. You should rename your pictures. If you plan on sorting by Date, and that is important to you [ as in you would be ****ED if tomorrow you log in and all your images have todays date ] then you should be putting that information into the filename. It's that simple.

I know for a fact that the Nexus 7 and it's filesys are not alone in treating files copied from other filesystem as new files.

I'm trying to point out the fact that the information that you find important, the date modified stamp, is something that should NOT be relied on. Ever. The fact that it's not the same on your Nexus should be little more than a trivial piece of information to you, rather than rendering the device useless.

Are you sure android is looking at the modifed date and NOT the created date? Maybe Jelly Bean looks at the wrong date? Hence why FTP shows the wrong date also on your NX7.. Your GS2 running JB will be using a heavily moddifed CM9 till we get official drivers for your S2, so, it might still read the modified date and not created date.. Just a thought..

I just checked my samsung phone and it keeps the date that is on the same file in windows. Same with my nook. (just looking at different devices).

The others are correct though. You should not be relying on this as a way to view and sort your files. Get an Exif editor and label your files correctly. Yes it is a pain in the ass but will help you in the future. Doing it my Exif or flie name is your way to go. Then there will be no issues with any devices. What you are doing is not best business practices and you need to alter to a better standard. I am not being mean. Just trying to help as others are giving you here.

  • 4 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
    • Why would any self-respecting intelligent person follow any recommendation by Donald's GOP administration? With almost two years of fabrications, deceit, and blatantly illegal behavior, why believe them now? They had best be gone after the November 2026 election, so we'll wait and see.
    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      +Edouard
      224
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!