Skip to main content

Performs controlled Android app automation through UI.

Project description

Command Android Apps from Python

Python 3.10 License: AGPL v3 Code Style: Black Code Coverage

Uses uiautomator to automatically and safely control and navigate Android apps. The user can specify some app logic (series of screens and button clicks) that is executed on your Android phone through ADB.

Why

I wanted self-host my Nextcloud calendar with 1 command, from anywhere in the world, no port-forwarding, no DNS stuff, no domain-name, no registrar configuration no nothing. That includes complete Android phone configuration automation for me. Some apps did not have, and perhaps may not want, a configuration API. Configuring Android apps with automated key-presses is not safe because an unexpected event may come up, e.g. a prompt for a phone update, a call may come in etc.

So I wanted a safe- and controlled way to configure the app, using the UI. This repository verifies each step in an arbitrary script, verifies the button is the desired button etc. If unexpected changes are expected, the script aborts.

Also, each phone manufacturer has a different rooting process, this repo can become a library to safely- and automatically root all (rootable) Android phones automatically (except the user must enable ADB themselves).

Example

image

Usage

First satisfy the prerequisites:

pip install appcommander

Connect your phone, and tell this code which app you want to automate, and how:

python -m src.appcommander -a org.torproject.android -v "16.6.3 RC 1" -t "DAVx5"

which is the same as:

python -m src.appcommander --app-name org.torproject.android \
--version "16.6.3 RC 1" -torify "DAVx5"

For more info, run:

python -m src.appcommander --help

Testing

One can simulate an android phone with:

chmod +x emulate_android.sh
./emulate_android.sh

And then launch the emulated android phone with:

. ~/.profile
cd ~/.android/avd/android-small.avd/
rm *.lock
emulator -avd android-small -netdelay none -netspeed full -skin 768x1280

And run tests with:

python -m pytest

or to see live output, on any tests filenames containing substring: results:

python -m pytest --capture=tee-sys

Test Coverage

Developers can use:

conda env create --file environment.yml
conda activate appcommander
python -m pytest

Currently the test coverage is 65%. For type checking:

mypy --disallow-untyped-calls --disallow-untyped-defs tests/some_test.py

Releasing pip package update

To udate the Python pip package, one can first satisfy the following requirements:

pip install --upgrade pip setuptools wheel
pip install twine

Followed by updating the package with:

python3 setup.py sdist bdist_wheel
python -m twine upload dist/\*

Developer pip install

mkdir -p ~/bin
cp apk-ct.sh ~/bin/apk-ct
chmod +x ~/bin/apk-ct

Then you can rebuild and locally re-install the appcommander pip package the command:

apk-ct

If you want to quickly test if your changes work, you can go into the root dir of this project and run:

pip install -e .

that installs the latest changes into the pip package locally (into your conda environment).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appcommander-0.0.8.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

appcommander-0.0.8-py2.py3-none-any.whl (46.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file appcommander-0.0.8.tar.gz.

File metadata

  • Download URL: appcommander-0.0.8.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for appcommander-0.0.8.tar.gz
Algorithm Hash digest
SHA256 e39587008f540204e188d2286d1006c88b270cbf0418600aa7609577cc2ac2f6
MD5 47aa8380bb40c28fc6a72f6e653bc7e0
BLAKE2b-256 5aa9d0a04ffbc757e8d0ad179fbcd173835def5e34d41f0a47a241b0978b3e05

See more details on using hashes here.

File details

Details for the file appcommander-0.0.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for appcommander-0.0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 49f771ab5ad00cd4d8a2c3b7b5ccfebb0e7154a48c5d4c23ac29b41f15d115b1
MD5 238ec566db71596be8559fec01fae308
BLAKE2b-256 93d09b73de91a26796598b15a58e97c63fdda9132d3541683cf1b8545447001a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page