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

    • Ignoring the fact that this "colony" kicked the empire of King George's arse during those early years... You are confusing the First Industrial Revolution (which was clearly pulled out of some butt-hurt Brit historian's arse after the fact) with the Second Industrial Revolution (aka now called the Technological Revolution, undoubtedly by that same butt-hurt Brit), which transitioned the world from the UK/UPS Empire to the USA as the world's only superpower. https://en.wikipedia.org/wiki/Industrial_Revolution I hope you realize that I am having big fun here.
    • OpenAI announces GPT‑5.6 Sol, its next-generation flagship model beating Claude Mythos 5 by Pradeep Viswanathan Credit: OpenAI OpenAI today announced a limited preview of its new GPT-5.6 model series, which includes the Sol, Terra, and Luna models targeting different price points. GPT-5.6 Sol is the flagship model targeted at demanding reasoning and agentic workloads. GPT-5.6 Terra is positioned as a balanced model for everyday work, featuring performance competitive with GPT-5.5 while being half the cost. GPT-5.6 Luna is the fastest and most affordable model, delivering strong capability at a lower price point. Unlike previous model releases from OpenAI, GPT-5.6 is starting with a limited preview for a small group of trusted partners due to U.S. government restrictions. As expected, OpenAI previewed its plans and the models' capabilities to the U.S. government ahead of launch, and the government asked OpenAI to limit the first wave of access to select partners. OpenAI also mentioned in the official announcement blog post that it does not believe this type of government access process should become the long-term default. OpenAI highlighted that GPT-5.6 Sol comes with a robust safety stack featuring improved protections for higher-risk activity, sensitive cyber requests, and repeated misuse. The company also spent several weeks pressure-testing the system and hardening it against real-world attacks. On the capability side, as expected, GPT-5.6 Sol is OpenAI’s strongest model yet. It delivers better results in agentic performance across coding, biology, and cybersecurity. On the Terminal-Bench 2.1 benchmark, which tests command-line workflows requiring planning, iteration, and tool coordination, GPT-5.6 Sol sets a new record with a score of 91.9%, beating Anthropic's Claude Mythos 5. Additionally, GPT-5.6 introduces a new "max" reasoning effort for even deeper reasoning. The new "ultra" mode uses subagents to accelerate complex work beyond what a single agent can handle. Pricing starts at $5 per million input tokens and $30 per million output tokens for Sol. Terra costs $2.50 for input and $15 for output, while Luna costs $1 for input and $6 for output. GPT-5.6 comes with more predictable prompt caching, including support for explicit cache breakpoints and a 30-minute minimum cache life. Sol will also launch on Cerebras in July at speeds up to 750 tokens per second for select customers. OpenAI plans to make GPT-5.6 Sol, Terra, and Luna broadly available in ChatGPT, Codex, and the API in the coming weeks.
    • I'm not sure if you are trolling because I saw people saying this with the straight face, but there were no United States of America when industrial revolution started, just United Colonies 🤣 p.s. I'm not British, so I'm not offended.
    • Glad I uninstalled this incredibly buggy browser. Looking at that changelog, they clearly don't test their updates at all.
    • UniGetUI 2026.2.2 by Razvan Serea UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers — and so much more. UniGetUI features Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool. Discover new packages and filter them to easily find the package you want. View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download. Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis. Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets. The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system. Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package] Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program! Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier. Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine Devolutions UniGetUI 2026.2.2 changelog: This release marks the completion of UniGetUI's migration from WinUI to Avalonia. With the remaining WinUI components and dependencies now removed, UniGetUI is fully powered by Avalonia. This update also brings Windows 11 Snap Layouts support, refined styling throughout the application, improved log viewing, new illustrations, and significantly smaller release packages. Highlights Further refined the Avalonia user interface to better match WinUI styling and behavior across package lists, navigation elements, dialogs, and controls. Added support for Windows 11 Snap Layouts when hovering the maximize button, matching the behavior of native Windows applications. Added illustrations for empty and loading package list states, improving visual feedback throughout the application. Improved the operation log window so automatic scrolling no longer interrupts users when reviewing previous log entries. Reduced installer and application package sizes, resulting in smaller downloads and a significantly leaner Windows distribution. User Interface Improvements Improved package list styling, column headers, backgrounds, hover states, and selection indicators for a more polished and consistent experience. Refined sidebar navigation and segmented controls to better align with modern Windows design patterns. Improved package tag badges and icon presentation throughout the application. Updated several labels, placeholders, and interface elements for improved clarity and consistency. Removed the remaining WinUI-specific styling dependencies, further consolidating the application around Avalonia. Windows Improvements Added native Windows 11 Snap Layouts integration for the maximize button. Improved maximize button hover and pressed visual states to more closely match native Windows behavior. Performance & Reliability Reduced the size of Windows release packages by removing unnecessary runtime dependencies and optimizing published builds. Reduced installer size through improved compression settings. Simplified application dependencies and reduced overall maintenance complexity. Fixes Fixed log output auto-scrolling behavior when manually reviewing previous entries. Resolved various UI inconsistencies and styling issues across the Avalonia interface. Addressed several minor issues and edge cases throughout the application. Other Changes Dependency cleanup and project maintenance. Internal code refactoring and infrastructure improvements. Additional test coverage and build pipeline optimizations. Download: UniGetUI 64-bit | Portable | ~90.0 MB (Open Source) Download: UniGetUI ARM64 | Portable Links: UniGetUI Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      441
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      FloatingFatMan
      71
    5. 5
      Steven P.
      67
  • Tell a friend

    Love Neowin? Tell a friend!