I need help recovering chats. Any ideas?

0 votes
asked by about DB Browser for SQLite
edited by

So I've done some research to recover some messages, but the only answer ive gotten isnt helping entirely. Ive found the command,
SELECT datetime (message.date / 1000000000 + strftime ("%s", "2001-01-01"), "unixepoch", "localtime") AS messagedate, message.text, message.isfromme, chat.chatidentifier

BUT, I don't need files from that folder. I need files from the chat folder itself. Not "chatmessagejoin"

I can see the phone number i want to view and everything in the browse data folder, but its the issue of reading the message content that i cant solve. Thank you anyone who can help.

1 Answer

0 votes
answered by (91.1k points)

Unfortunately, the given information is not sufficient to provide a direct solution to your specific issue with recovering chats in DB Browser for SQLite. It seems like you have found a command that retrieves the necessary data, but now you are facing difficulties in reading the message content. It might be helpful to delve deeper into the command syntax or seek further assistance from the software's support community or forums.

0 votes
No avatar answered by (140 points)

Explore the database schema to identify the tables that store information about chats and messages. You might need to look for tables like "chat," "message," or similar. Adjust your SQL query to target the table where chat information is stored. The specific table names and column names will depend on the application and its database schema.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...