💻 WebUSB Terminal Shell
Full-featured interactive Unix terminal running directly on Android OS (UID 2000). Execute package manager (pm), window manager (wm), activity manager (am), and system settings commands.
Launches an Activity, opens an application, or triggers a custom Intent with extras.
adb shell am start
am start [-D] [-W] [-P <FILE>] [--start-profiler <FILE>] [-S] [-N] [-R <COUNT>] [-a <ACTION>] [-d <DATA_URI>] [-t <MIME_TYPE>] [-c <CATEGORY>] [-e|--es <EXTRA_KEY> <EXTRA_STRING_VALUE>] [-n <COMPONENT>]
| Flag | Description |
|---|---|
| -n <COMPONENT> | Explicit component name formatted as package/activity class. |
| -a <ACTION> | Intent action name (e.g. android.intent.action.VIEW). |
| -d <DATA_URI> | Intent data URI (e.g. https://example.com or tel:123). |
| -t <MIME> | Intent MIME type (e.g. image/png, video/mp4). |
| -c <CATEGORY> | Intent category (e.g. android.intent.category.LAUNCHER). |
| -e <KEY> <VAL> | Pass string extra to the intent. |
| --ez <KEY> <VAL> | Pass boolean extra (true/false). |
| --ei <KEY> <VAL> | Pass integer extra. |
| -W | Wait for launch to complete and print benchmark timings. |
| -S | Force stop the target app before starting the activity. |
| -D | Enable debugging (wait for debugger attachment). |
adb shell am start -n com.example.app/.MainActivity
Starting: Intent { cmp=com.example.app/.MainActivity }
adb shell am start -a android.intent.action.VIEW -d https://webadbshell.dev
Starting: Intent { act=android.intent.action.VIEW dat=https://webadbshell.dev }
adb shell am start -W -n com.spotify.music/com.spotify.music.MainActivity
Starting: Intent { cmp=com.spotify.music/.MainActivity }
Status: ok
LaunchState: COLD
Activity: com.spotify.music/.MainActivity
TotalTime: 382
WaitTime: 405
Complete
adb shell am start -S -n com.example.app/.MainActivity
Stopping: com.example.app
Starting: Intent { cmp=com.example.app/.MainActivity }
ADB Toolkit is an open-web developer platform powered by the W3C WebUSB standard and client-side cryptography. Connect any Android smartphone, tablet, or smart TV via USB to execute real-time terminal shell commands, mirror screens, uninstall pre-loaded OEM bloatware, check authentic battery health, and sideload APKs with 100% client-side privacy.
Full-featured interactive Unix terminal running directly on Android OS (UID 2000). Execute package manager (pm), window manager (wm), activity manager (am), and system settings commands.
Safely remove pre-installed bloatware, telemetry trackers, and ad daemons on Samsung Galaxy (One UI), Xiaomi (HyperOS), OnePlus (ColorOS), and Motorola without root or Knox flags.
Query hardware kernel sysfs fuel gauges to inspect true battery capacity (µAh), completed 0-100% charge cycle counts, voltage, and real-time mA discharge rates.
Customize screen density (DPI) and unlock iPad View (4:3 stretched aspect ratio) for PUBG Mobile, BGMI, and Free Fire for a wider field of view without root.
ADB Toolkit is built on zero-knowledge architecture. When connecting your Android device to our browser application via WebUSB, all cryptographic key generation (Web Crypto SubtleCrypto), transport packet encoding, and binary payload decoding occur strictly on your local computer. We do not operate remote relay servers or collect device serial numbers, shell outputs, or personal files.