Hamza
Hamza
I assume that the steps are the same as when using a Linux host: https://github.com/FrenchYeti/dexcalibur/wiki/Use-the-Docker-image Except I can't seem to replicate the "Find the device ID and path" step on...
Fix for #63
Currently when sending an adb reverse command, an error occurs: ``` RuntimeError: ERROR: 'FAIL' 0016malformed forward spec ``` After digging into the code and the adb source code, it turns...
The `pull()` function does not support pulling directories: ``` # ... omitted dev.pull("/sdcard/Download/com.mwr.dz_2019.10.27_11.45.28", "com.mwr.dz_2019.10.27_11.45.28") Out[10]: 'read failed: Is a directory' ``` It would be nice if this gets added.