I am currently making a mobile forensic toolkit for a project I have been given. I have hit a dead end and hoping someone could help me.
On Android, text messages, call logs, contacts etc are all saved as .db
files and I am hoping I can populate a JTable to show the results when pressed on a specific button. For example you click view texts and the JTable fills with all the text messages on the phone. Also the .db
files are full of columns that I will not need to show so is there a way to only select the columns that I do want to us?