|
|
1 year ago | |
|---|---|---|
| templates | 1 year ago | |
| test | 1 year ago | |
| .env.example | 1 year ago | |
| .gitignore | 1 year ago | |
| Readme.md | 1 year ago | |
| capture.py | 1 year ago | |
| dungeon.py | 1 year ago | |
| helper.py | 1 year ago | |
| locate.py | 1 year ago | |
| requirements.txt | 1 year ago | |
| screenshot.py | 1 year ago |
python needs to be installed
following python packages are needed
pip install -r requirements.txt
.env.example-file to .envadb commandline tool needs to be installed with Android Studio. (with sdk
manager install
Android SDK > SDK Tools: Android SDK Build-Tools, Android SDK Command-line Tools, Android SDK Platform-Tools and Google USB Driver)
if you want to work wireless:
set adb port to 5555 while connected via usb:
adb tcpip 5555
connect wireless to device (with your android's ip address)
adb connect 192.168.178.32:5555