mirror of
https://github.com/absadiki/whatsapp-msgstore-viewer.git
synced 2026-04-27 04:45:57 +03:00
[GH-ISSUE #16] support for ChatStorage.sqlite? #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-msgstore-viewer#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RDGR8 on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/absadiki/whatsapp-msgstore-viewer/issues/16
ChatStorage.sqlite is basically msgstore.db but for iPhone
ChatStorage.sqlite seems to have less tables
There are some old scripts which try to convert/combine ChatStorage.sqlite to msgstore.db or the opposite, perhaps they can help:
https://gist.github.com/paracycle/6107205
https://github.com/residentsummer/watoi/blob/master/watoi/main.m
@absadiki commented on GitHub (May 31, 2025):
Thanks, @RDGR8! I'm glad you found the project useful. It's a great idea to add support for the iPhone version; I wasn't aware that they were different. :)
As I mentioned in #15, if it's an sqlite database and you can open it in a SQLite viewer, as shown in the image, you can quickly add support for it without needing to convert it to the Android format.
I don't have access to the
ChatStorage.sqlitefile to test with, but please give it a try and let me know if you encounter any issues.You can submit a PR, and I will happily merge it into the project.