MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
268 stars 58 forks source link

Beginner Tips #32

Open YasseenAbuZer opened 4 years ago

YasseenAbuZer commented 4 years ago

I saw Issue #16, I tryed to use the windows .exe version, but the following error appears Cannot find WhatsDump AVD; install Android SDK and emulator packages with --install-sdk. I didn't know how to find or run --install-sdk or to find AVD. My PC has Android Studio installed "I don't know if this has any relation to my case" Also, I tried to run the python code this error appears line 5, in import phonenumbers ImportError: No module named phonenumbers I do not know how to Install SDK with --install-sdk flag, or how to make sure the AVD exists. I'm sorry for my silly questions, but could anyone provide me a step by step procedure

simoneraffaelli commented 4 years ago

Use Python 2.x version, the 3.x version has a different syntax and will not work. Then to install the SDK take a look at Issue #13

BTW it will not work due to WhatsApp APK not updated, just wait for an update

melmahdy12 commented 4 years ago

I have the same problem. Cannot find WhatsDump AVD; install Android SDK and emulator packages with --install-sdk.

melmahdy12 commented 4 years ago

Please I need to know how to install and configure the tool and script??

sasu668 commented 4 years ago

someone could install and run wwhtasdump in windows? .. help me please,,

phwi commented 3 years ago

I am asking myself the same question... I tried to do everything exactly as demanded but finally when I try to plug the phone or try to use a local copy of the msgstore file and run the

python whatsdump.py --msgstore /path/to/msgstore.db --wa-phone +15417543010 --wa-verify sms

command, I ultimately get the message:

Cannot find WhatsDump AVD; install Android SDK and emulator packages with --install-sdk.

I got the impression that it does not matter, which command I run... I can also execute just the "whatsdump.py" always leading to the same problem with windows 7.

Can anyone assist maybe?