A helper to control Android devices with scripts.
Combines uiautomator2, adbutils and fdroidcl powers
- some more high-level interfaces.
See examples in
examplesto get the idea of what I'm aiming for.
Invocation examples:
droidctl examples/trivial.pyif installedpython3 . run examples/trivial.pyfrom a checkoutnix run . -- run examples/trivial.pyfrom a checkoutdroidctl --preamble preamble.py examples/trivial.pyusing a shared preambledroidctl --device SERIAL examples/trivial.pyagainst specific device
I hope to use it to automate configuring my Android devices. Is there something like Ansible for phones? Let me know if there is.