Tag

ADB

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 25, 2025 · Mobile Development

Basic Usage and Parameter Configuration of Android Monkey for Automated Testing

This guide explains how to use the Android Monkey tool to generate random user events for stress testing, configure its parameters for different testing scenarios, and analyze the resulting logs to identify crashes, ANRs, and event sequences that affect app stability.

ADBMonkeyParameters
0 likes · 4 min read
Basic Usage and Parameter Configuration of Android Monkey for Automated Testing
Test Development Learning Exchange
Test Development Learning Exchange
Apr 24, 2025 · Databases

Using SQLite Databases and Advanced ADB Commands on Android

This guide explains how to access Android SQLite databases via adb shell sqlite3, create and run complex shell scripts, and manage app permissions and users through ADB commands, providing practical examples for debugging and automation.

ADBPermissionsSQLite
0 likes · 5 min read
Using SQLite Databases and Advanced ADB Commands on Android
Test Development Learning Exchange
Test Development Learning Exchange
Apr 22, 2025 · Mobile Development

Using ADB to Install, Uninstall, List, Start, and Stop Android Apps

This guide explains how to use Android Debug Bridge (ADB) commands to install and uninstall APKs, list installed packages, and start or stop applications on a connected device, providing essential tools for mobile developers and testers.

ADBAPKApp Testing
0 likes · 3 min read
Using ADB to Install, Uninstall, List, Start, and Stop Android Apps
Test Development Learning Exchange
Test Development Learning Exchange
Apr 20, 2025 · Mobile Development

How to Use ADB Commands: Reboot, Logcat, and Shell

This guide explains essential ADB commands for Android development, covering how to reboot a device (including bootloader and recovery modes), view real‑time logs with logcat and its filtering options, and enter the device’s shell to run Linux commands such as ls, pwd, and top.

ADBMobile Developmentandroid
0 likes · 3 min read
How to Use ADB Commands: Reboot, Logcat, and Shell
Test Development Learning Exchange
Test Development Learning Exchange
Apr 19, 2025 · Mobile Development

Understanding ADB: Installation, Environment Setup, and Device Connection

This guide explains what ADB (Android Debug Bridge) is, how to install JDK and the Android SDK, configure environment variables, enable USB debugging, and verify device connection using the adb devices command, providing a solid foundation for Android development and testing.

ADBMobile DevelopmentSDK Setup
0 likes · 3 min read
Understanding ADB: Installation, Environment Setup, and Device Connection
Test Development Learning Exchange
Test Development Learning Exchange
Mar 27, 2025 · Mobile Development

Understanding Android Monkey Event Types and How to Configure Their Ratios

This article explains the various pseudo‑random event types that the Android Monkey tool can generate, shows the command‑line parameters for each type, and provides a sample ADB command to set custom event‑type percentages for more realistic mobile app stress testing.

ADBAutomationEvent Types
0 likes · 4 min read
Understanding Android Monkey Event Types and How to Configure Their Ratios
Python Programming Learning Circle
Python Programming Learning Circle
Nov 27, 2024 · Game Development

Creating a King of Glory Gold‑Farming Script Using Python and ADB

This guide explains how to build a Python‑based ADB script that automates taps at specific screen coordinates to repeatedly farm gold in the mobile game King of Glory, covering environment setup, common ADB errors, coordinate extraction, full source code, and packaging as an executable.

ADBGame AutomationKing of Glory
0 likes · 6 min read
Creating a King of Glory Gold‑Farming Script Using Python and ADB
Python Programming Learning Circle
Python Programming Learning Circle
Nov 25, 2024 · Mobile Development

Automating Douyin Likes with Python, ADB, and Baidu AI Face Recognition

This article demonstrates how to build a Python-based Douyin crawler that uses ADB to control an Android device, captures screenshots, employs Baidu AI face recognition to detect high‑scoring female faces, and automatically likes videos meeting the criteria.

ADBAutomationDouyin
0 likes · 11 min read
Automating Douyin Likes with Python, ADB, and Baidu AI Face Recognition
Python Programming Learning Circle
Python Programming Learning Circle
Jan 15, 2024 · Mobile Development

