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

Installation hangs out #43

Open diqipib opened 4 years ago

diqipib commented 4 years ago
D:\WhatsDump-master>python whatsdump.py --install-sdk

 _    _ _           _      ______
| |  | | |         | |     |  _  \
| |  | | |__   __ _| |_ ___| | | |_   _ _ __ ___  _ __
| |/\| | '_ \ / _` | __/ __| | | | | | | '_ ` _ \| '_ \
\  /\  / | | | (_| | |_\__ \ |/ /| |_| | | | | | | |_) |
 \/  \/|_| |_|\__,_|\__|___/___/  \__,_|_| |_| |_| .__/
                                                 | |
                                                 |_|
                        v0.2 beta

[INFO] SDK tools directory already exists, skipping download & extraction...
[INFO] Updating SDK from manager...
[=======================================] 100% Computing updates...
[INFO] Accepting SDK licenses..
All SDK package licenses accepted.======] 100% Computing updates...

I waited 10-15 minutes and then stopped it with CTRL+C. That's what I see in output:


  File "whatsdump.py", line 244, in <module>
    main()
  File "whatsdump.py", line 78, in main
    if not sdk.install():
  File "D:\WhatsDump-master\src\android_sdk.py", line 59, in install
    s2 = self._run_cmd_sdkmanager("--list")
  File "D:\WhatsDump-master\src\android_sdk.py", line 218, in _run_cmd_sdkmanager
    return self._run_cmd(CommandType.TOOLS_BIN, 'sdkmanager', args, wait, input, show)
  File "D:\WhatsDump-master\src\android_sdk.py", line 247, in _run_cmd
    wait, input, show)
  File "D:\WhatsDump-master\src\android_sdk.py", line 269, in _run_raw_cmd
    proc.wait()
  File "C:\Python27\lib\subprocess.py", line 693, in wait
    _subprocess.INFINITE)
KeyboardInterrupt```
diragb commented 4 years ago

same here, any update?

gdinit commented 3 years ago

This fixed it for me: https://github.com/MarcoG3/WhatsDump/issues/18#issuecomment-510388180