Reputation: 2064
From my reading of some android forensic articles i understand that sqlite records can be recovered but only if sqlite wasnt compiled with SQLITE_SECURE_DELETE option (override deleted content with '0') or no vacuum had been triggered (to give back to OS unalocated space) + there is also option on sqlite to do automatic vacuum.
What do you know about Android in terms of recovering deleted records? Was it compiled with this options? Opinions, links, anything is welcomed
PS. I know also about other way to delete, by marking a specific flag in row as deleted .. but data is still there.. so i am not interesting in that!
Upvotes: 0
Views: 4764
Reputation: 2064
So i did these test but only on emulator with android 2.2 (i dont have rooted mobile)
Sent 15 SMS, deleted them all, send 5 new SMS.. conclusions:
Gracias
Upvotes: 5