Automating Android Phone Actions with Python and ADB

This guide explains how to install ADB and the pure‑python‑adb library, enable USB debugging on an Android device, and write Python scripts that simulate touches to create a selfie timer and a word‑definition searcher, demonstrating full mobile automation using Python.

ADBAutomationMobile Development
0 likes · 8 min read
Automating Android Phone Actions with Python and ADB
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 1, 2023 · Mobile Development

Android Debugging Techniques: Operations, Practices, and Principles

The guide explains Android debugging fundamentals, covering run and attach modes, essential operations like stepping and breakpoints, best practices for inspecting variables and reducing compile time, the underlying ADB and JDWP protocols, and troubleshooting common issues such as breakpoint loss and port conflicts.

ADBDebugging PrinciplesMobile Development
0 likes · 15 min read
Android Debugging Techniques: Operations, Practices, and Principles
Python Programming Learning Circle
Python Programming Learning Circle
Dec 26, 2022 · Mobile Development

Automating Android Devices with Python and ADB

This guide explains how to set up ADB and Python libraries, 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.

ADBAutomationMobile Development
0 likes · 9 min read
Automating Android Devices with Python and ADB
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
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 27, 2022 · Mobile Development

Comprehensive Guide to Android ADB: Concepts, Setup, Commands, and Automation Scripts

This article provides a detailed introduction to Android Debug Bridge (ADB), covering its concepts, architecture, environment setup, common issues, command syntax, and practical automation examples using both shell scripts and Python, enabling developers to control devices, perform UI actions, and schedule tasks efficiently.

ADBAutomationMobile Development
0 likes · 20 min read
Comprehensive Guide to Android ADB: Concepts, Setup, Commands, and Automation Scripts
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
Feb 26, 2022 · Mobile Development

Automating Onmyoji Game Tasks with Python, ADB, and OpenCV

This tutorial explains how to use Python, ADB commands, OpenCV image recognition, and Tencent OCR to automate weekly tasks in the Onmyoji mobile game, including boss battles, realm breakthroughs, and resource farming, while handling multi‑instance switching and random delays for stability.

ADBAutomationOCR
0 likes · 7 min read
Automating Onmyoji Game Tasks with Python, ADB, and OpenCV
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
ByteDance Terminal Technology
ByteDance Terminal Technology
Sep 29, 2021 · Mobile Development

Bypassing Android 10+ dex2oat Restrictions for Performance Optimization

This technical article investigates the Android 10+ dex2oat limitation that blocks app‑initiated compilation, analyzes its SELinux enforcement, and presents a practical solution using system commands and binder calls to trigger dex2oat for both primary and secondary APKs, achieving significant load‑time and runtime improvements.

ADBDex2oatMobile
0 likes · 20 min read
Bypassing Android 10+ dex2oat Restrictions for Performance Optimization
Python Programming Learning Circle
Python Programming Learning Circle
Sep 11, 2021 · Mobile Development

Automating the WeChat Jump Game on Android Using ADB and Python

This guide explains how to set up ADB on a Windows PC, connect an Android device, capture screenshots, and run a Python script that detects the game pieces and board in WeChat's Jump mini‑program to automatically perform jumps based on calculated distances.

ADBAutomationPython
0 likes · 13 min read
Automating the WeChat Jump Game on Android Using ADB and Python
360 Tech Engineering
360 Tech Engineering
Nov 30, 2020 · Mobile Development

Comprehensive Guide to Android App Packet Capture Using an Emulator, ADB, Charles, and Fiddler

This tutorial walks through a complete Android app packet‑capture workflow—installing a Wi‑Fi‑proxy‑compatible emulator, deploying the app via UI or ADB, configuring Charles or Fiddler as a debugging proxy, handling HTTPS certificates for Android 7+, and capturing traffic for functional, security, or development testing.

ADBCharles ProxyFiddler
0 likes · 8 min read
Comprehensive Guide to Android App Packet Capture Using an Emulator, ADB, Charles, and Fiddler