È possibile recuperare i messaggi SMS che sono stati cancellati dal mio iPhone?

6

Ho letto molto su questo online e vorrei confermare una volta per tutte.

È possibile recuperare i messaggi SMS che sono stati cancellati dal mio iPhone?

So che è possibile accedere al file sms.db ma che contiene solo gli attuali messaggi SMS. L'ho provato e ho avuto successo nel rimuoverlo dal telefono, ma quando ho controllato i contenuti non c'erano messaggi cancellati.

E questo non si baserebbe su alcun backup, ad esempio, ho eseguito il backup del mio telefono, inviato un messaggio e poi cancellato senza eseguire il backup prima dell'eliminazione. Questo SMS è andato per sempre?

    
posta Philip Regan 24.03.2011 - 13:37
fonte

1 risposta

3

Potresti provare a recuperare informazioni dal file sqlite usando ad esempio un editor esadecimale. Ecco una citazione da Domande frequenti su SQLite :

I accidentally deleted some important information from my SQLite database. How can I recover it?

If you have a backup copy of your database file, recover the information from your backup. If you do not have a backup, recovery is very difficult. You might be able to find partial string data in a binary dump of the raw database file. Recovering numeric data might also be possible given special tools, though to our knowledge no such tools exist. SQLite is sometimes compiled with the SQLITE_SECURE_DELETE option which overwrites all deleted content with zeros. If that is the case then recovery is clearly impossible. Recovery is also impossible if you have run VACUUM since the data was deleted. If SQLITE_SECURE_DELETE is not used and VACUUM has not been run, then some of the deleted content might still be in the database file, in areas marked for reuse. But, again, there exist no procedures or tools that we know of to help you recover that data.

Spero che questo aiuti.

    
risposta data 24.03.2011 - 13:47
fonte

Leggi altre domande sui tag