-
Notifications
You must be signed in to change notification settings - Fork 89
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
Error to export old images #89
Comments
Hi. Just want to confirm if you are working to export your WhatsApp images or the images stored in iOS, i.e., images in the Photo app. |
Hi, |
Is your iOS backup encrypted? |
No, the IOS backup is not encrypted. |
You can run the following SQL in the Manifest.db and check if each file in the backup is intect: SELECT * FROM Files WHERE domain='AppDomainGroup-group.net.whatsapp.WhatsApp.shared' |
@KnugiHK thanks for your response. |
In your iOS backup folder there should be a file called "Manifest.db". Open that with a SQLite browser and execute the SQL I mentioned above. Then, you will get the hash of each file. Using the hash, you can locate your files in the backup folder. You may want to first check the integrity of several randomly chosen files. |
I succeeded to see all the hashes. Can I add the timestamp of the file hashes? Because I need the oldest photos? |
The files named with hash is the file you want as you mentioned it is not encrypted. To add the timestamp of the files, you need to parse the bplist file embedded. You may refer to this commit. |
Thanks a lot! |
Ignore my last comment if you see that through email. The latest version should have the timestamp written into the metadata of all WhatsApp media. You may want to take a look. |
Hi,
I have old photos that I want to recover @KnugiHK, (I guess you may have an idea of how to recover it.)
These pictures transfer to several devices so I guess causes some issues.
When I used your tool, I saw the images were not available, I tried to sort by date and the pictures are not exported by your tool.
Is there any option to export it from the iTunes backup/or your tool?
See the screenshot below, when I tried to share it I saw the hash of the file but without success exporting it.
Thanks
The text was updated successfully, but these errors were encountered: