WhatsDump
WhatsDump copied to clipboard
Could not connect/start ADB server
Full log:
`[INFO] Attempting to start ADB server...
[ERROR] Could not connect/start ADB server`
I tried using the python script in a virtual environment on windows 7. I successfully eliminated the no phonenumbers module issue and the license accepting issue but now i am stuck at this page. When running adb devices it shows my phone.
Hm i figured out that the android_sdk.py script is trying to execute the avdmanager.bat and adb tools from an android_sdk folder inside the WhatsDump folder, but looking into this folder i cant find an android_sdk folder.
The static binary on the other hand downloads this folder and extracts its contents in the same folder as the .exe file. I tried copying its contents to the WhatsDump python folder and running the script again, but again it failed because in this folder apparently there is no adb tool.
EDIT: This is the output i get (i edited the python script so it outputs the command its going to execute), thats why there are a few more infos):
[INFO] C:\Users\MyName\Downloads\WhatsDump\android-sdk\tools\bin\avdmanager.bat list avd [INFO] Attempting to start ADB server... [INFO] C:\Users\MyName\Downloads\WhatsDump\android-sdk\platform-tools\adb -P 50 37 start-server [ERROR] Could not connect/start ADB server
As i said there is no "android-sdk" folder inside the "C:\Users\MyName\Downloads\WhatsDump" folder.
You should not reach the point where you cannot launch ADB server if android sdk is not extracted. Can you give me additional informations like what OS you're running on, are you using a virtual machine to run it? Did you try to run WhatsDump with --install-sdk
?