Skip to content
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

Message conversations extract with message contents & attachments #64

Open
altin opened this issue Feb 19, 2020 · 4 comments
Open

Message conversations extract with message contents & attachments #64

altin opened this issue Feb 19, 2020 · 4 comments

Comments

@altin
Copy link
Contributor

altin commented Feb 19, 2020

Currently, we can export photo locations with --photos.locations. I suppose this may be of some use, but I think that exporting the images themselves is beneficial, especially in conjunction with the messages. This way, when/if a front-end is ever made, conversations with a particular contact would be complete and have their own corresponding photos.

I understand that images can easily be accessed from the DCIM folder, but this isn't the case with third-party messaging apps like Viber (unless the user allows all received Viber photos to be sent to the camera roll).

Thoughts? I can implement this.

@altin altin changed the title Photo file exporting Image exporting Feb 19, 2020
@mssdvd
Copy link

mssdvd commented Feb 19, 2020

@altin Where is the DCIM folder?

@altin
Copy link
Contributor Author

altin commented Feb 19, 2020

@altin Where is the DCIM folder?

It is in the iPhone drive that is created when an iPhone is plugged in. For Windows, it is in the ...\Apple iPhone\Internal Storage\DCIM\ drive. It probably won't be called DCIM For macOS users, so I guess the better way to import photos for both Windows/macOS is to follow these tutorials written by Apple.

Regardless, I believe there are still use cases for adding this feature.

@mssdvd
Copy link

mssdvd commented Feb 19, 2020

@altin Where is the DCIM folder?

It is in the iPhone drive that is created when an iPhone is plugged in. For Windows, it is in the ...\Apple iPhone\Internal Storage\DCIM\ drive. It probably won't be called DCIM For macOS users, so I guess the better way to import photos for both Windows/macOS is to follow these tutorials written by Apple.

Regardless, I believe there are still use cases for adding this feature.

Thanks but I hoped that there was an easy way to extract Images from a backup like many commercial apps do. So there are certainly use cases for adding this feature.

@richinfante
Copy link
Owner

Apologies for the delay - I work on this in my spare time. You should be able to extract all the files in a backup using a command similar to this, but it'll export everything:

ibackuptool -b $UDID -r backup.files --extract ~/Desktop/BackupFiles

Right now there's no support for exporting images from message conversations, but this might change in the future.

@richinfante richinfante changed the title Image exporting Message conversations extract with message contents & attachments Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants