# Runner for ADB

> Save and run ADB commands from your android device

Canonical page: [https://chrome-stats.com/d/dev.tberghuis.adbrunner](https://chrome-stats.com/d/dev.tberghuis.adbrunner)

## Overview

- **ID:** `dev.tberghuis.adbrunner`
- **Platform:** Android
- **Type:** Android app
- **Status:** Available
- **Publisher:** Thomas Berghuis
- **Category:** TOOLS
- **Downloads:** 379
- **Version:** 1.0
- **Last updated:** 2023-06-17
- **First published:** 2023-06-16
- **Publisher country:** AU
- **Size:** 8.27 MB
- **Data as of:** 2026-09-12
- **Store listing:** [Google Play Store](https://play.google.com/store/apps/details?id=dev.tberghuis.adbrunner)
- **Privacy policy:** [https://tberghuis.dev/RunnerForAdb/privacy-policy.html](https://tberghuis.dev/RunnerForAdb/privacy-policy.html)

## Description

Runner for ADB lets you save and run ADB commands from your android device.<br><br>Device that you wish to run ADB commands against should have wifi debugging enabled.<br><br>To make your targeted device accept ADB commands you may need to run:<br><br>  adb tcpip 5555<br><br>You will need to do this using ADB on PC or another app such as LADB.<br><br>You can also run ADB command from other apps by sending broadcast with an Intent.<br><br>Example code:<br><br>  val intent = Intent()<br>  intent.action = &quot;dev.tberghuis.adbrunner.RUN_ADB&quot;<br>  intent.putExtra(&quot;HOST&quot;, &quot;192.168.0.99&quot;)<br>  intent.putExtra(&quot;ADB_COMMAND&quot;, &quot;shell echo hello world&quot;)<br>  intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)<br>  intent.component =<br>    ComponentName(&quot;dev.tberghuis.adbrunner&quot;, &quot;dev.tberghuis.adbrunner.AdbRunnerBroadcastReceiver&quot;)<br>  appContext.sendBroadcast(intent)<br><br><br>Source code: https://github.com/tberghuis/RunnerForAdb

## Rankings

- #1,477,671 — Overall

## Permissions and access

### Permissions

- `android.permission.ACCESS_NETWORK_STATE`
- `android.permission.FOREGROUND_SERVICE`
- `android.permission.INTERNET`
- `android.permission.RECEIVE_BOOT_COMPLETED`
- `android.permission.WAKE_LOCK`
- `dev.tberghuis.adbrunner.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION`

## Similar extensions and apps

- [Remote ADB](https://chrome-stats.com/d/com.dinhlap.adb) — 23,445 users, 3.33 / 5
- [ADB Toolkit](https://chrome-stats.com/d/in.minitick.adb.toolkit) — 4,454 users
- [Remote ADB Over WiFi](https://chrome-stats.com/d/app.remote.adb) — 19,994 users, 3.63 / 5
- [Remote ADB Shell](https://chrome-stats.com/d/com.cgutman.androidremotedebugger) — 741,403 users, 3.89 / 5
- [ADB shell - Debug Tool](https://chrome-stats.com/d/com.bat.adb) — 18,321 users, 3.67 / 5
- [ADB Shell Commands Toolkit](https://chrome-stats.com/d/com.adbtools.adbtoolkit) — 16,321 users, 3.90 / 5
- [ADB⚡OTG - Android Debug Bridge](https://chrome-stats.com/d/com.htetznaing.adbotg) — 1,489,394 users, 3.86 / 5
- [AdbKit](https://chrome-stats.com/d/com.duong56.adbkit) — 268 users
- [ADB Shell \[Tasker Plugin\]](https://chrome-stats.com/d/com.ADBPlugin) — 124,508 users, 4.13 / 5
- [Remote ADB Shell Debug](https://chrome-stats.com/d/com.catech.adbshellconnectpro) — 6,259 users
- [LADB Connect](https://chrome-stats.com/d/app.ladb.connect) — 609,556 users, 2.69 / 5
- [ADB OTG - Shell](https://chrome-stats.com/d/app.adbotg.shell) — 278,553 users, 4.00 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/dev.tberghuis.adbrunner)
