YuvrajRaghuvanshiS / WhatsApp-Key-Database-Extractor

The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
MIT License
447 stars 57 forks source link

ScrCpy tests. #41

Closed YuvrajRaghuvanshiS closed 3 years ago

YuvrajRaghuvanshiS commented 3 years ago

Is your feature request related to a problem? Please describe. ScrCpy tests on all OSs

Hey @shloak17107 I have recently added scrcpy for non windows devices. It is a tool to mirror screen as well as control it (input keys, simulate touches etc.) Would you like to test those?

Get scrcpy

chmod +x bin/linux_dependencies.sh
sudo ./bin/linux_dependencies.sh

Run with --scrcpy flag

python wa_kdbe.py --scrcpy
shloak17107 commented 3 years ago

What should I be able to see with scrcpy?

YuvrajRaghuvanshiS commented 3 years ago

Your android screen in real time.

shloak17107 commented 3 years ago

Nothing opens for me on my Mac.

YuvrajRaghuvanshiS commented 3 years ago

Did you re install dependencies? Try running scrcpy by typing in terminal scrcpy if that works.

shloak17107 commented 3 years ago

My bad, forgot to run with --scrcpy flag. It mirrors my screen just before reboot but doesn't after reboot.

YuvrajRaghuvanshiS commented 3 years ago

Yeah that's the issue. But again entire point of using scrcpy was to control device when (it is running on tcp and) you don't have physical access of device. So you can enter password, unlock device etc. and on tcp it does not reboot.