Samsung Android Gallery-Deleted Photos
Samsung Android Deleted Gallery
-Starting in Android 9, the user has the capability to restore deleted media files.
-When a user deletes a media file, the media file is not immediately deleted.
-It goes into trash and remains in the trash for 30 days.
-The filename is changed upon deletion.
-During this time the user can choose to permanently delete the file or restore it to its original
location.
-The deleted file specific to a Samsung device, will be parsed with forensic tools from:
data\media\0\Android\data\com.sec.android.gallery3d\files\.Trash
-Data about the file can be located in: data\data\com.sec.android.gallery3d\databases\local.db.
-Looking in the local.db specifically, the trash table, contains information about the deleted
media file.
-The following columns contain data about the deleted files:
_absPath – The current path of the deleted file.
_Title – The current title of the deleted file.
_width, _height, _orientation.
_originPath – The original path that the file was deleted from.
_originTitle – The original title of the deleted file.
deleteTime – The date/time that the file was deleted.
_restoreExtra – Additional data about the file in a JSON format. This includes _date
taken and _relativePath.
_expiredPeriod – The retention time related to the file once it is sent to the trash.
**Note** This research is specific to Samsung devices.
Deleted Gallery for other Android devices may be slightly different.