needs-coffee / Whatsapp-android-to-ios-guide

A guide for migrating whatsapp messages from android to iOS
GNU General Public License v3.0
58 stars 3 forks source link

except Exception e: #5

Open mehdihaf opened 2 years ago

mehdihaf commented 2 years ago

Hello @needs-coffee

Thanks for the tutorial !

I'm having troubles running this part : python3 ./WhatsApp-Crypt14-Decrypter/decrypt14.py key msgstore.db.crypt14 msgstore.db

I replaced the decrypt14 by _decrypt1415 and still, i have this error

Capture d’écran 2022-04-10 à 02 42 38

Thanks to this tutorial , i extracted those files :

Capture d’écran 2022-04-10 à 02 45 13

So i assume i have the required files (extracted from non root Galaxy Note 8).

Sorry to bother you, but could you help me with this part please.. I would like to know what to do, what to do next and how i can restore all that on my new IPhone.

Thanks a lot !

needs-coffee commented 2 years ago

This is a syntax error in the python code of the decryptor, there should not be a comma after exception this this code snippet

I am currently updating the guide as the decryptor and message storage format has changed since December when I wrote the guide

mehdihaf commented 2 years ago

Thanks for your reply !

Actually i managed to go till the end of the guide. I got some of the messages but they are in archive mode, and could not get the full history. Do you know if it also due to the format ? Thanks !