Tag

usb debugging

0 views collected around this technical thread.

Watermelon Frontend Tech Team
Watermelon Frontend Tech Team
Nov 17, 2022 · Frontend Development

Mastering Mobile Remote Debugging: From USB to Wi‑Fi Solutions

This article explores the evolution, core principles, and practical techniques of remote debugging for mobile web pages, covering USB and Wi‑Fi transport, protocol details, tool comparisons, and best‑practice recommendations for developers working on hybrid and native‑web applications.

Chrome DevToolsfrontendmobile web
0 likes · 17 min read
Mastering Mobile Remote Debugging: From USB to Wi‑Fi Solutions
Baidu Intelligent Testing
Baidu Intelligent Testing
Nov 3, 2017 · Mobile Development

Automating USB Debug Enabling on Non-Root Android Devices Using AccessibilityService

This article demonstrates how to automatically enable USB debugging on a non‑root Android phone after reboot by installing a high‑permission app that uses an AccessibilityService to detect the debug state, launch the developer options, and simulate user interactions to toggle the setting.

AccessibilityServiceAndroidAutomation
0 likes · 7 min read
Automating USB Debug Enabling on Non-Root Android Devices Using AccessibilityService