You deleted them wrong, simple as that!?Okay but that still says nothing about *why* they were able to resurface to begin with, after being deleted many iOS updates ago…
I asked ChatGPT 4o to create an opening scene based on this story…
**Opening Scene of The X-Files Episode**
**[INT. APPLE HEADQUARTERS - NIGHT]**
*The sleek, dark interior of Apple’s Cupertino headquarters is eerily silent. Mulder and Scully, flashlights in hand, move cautiously through a high-tech lab filled with iPhones.*
**SCULLY**: (whispering) Mulder, are you sure about this?
**MULDER**: Trust me, Scully. The intercepted emails mentioned "Project Echo." Apple’s keeping deleted photos for something big.
*They approach a high-security server room. Mulder swipes a security card. The door clicks open.*
**[CUT TO: INT. SERVER ROOM - NIGHT]**
*Rows of servers hum. Scully quickly types on a terminal.*
**SCULLY**: (focused) If the data's here, I’ll find it. Breaking through the security... now.
*The screen displays a folder labeled "Project Echo." Scully opens it, revealing subfolders: "Deleted Photos," "Emotion Analysis," "Behavioral Predictions."*
**SCULLY**: (shocked) Mulder, they’re not just storing photos. They’re analyzing emotions and predicting behaviors based on deleted images.
**MULDER**: (leaning in) For what purpose?
**[CUT TO: SECURITY CAMERA FEED]**
*A security camera captures their actions. In a distant monitoring room, a shadowy figure watches.*
**SHADOWY FIGURE**: (into headset) They’re in. Execute protocol seven.
**[BACK TO: SERVER ROOM]**
*Mulder and Scully hear approaching footsteps.*
**SCULLY**: (alarmed) Mulder, we need to move!
**MULDER**: (copying files) Almost done... Got it.
**[CUT TO: HALLWAY OUTSIDE SERVER ROOM]**
*Armed security guards close in. Mulder and Scully sprint down the hallway.*
**SCULLY**: (breathless) The exit, now!
*They reach an emergency exit as alarms blare, plunging the building into red emergency lights.*
**MULDER**: (pushing door open) Go!
*They escape into the night, disappearing into the shadows.*
**[FADE OUT TO: THE X-FILES THEME MUSIC]**
referenceApple: You deleted it wrong…
The person who started the thread claimed that NSFW photos they had deleted “years ago” were back on their phone. Another Reddit user said that they saw photos from 2016 show up as new images but that they didn’t think they’d ever deleted them. And a person claimed in a later post that “around 300” of their old pictures, some of which were “revealing,” appeared on an iPad they’d wiped per Apple’s guidelines and sold to a friend.
Probably a lot of that happens with local storage rather then its overwritten.This could be more innocent than it sounds. Computer data is never actually “deleted” until it’s overwritten with new 1s and 0s — operating systems simply cut off references to it. One user also said they saw a photo return even though they don’t sync their phone or use iCloud, implying the photos could be originating from on-device storage. Apple didn’t immediately reply to The Verge’s request for comment.
Yes, I expect Tim Cook to individually set up a Facetime chat with each affected user.You want them to individually ask the billion users?
I suspect since they mention database corruption that these photos were on your device but not referenced in the database.
Apple added code to recover these photos (including possibly non-deleted ones that you've lost) and didn't check if they'd been deleted.
They played it safe, better to recover something thought deleted than to not recover something that was lost. I agree with this thinking.
At least that's my speculation. Orphaned data recovery that was too ambitious.
For the record I didn't get any resurfaced photos myself.
I'm confused ... I thought there were reports that this "bug" caused photos to reappear on devices that had been sold or given away? If this is the case, then how can this bug be related to a database corruption. That would imply some device-specific database that contains your personal data, that remains after a complete wipe.
Which is bad.
Why is "move to Android" the default silly response to concerns about Apple? I'm going to keep using Apple because they have the tools I use to make an income. I've been using Apple products for a long time. The alternatives also have issues. If something nefarious is actually going on, it's okay for people to voice their concerns over it. Although this may, in fact, be a complete non-issue, my problem is mostly with members in here completely disregarding other people's concerns and acting as though Apple can do no wrong, and doing it in a completely condescending manner. Apple has a long history of doing very wrong things.I know, I know, they’re clandestinely spying on us. So said Marjorie Taylor Greene. By all means move to an open source Android phone, then you can really get paranoid about privacy. The bottom line is that the specifics of this less than a week long bug are completely unconfirmed and everyone is speculating broadly about disasters armed only with what the media reported—which we’ve already learned was hyped from one Reddit user. This is the essence of the waste of emotional resources born out of a 24 hour news cycle on the web. I don’t know about you but I conserve my energies for the truth, not speculation, but that’s just me.
This is mostly only relevant to hard disk drives and not the solid state drives that iPhones, iPads, and modern Macs use.For those saying Apple kept your photos deliberately, there’s no evidence of that. If evidence does appear, then Apple should be sued to no end (they should be sued anyway for incompetence), but as a programmer, there are all sorts of possible reasons why this could have occurred. One thing to note is that deleted files of any kind are rarely erased. The OS has a set of pointers to storage blocks (known as file handles in programmer jargon) where these files exist in a database, keeping track of allocated files. Files can be contiguous on storage or may be fragmented, in which case the OS maintains all the blocks taken up by that file. Deleting is typically done by removing those pointers. It is rare that the OS securely overwrites that freed space because writes are generally unnecessary and time consuming. An OS generally just releases the pointers to that file, now considered freed space, and is allowed to overwrite that space with other files.
Once the data is overwritten, then those files are lost, though experts could actually reverse that and retrieve the lost files. This is why secure delete apps exist. What they do is they find these deleted files and repeatedly overwrite them with 1’s and 0’s to ensure they’re gone. It isn’t done just once, since there are experts who can recover overwritten files. A deleted file isn’t always gone forever.
The fact that not all deleted photos reappear tells me that Apple was not deliberately holding onto deleted files. If they were, most likely all deleted files would reappear. It was the case of the OS mistakenly recovering deleted files that weren’t overwritten.
Ever wonder how a file recovery utility works? It goes through storage looking for these orphaned, deleted files that haven’t been overwritten and re-establishes pointers to those missing files. Something about 17.5 likely did something to accidentally recover those deleted files, probably during re-indexing that happens anytime a new OS patch is installed. I’m curious if any partially overwritten files were recovered.
Expect a class action lawsuit of some kind. This is one of those that deserves to happen unlike some frivolous cases like the throttling of the OS due to old, degraded batteries. Whether it’s due to maliciousness or pure incompetence, we don’t know. But Hanlon’s Razor says it’s probably incompetence. Either way, this is bad for them.
Not possible and never happened, but I see we're going to keep repeating it anyway.What about the instances where old photos showed up on wiped / sold devices?
Fair point ... the other anomoly was that people reported that devices they no longer owned had "suddenly" started re-appearing in their icloud or "find my".To be fair, that was just one isolated report. I haven't seen anyone else make that specific claim, while many people have claimed to see it on their own devices.
Apple needs to be more forthcoming with real information here. They seem reluctant to ever admit to being less than perfect.
Quick edit: OK I see the post above this one. Maybe it's related to lack of TRIM on SSDs or something along those lines. Still, Apple needs to make a statement since they now have released a patch and admitted that there is an issue.
Likely, whatever fix they made probably prevented re-indexing from recovering deleted files, but you would still have to delete what was recovered again. It’s unlikely Apple can tell a recovered file from a file that was never deleted since they look the same to the OS.Can someone tell me what this update actually achieves? I still have all of these “iPhoto Events,” some of which dating back to 2012, on my iPhone after upgrading to this update... There’s even a “Sep 2013 Photo Stream."
Why is "move to Android" the default silly response to concerns about Apple? I'm going to keep using Apple because they have the tools I use to make an income. I've been using Apple products for a long time. The alternatives also have issues. If something nefarious is actually going on, it's okay for people to voice their concerns over it. Although this may, in fact, be a complete non-issue, my problem is mostly with members in here completely disregarding other people's concerns and acting as though Apple can do no wrong, and doing it in a completely condescending manner. Apple has a long history of doing very wrong things.
Bold statement.Not possible and never happened, but I see we're going to keep repeating it anyway.
That was a pretty severe incident, but it's Google. Nothing is surprising with them.This reminded me, it wasn't that long ago and possibly more than once that Google Photos was showing people photos from other peoples' accounts. They definitely all have problems.
If anything the most worrying thing about this particular case is that it seems "Erase All Content and Settings" may not do a very secure erase. Maybe it does after this patch. Maybe not.
Not remotely. Not when you have a modicum of understanding of how software works.Bold statement.
A few weeks ago photos that were deleted and randomly returned was "not possible"
"Erase All Content and Settings" drops the encryption key for the user data partition. It's impossible to recover data once that happens. The one person reporting this on Reddit either a) didn't wipe the device even though they claimed they did or b) is a compulsive liar looking for attention. They've since deleted the post, so I lean towards "b."If anything the most worrying thing about this particular case is that it seems "Erase All Content and Settings" may not do a very secure erase. Maybe it does after this patch. Maybe not.
"Erase All Content and Settings" drops the encryption key for the user data partition. It's impossible to recover data once that happens. The one person reporting this on Reddit either a) didn't wipe the device even though they claimed they did or b) is a compulsive liar looking for attention. They've since deleted the post, so I lean towards "b."
I suspect since they mention database corruption that these photos were on your device but not referenced in the database.
Apple added code to recover these photos (including possibly non-deleted ones that you've lost) and didn't check if they'd been deleted.
They played it safe, better to recover something thought deleted than to not recover something that was lost. I agree with this thinking.
At least that's my speculation. Orphaned data recovery that was too ambitious.
For the record I didn't get any resurfaced photos myself.
Is that the case though? I seem to have read in one cases photos appeared on other users accounts when they used e.g. a second hand device. Surely people fully erase their phones before selling them?I suspect since they mention database corruption that these photos were on your device but not referenced in the database.
Apple added code to recover these photos (including possibly non-deleted ones that you've lost) and didn't check if they'd been deleted.
They played it safe, better to recover something thought deleted than to not recover something that was lost. I agree with this thinking.
At least that's my speculation. Orphaned data recovery that was too ambitious.
For the record I didn't get any resurfaced photos myself.
The same thing happens to me all the time with messages. I'll erase them from my iPhone, Apple will present me with a statement saying it will be erased from all my devices. I erase it and it's gone. Then I start up an old iPad I haven't used in a long time and voila! I get three years of messages downloaded (messages that were supposed to be permanently erased).Too focused
When I want something deleted from my own library, they need to delete it everywhere
Nothing else is acceptable
It's not up to Apple to decide for me to keep my data when I want it deleted
Don't get me wrong, I'm not trying to shut your idea down here, it just doesn't make sense with how encryption works. It's entirely all or nothing. If it doesn't have the key, nothing can be read. There couldn't just be one picture left, it would be all or nothing. If they wiped it correctly (i.e. actually using the "Erase All Content and Settings" feature), it's not possible. So there could be something else going on here. Questions I'd have:I tend to agree, but there's someone in this very thread that claims to have found someone else's picture on a used iPad.
I know that's how it's supposed to work, but there may be some sort of bug.
Apple needs to actually tell us what's going on, for once. These are just random people on the internet, we don’t have enough information.
What did apple fix if this bug was made up?That story was deleted by the source after it was posted, most likely because it was made up.