Miłosz Gaczkowski
Miłosz Gaczkowski
Known issue, indicated in `README.md`: > Building of custom agents functionality will crash the drozer client. This functionality is considered out of scope for the beta release of the revived...
Hi! ByteArray extras are currently broken in 3.0.1, but some work has already been done to bring that functionality in the `develop` branch. This currently focuses on Activities, not Services,...
Okay, I believe I've managed to get `app.service.send` to use the same logic as `app.activity.start` and `app.service.start`. I was able to confirm that ByteArrays could be added to the Bundle...
We're sunsetting all issues related to drozer 2. If your issue persists in drozer 3, please open a new issue!
Hi there, sorry for the delayed response! As others have commented, drozer has some very specific (and dated) software pre-requisites, namely Python 2.7 and Java 7. We hope to resolve...
So, this is a fun one. At its core, the problem boils down to the logic of the `__test_uri()` function of the `scanner.provider.traversal` module. In drozer 2, this was implemented...
Keeping this open as a reminder to do further work on those exception checks
Okay, so, having done a bit more work on that, realistically speaking better error checking here is gonna be difficult. Different versions of Android throw different exceptions, and Catching 'Em...