Tag

Android Automation

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Nov 22, 2022 · Mobile Development

Automating Android Phones with Scrcpy and UiAutomator2 Using Python

This tutorial explains how to set up the open‑source screen‑copy tool Scrcpy and the Python‑based UiAutomator2 library to control an Android device from a computer, covering installation, environment configuration, sample code for interacting with apps, and practical use cases such as automated liking and commenting.

ADBAndroid AutomationPython
0 likes · 6 min read
Automating Android Phones with Scrcpy and UiAutomator2 Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Jul 20, 2022 · Mobile Development

Automating Android Devices with Python and ADB

This tutorial explains how to set up ADB and the pure‑python‑adb library, enable USB debugging, and write Python scripts that control an Android phone to perform actions such as taking selfies, searching for word definitions, and capturing screenshots, providing a practical introduction to mobile automation.

ADBAndroid Automationmobile development
0 likes · 8 min read
Automating Android Devices with Python and ADB
Python Programming Learning Circle
Python Programming Learning Circle
Nov 26, 2021 · Mobile Development

Automating Princess Connect on Android with Python, ADB, and OpenCV

This tutorial demonstrates how to use Python, ADB, and OpenCV to automate gameplay tasks in the mobile game Princess Connect, covering environment setup, device interaction, screenshot handling, image template matching, cropping, and OCR for extracting in‑game information.

ADBAndroid AutomationImage Recognition
0 likes · 9 min read
Automating Princess Connect on Android with Python, ADB, and OpenCV