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

    • Weekend PC Game Deals: Steam Summer Sale 2026 Edition by Pulasthi Ariyasinghe Weekend PC Game Deals is where the hottest gaming deals from all over the internet are gathered into one place every week for your consumption. So kick back, relax, and hold on to your wallets. The Epic Games Store's freebie offer brought two more games to keep this week too. What you can grab this time are copies of RollerCoaster Tycoon 3 Complete Edition and Voidwrought. Roller Coaster Tycoon 3 is an enhanced version of the classic title that comes with enhancements like widescreen and 1080p resolution support. Its two expansion packs are included here too. Meanwhile, Voidwrought is a 2D action-platformer with tight platforming and high-speed combat against cosmic horrors. The double giveaway is slated to last until July 2. On the same day, I Have No Mouth, and I Must Scream and River City Girls 2 will take the same freebie spot. The Humble Store introduced a couple of new game bundles earlier this week. The Going Rogue collection begins with Rogue Legacy, UnderMine, and None Shall Intrude in the starting tier for $5. If you pay the $10 it's asking to complete the bundle, you also get copies of Brutal Orchestra, Moros Protocol, Nightmare Reaper, Home Behind 2, and Lynked: Banner of the Spark. If it's fighting games you're looking for, the new Arc System Works Evo bundle is carrying plenty. The three tiers of this bundle that go up to $20 carry games like Melty Blood Actress Again Current Code, GUILTY GEAR Xrd REV 2, KILL la KILL - IF, Blazblue Cross Tag Battle, Guilty Gear -STRIVE-, Blazblue CentralFiction, and more. Big Deals One of the biggest sale events of the year, the Steam Summer Sale, has just kicked off, and that means almost every PC game available is now featuring discounts. We have plenty of games for you to look over in our special hand-picked big deals list for the weekend below: Baldur's Gate 3 – $44.99 on Steam Anno 117: Pax Romana – $41.99 on Steam S.T.A.L.K.E.R. 2: Heart of Chornobyl – $41.99 on Steam Indiana Jones and the Great Circle – $41.99 on Steam NINJA GAIDEN 4 – $41.99 on Steam Dying Light: The Beast – $39.59 on Steam Ghost of Tsushima DIRECTOR'S CUT – $35.99 on Steam Battlefield 6 – $34.99 on Steam Cities: Skylines II – $34.99 on Steam The Elder Scrolls IV: Oblivion Remastered – $34.99 on Steam The Outer Worlds 2 – $34.99 on Steam Borderlands 4 – $34.99 on Steam Sid Meier's Civilization VII – $34.99 on Steam Mafia: The Old Country – $34.99 on Steam Split Fiction – $32.49 on Steam Assassin’s Creed Shadows – $31.49 on Steam HELLDIVERS 2 – $29.99 on Steam Diablo IV – $29.99 on Steam ARC Raiders – $29.99 on Steam Forza Horizon 5 – $29.99 on Steam Sekiro: Shadows Die Twice - GOTY Edition – $29.99 on Steam No Rest for the Wicked – $27.99 on Steam Metaphor: ReFantazio – $27.99 on Steam Ready or Not – $24.99 on Steam Kingdom Come: Deliverance II – $23.99 on Steam No Man's Sky – $23.99 on Steam Marvel’s Spider-Man Remastered – $23.99 on Steam DOOM: The Dark Ages – $23.09 on Steam Mewgenics – $22.49 on Steam Persona 3 Reload – $20.99 on Steam Hades II – $20.99 on Steam Two Point Museum – $20.09 on Steam Mount & Blade II: Bannerlord – $19.99 on Steam God of War – $19.99 on Steam Warhammer 40,000: Rogue Trader – $19.99 on Steam Returnal – $19.79 on Steam Warhammer 40,000: Space Marine 2 – $17.99 on Steam Cyberpunk 2077 – $17.99 on Steam Avatar: Frontiers of Pandora – $17.99 on Steam Star Wars Outlaws – $17.49 on Steam REPLACED – $15.99 on Steam Days Gone – $15.99 on Steam Age of Mythology: Retold – $14.99 on Steam Crusader Kings III – $14.99 on Steam Red Dead Redemption 2 – $14.99 on Steam Half-Life: Alyx – $14.99 on Steam Grand Theft Auto V Enhanced – $14.99 on Steam EA SPORTS FC 26 – $13.99 on Steam The Crew Motorfest – $13.99 on Steam Sea of Thieves: 2026 Edition – $13.99 on Steam Age of Empires IV: Anniversary Edition – $13.99 on Steam Dead Cells – $12.49 on Steam Schedule I – $11.99 on Steam BioShock: The Collection – $11.99 on Steam Fable Anniversary – $11.54 on Steam Hearts of Iron IV – $9.99 on Steam Kerbal Space Program – $9.99 on Steam Tom Clancy's Ghost Recon Wildlands – $9.99 on Steam The Riftbreaker – $8.99 on Steam Stardew Valley – $8.99 on Steam Total War: WARHAMMER III – $8.99 on Steam Sons Of The Forest – $8.99 on Steam Assassin's Creed Origins – $8.99 on Steam Risk of Rain 2 – $8.24 on Steam Tom Clancy’s The Division 2 – $7.49 on Steam Call of Duty: Modern Warfare® II – $6.99 on Steam CONTROL Ultimate Edition – $5.99 on Steam Dead Space – $5.99 on Steam The Quarry – $5.99 on Steam RV There Yet? – $5.59 on Steam Euro Truck Simulator 2 – $4.99 on Steam Terraria – $4.99 on Steam PEAK – $4.95 on Steam Detroit: Become Human – $3.99 on Steam Far Cry 3 – $3.99 on Steam A Plague Tale: Innocence – $3.99 on Steam The Witcher 3: Wild Hunt – $3.99 on Steam Assetto Corsa Competizione – $3.99 on Steam PAYDAY 2 – $2.99 on Steam Wreckfest – $2.99 on Steam Rain World – $2.49 on Steam Watch_Dogs 2 – $2.49 on Steam Planet Zoo – $2.24 on Steam Bendy and the Dark Revival – $1.99 on Steam CARRION – $1.99 on Steam The Binding of Isaac: Rebirth – $1.49 on Steam Plague Inc: Evolved – $1.49 on Steam Don't Starve Together – $1.49 on Steam Metro 2033 Redux – $0.99 on Steam Hotline Miami – $0.99 on Steam RollerCoaster Tycoon 3 Complete Edition – $0 on Epic Store Voidwrought – $0 on Epic Store DRM-free Specials The GOG store is in the middle of its own summer sale. Here are some highlights from the DRM-free store: Clair Obscur: Expedition 33 - $39.99 on GOG Hollow Knight: Silksong - $14.99 on GOG Resident Evil Bundle - $12.49 on GOG Tomb Raider I-III Remastered Starring Lara Croft - $11.99 on GOG Alpha Protocol - $9.99 on GOG Vampire: The Masquerade - Bloodlines™ - $9.99 on GOG Fallout: New Vegas Ultimate Edition - $9.99 on GOG Disco Elysium - The Final Cut - $9.99 on GOG Dino Crisis Bundle - $8.49 on GOG Cold Fear - $8.25 on GOG Star Trek: Armada II - $7.49 on GOG Star Trek: Starfleet Command III - $7.49 on GOG Warhammer: Dark Omen - $7.49 on GOG Hollow Knight - $7.49 on GOG Mortal Kombat Trilogy - $6.49 on GOG Soldier of Fortune: Platinum Edition - $6.49 on GOG Heroes of Might and Magic 3: Complete - $4.99 on GOG SWAT 4: Gold Edition - $4.99 on GOG RollerCoaster Tycoon 2: Triple Thrill Pack - $4.99 on GOG Stranglehold - $4.99 on GOG ANSTOSS 3: Der Fußballmanager - $4.79 on GOG Firewatch - $3.99 on GOG Emperor: Rise of the Middle Kingdom - $2.99 on GOG Myst Masterpiece Edition - $2.99 on GOG Settlers 3: Ultimate Collection - $2.49 on GOG World in Conflict: Complete Edition - $2.49 on GOG Keep in mind that availability and pricing for some deals could vary depending on the region. That's it for our pick of this weekend's PC game deals, and hopefully, some of you have enough self-restraint not to keep adding to your ever-growing backlogs. As always, there are an enormous number of other deals ready and waiting all over the interwebs, as well as on services you may already subscribe to if you comb through them, so keep your eyes open for those, and have a great weekend.
    • Yup, that's a doozy right there 😄
    • It's a bundle of tools created by a variety of people, so things can go wrong sometimes. It's a great addition to Windows, and I use a lot of the tools on a daily basis. Also, it's still a 0.**** release so quick updates are to be expected 😉
    • Oh, I did. And it's even worse than I was hoping! Besides a lot of techno-babble jargon (yes I understand 100% of it but it's still all just techno-babble) there's 2 key points that make me super-weary about even considering testing this out. -- By default, after installation, a relay is automatically set up, so you do not need to care about that. * Non-chatmail apps use email servers as a long-term message archive while chatmail clients use email servers for ephemeral instant message relay. * Supporting the full variety of classic email setups would require considerable development and maintenance efforts, and complicate making chatmail-based messaging more resilient, reliable and fast. -- Basically, the end-user device is the 'server' (relay) so there is NO ARCHIVING whatsoever because every message is necessarily ephemeral. Great for techno-paranoia (and for illicit activities preferring no tracks to cover) but terrible for everybody else. It's also ironically contradictory to engineering principles of redundancies besides the transport layers due to the explicit absence of any persistent storage. Instead of 'classic email address' retaining multi-GB messaging archives on its server, now every device must retain 100% of those storage demands. (Email messages were originally meant to be short correspondences, not the multi-MB attachments boondoggle that now exists with unlimited spam engines flooding every potential recipient.) Any device swap or reset (or loss) makes the entire message history go bye-bye forever... lest there's an off-device auto-archival "relay" mechanism that's really a separate server that holds onto all transported messages (an email server) that utilizes 'chatmail email address' identities (like an email server) and its own persistent storage archive (like an email server). But... this solution is hoping to exist alongside real-world email address identities (based on the email server relay pathway) but simply render messages in chat thread format in an ephemeral manner (with contents being encrypted, and messages auto-expiring) ... In the end, it's a chat app/experience for the Web3/P2P-at-all-costs zealots. (I have accts on all sorts of federated web3 services so I understand the technical and non-technical alike.) For any practical users, however, it's just another service to download/install, register, cross-share id cards/qr codes, but know that there's no history/archive whatsoever (by design) so no account/message recovery whatsoever... update the device, install a bummed update patch, or dare upgrade your device... all history, poof, gone. Ya gotta start everything over again like they're a brand new person.
    • You've tried DuckDuckGo and Brave Search, now get serious with SearXNG by Paul Hill Over the last decade, it has become quite trendy to dump Google Search in favor of privacy-preserving alternatives such as DuckDuckGo, Startpage, and Brave Search. These search engines have done a very good job at highlighting dodgy practices by Google, such as adjusting search results based on what it thinks you’ll like (filter bubble) and stalking you around the web to advertise to you. While these search engines are good starting points when compared to non-private services like Google, there are still quite a few issues with them. For example, both DuckDuckGo and Brave Search require running non-free JavaScript in your web browser, which is comparable to running proprietary software on your computer, meaning you can be sure about what it’s actually doing in the background. Another issue is that these search engines are hosted on the respective companies’ servers, and you are using a service that you don’t control. Finally, DuckDuckGo, while offering privacy features, relies heavily on Microsoft’s infrastructure for its results and, in the past, has permitted Microsoft tracking scripts. If you are looking for a more private search solution than DuckDuckGo, Brave Search, and Startpage, then I recommend taking a look at SearXNG. It is a privacy-respecting metasearch engine that can be used via different public instances, which is useful for mobile users, or you can install it on your computer or server and run it locally with maximum control. Unlike Google, Bing, or Brave Search, which crawl the web and have their own search indexes, SearXNG is a metasearch engine, meaning it taps other search engines, stripping your identifying data, such as IP address, user agent, and cookies, in the process. Your search query is sent to the other search engines you enable before aggregating the results. SearXNG has deployment flexibility. If you are a casual user or a mobile user and don’t want to run SearXNG locally, you can use a public instance that is hosted by someone else. The main problem with this is that you are putting trust in the maintainer of the instance regarding stuff like logs that they may keep; good hosts should have a privacy policy explaining their policies. If you are trying to use SearXNG, you can also install the software on your device and then head to 127.0.0.1:8080 in your browser and search from there. While you don’t have to worry about a third-party admin like the public instances, search engines could ultimately block your IP address if they frown on you pulling in their search results locally. If you want to run it locally, it’s a good idea to use proxies or VPNs to hide your actual IP. You don’t have to worry about this with a public instance, as search engines never see your IP address. The main privacy benefit of using SearXNG is that it isolates your identity from the underlying engines that it’s capable of searching, such as Google and Bing. These search engines will only see requests coming from a generic server, so they can’t profile you and create a bubble filter that influences what results you see. This also ensures that your search engine doesn’t turn into an echo chamber that prevents you from reading alternative points of view. As a free software project, you are allowed to inspect SearXNG to make sure there are no negative features bundled inside. This sets it apart from the privacy search engines mentioned earlier because you can’t check their source code. As a meta search engine, you are not restricted to getting results from one source. Due to the fact that it scrapes content from other websites, your SearXNG instance will periodically get blocked from different providers, so it’s good to select a range of sources as a backup. While enabling all of the services will give you great results, this can make searching slower. I am personally happy with slower searches for the best results, but you can always check which providers are slowing down your search from the search results page and disable them to speed things up. If you want decent results quickly, enable the main search providers such as Google, Brave, DuckDuckGo, Qwant, Bing, and Yahoo. This way, you get wide coverage without the latency. On the Engines tab in Preferences, do note that there are different tabs, such as General, Images, and Videos, with their own providers that can be toggled and are not covered by "Enable all" while on the General tab, so be sure to dig into each. Just a note, if you want to enable everything, press "Enable all" in one tab, then hit save at the bottom of the page, then do the next tab, and so on. If you press "Enable all", then do that in each tab, and then save, nothing will stick. When I had just some of the search engines enabled, I searched “define nefarious” and results came back with the definition of “define” - obviously that was a sucky result. However, when I had everything enabled, it found dictionary pages for the word “nefarious” and even had an inline definition on the sidebar, which is quite nice too - that was delivered by WolframAlpha for anyone wondering! Probably the worst thing about this meta search engine is that the engines you select are saved with a cookie, so you must enable them on every new device you use SearXNG on, including if you decide to go into incognito mode with your web browser. Honestly, I would say this is the most annoying aspect, and perhaps if your browser lets you choose a separate private browsing search engine, then it would be best to use DuckDuckGo for this portion of your browsing. Another weakness of SearXNG is the random blocking of it by search providers. When you are on the results page, expand the “Response time” box, and it will show things like “Suspended: too many requests” or “access denied”. This is why it is good to enable several providers so that there is always a fallback to get results from. I won’t pretend SearXNG will be for everyone, however, if you enable all of the providers and put up with the slower response time, the results can be really amazing. Even if you don’t want to use it as your daily driver, keeping a bookmark handy that links to it is a good idea if you ever feel like doing a deep dive into a niche topic where other search engines are just failing to bring up any good result, due to the amount of sources it looks on. If you’re interested in radical user control over the software you use, installing SearXNG locally can also be a good idea, but be prepared to be temporarily blocked from sites if you trigger bot sensors without a VPN. Personally, I’ve opted to use a public instance, rather than install it myself. If you want to use it via a public instance, head over to searx.space to find a provider. Let us know in the comments if you have used SearXNG or its predecessor, Searx. What do you think about the quality of the results?
  • 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
      158
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!