WhatsDump
WhatsDump copied to clipboard
Error on ADB version
I have this error... any ideas to fix it?
[INFO] Starting emulator... emulator: WARNING: Crash service did not start
HAX is working and emulator runs in fast virt mode.
emulator: Cold boot: requested by the user
[INFO] Trying to register phone on emulator... (may take few minutes)
[INFO] Installing WhatsApp...
[INFO] Cleaning WhatsApp...
[INFO] Moving extracted database into emulator...
Traceback (most recent call last):
File "whatsdump.py", line 244, in
Looks like some ADB version check that 3rd party module is making. Should be fixed in 1e20fd1
Seems another check is required on another file. "adbclient.py"
HAX is working and emulator runs in fast virt mode.
emulator: Cold boot: requested by the user
[INFO] Trying to register phone on emulator... (may take few minutes)
[INFO] Installing WhatsApp...
[INFO] Cleaning WhatsApp...
[INFO] Moving extracted database into emulator...
9999
Traceback (most recent call last):
File "whatsdump.py", line 244, in
Can you tell me the OS you're using?
Also, please paste the content of the file in WhatsApp-Dump/android-sdk/platform-tools/source.properties
so I can take a look at SDK version. Since the 3rd party module is not very flexible, I guess a downgrade to a supported SDK would be needed.
i fixed adding on adbclient.py at line 380 Just add that version on the list.
VALID_ADB_VERSIONS = ["00040029", "00040028",
Seems working, i receive registration number, but then appears: [INFO] Dialog message: Verifying [ERROR] Exception in verification: Cannot find restore button, is msgcrypt associated with +xxx?
Somehow the last part is not working
I had the same error, add 40020029 too, to fix it.
This needs a more robust bugfix, I will commit a fix as soon as I have some free time.