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

    • U.S. partially reverses Anthropic AI ban for Mythos but keeps Fable 5 off the market by Karthik Mudaliar Anthropic says that the U.S. government has finally allowed it to restore Claude Mythos 5. But of course, there's a catch. The rollout is again for a limited set of U.S. organizations that operate and defend critical infrastructure. The company announced this in a post on X (formerly Twitter). This does not mean that Anthropic's latest frontier models are back to normal availability. Fable 5, which was a tuned version of Mythos 5 for public release, remains unavailable. Anthropic said that it is still working with the government to expand Mythos 5 access and make Fable 5 available again, but there's no timeline. Reports from Bloomberg and Reuters say that this decision actually came through a letter from the U.S. Commerce Department. According to Reuters, this would allow more than 100 companies and institutions access to Mythos 5. Reuters also reported that Commerce Secretary Howard Lutnick’s letter removes the need for export licenses for approved companies’ non-US citizen employees, as well as Anthropic’s own non-US citizen employees, while restrictions remain for organizations outside the approved list. Anthropic isn't alone with this kind of controlled rollout. OpenAI's newest model family, GPT 5.6, was announced just yesterday, but isn't available for everyone yet. In its announcement, OpenAI also said that access to these models is initially limited to a select group of trusted partners and organizations, with broader access planned later this year. Both of these cases show that frontier AI launches are no longer just ordinary product releases and more like slow and vetted deployments shaped heavily by the U.S. government.
    • Sol, Terra, Luna - aren't those the names of failed crypto coins? 🤣🤣🤣
    • Microsoft Weekly: 5 years of Windows 11, more support for Windows 10, and expensive Xbox by Taras Buria This week's news recap is here, with Microsoft giving Windows 10 one more year of support, Windows 11 getting new taskbar settings in preview updates, Steam Machine prices, higher XBOX prices, and many more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. On June 24, 2026, Windows 11 turned five. The controversial operating system was released half a decade ago, and during these years, it received a fair share of criticism (such as poor Windows Search and its web results), which Microsoft is now actively addressing with regular preview updates that deliver missing, long-requested features. With Windows 12 nowhere to be seen on the horizon, it will be interesting to see if Windows 11 can stay on the market for as long as Windows 10 did. Speaking of Windows 10 and staying on the market, this week, Microsoft quietly prolonged the Extended Security Updates program for Windows 10, allowing users to get one more year of security updates if they do not want or cannot upgrade to Windows 11. Finally, Microsoft released this month's non-security update for Windows 11. KB5095093 arrived with a traditionally long list of new features, including point-in-time restore, new Windows Update settings, quieter Windows Widgets, new accessibility features, File Explorer updates and performance improvements, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Build 29617.1000 and build 28120.2374 These builds bring new accessibility features, new Windows Update controls, audio improvements, and more. Dev Channel Build 26300.8758 This build includes redesigned taskbar settings, File Explorer improvements, and more. Beta Channel Build 26220.8754 and build 28020.2366 This small update fixes the OneDrive bug in File Explorer, tweaks system sounds in dark mode, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. If you use AI-powered browsing history search in Microsoft Edge, the company has bad news. A new update on the Microsoft 365 Roadmap revealed that Microsoft is discontinuing the feature. Despite using on-device models for natural search, some users found it creepy, claiming that Microsoft lacks trust in features like this. While the ability to find pages without using 100% precise words may sound cool, customers argued that it was nothing but another feature to bloat the browser with more AI. Good riddance? PowerToys received several updates this week. For one, Microsoft released version 0.100.1 with several improvements and bug fixes for the recently arrived version 0.100. A couple of days later, Microsoft dropped another update, this time fixing memory leaks in Command Palette Dock. In addition, the company is working on a new module that will make it easier to switch between windows within one application using the Alt + ` shortcut. The new module should make it to the stable release somewhere soon. Here are other updates and releases you may find interesting: New Ventoy update adds Windows 11's mandatory update support and more Microsoft updates Visual Studio Code with chat cost tracking and multi-agent chats Microsoft is building an AI datacenter that "uses less water than a fast food restaurant" Microsoft adds new AI study and teaching tools for free to Microsoft 365 Education Researchers claim Microsoft's quantum breakthrough is flawed by basic Python errors Microsoft is bringing a much-needed Recap app to Teams Microsoft's fast coding model, MAI-Code-1-Flash, comes to Copilot Business and Enterprise Here are the latest drivers and firmware updates released this week: AMD Radeon Software 26.6.2 with FSR 4.1 support for RDNA 3 graphics card. However, the driver contained a bug, which prevented installations on Windows 10 PCs. AMD fixed that with a quick hotfix update. Reviews are in Here is the hardware and software we reviewed this week This week, Steven Parker published several reviews. He shared his experience with the Creative Sound Blaster AE-X PCIe, a high-quality sound card with a headphone amp, low-latency communications, great build quality, and DSD256. However, it is on the pricier side of the spectrum, and it lacks EMI shielding. Check out the full review here. The second review is about the TerraMaster F4-425 Pro, an octa-core Intel NAS with a stand-out feature: built-in AI (OpenClaw). We also published a few Hands On reviews, which you can view below: We check out the SKG PS700 Neck Massager SKG Hand Massager with Heat OS500 hands on Hands-on with BOOX Tappy: cute little reading accessory Hands on with the ProtoArc EM25 affordable ergonomic mouse On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. If you plan to purchase a new Xbox, it's time to act now. This week, Microsoft announced yet another Xbox price increase. Starting August 1, 2026, all Xbox Series X|S models with 512 GB of storage will cost $100 more. As for the 1TB models, they are going up in price by a whopping $150. Finally, Microsoft is discontinuing the 2TB Xbox Series X. To make up for that, Microsoft announced a few programs to make its consoles more accessible. Those include BNPL, interest-free financing, pre-owned consoles, certified refurbished consoles, and more. Valve also shared some not-so-welcome news. The company has finally announced prices of the upcoming Steam Machine console, and if you plan to buy one, get ready to spend a whopping $1,049 on the 512GB configuration. The Steam Machine is now available for preorder, with shipments scheduled for June 29, 2026. Grand Theft Auto VI also received its official price tag. Rockstar Games announced that the long-anticipated game will launch at $79.99 for the base edition and $99.99 for the ultimate edition. The latter includes an exclusive collection of premium vehicles, weapons, apparel, and action threaded across all aspects of Jason and Lucia’s story." Those who preorder the game will get extra bonuses, including a Vintage Vice City Pack of cosmetic items as well as a free month of GTA+. NVIDIA announced new games for its GeForce NOW streaming service. Those include Dark Scrolls, SAND: Raiders of Sophie, Deer & Boy, EMPULSE, and more. Steam is running its annual Summer Sale, during which you can purchase plenty of various games with big discounts. It runs until July 9, so in case you missed it, you can still get some games at a lower price. Also, you can get two games for free in the Epic Games Store, plus more deals are available in this week's Weekend PC Game Deals issue. This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Text extractor hasn't been working great on 0.99.1 but I am now updating to this version, hopefully it's better!
    • Yet you did exactly what they wanted you to do - is it better now without "Europrats"? BTW, UK had joined EU (EEC back then) and was one of the leading member states, it never joined Schengen Zone though 😉
  • 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
      502
    2. 2
      +Edouard
      226
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!