-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting iOS backups may ignore -c compatible
#296
Comments
-c compatible
-c compatible
imessage-exporter/imessage-exporter/src/app/attachment_manager.rs Lines 152 to 162 in 247e01e
|
On iOS, attachment files are stored with names as hashes without extensions, so the current detection code doesn't work in those cases: imessage-exporter/imessage-database/src/tables/attachment.rs Lines 410 to 420 in 247e01e
|
We can use the imessage-exporter/imessage-database/src/tables/attachment.rs Lines 124 to 155 in 247e01e
We should use this to determine if the file should be converted or not. |
Discussed in #295
Originally posted by macramores July 21, 2024
I can create a backup from my Mac and it correctly converts the -c compatible correctly, but when trying to create a backup from an iOS backup, it pulls the backup in 10 seconds (which is impressive) but ignores the -c compatible. Here's the line I'm running:
./imessage-exporter -f html -p ~/iphone_backup_latest/00008030-001445C43E60A02E -a iOS -o backup_export -c compatible
Thank you!
The text was updated successfully, but these errors were encountered: