Runner for ADB Android

Runner for ADB

Save and run ADB commands from your android device

Overview

Features & Capabilities

Runner for ADB lets you save and run ADB commands from your android device.

Device that you wish to run ADB commands against should have wifi debugging enabled.

To make your targeted device accept ADB commands you may need to run:

adb tcpip 5555

You will need to do this using ADB on PC or another app such as LADB.

You can also run ADB command from other apps by sending broadcast with an Intent.

Example code:

val intent = Intent()
intent.action = "dev.tberghuis.adbrunner.RUN_ADB"
intent.putExtra("HOST", "192.168.0.99")
intent.putExtra("ADB_COMMAND", "shell echo hello world")
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
intent.component =
ComponentName("dev.tberghuis.adbrunner", "dev.tberghuis.adbrunner.AdbRunnerBroadcastReceiver")
appContext.sendBroadcast(intent)


Source code: https://github.com/tberghuis/RunnerForAdb

User Growth & Download Statistics

App
By:
Thomas Berghuis
Downloads:
378 1
Version:
1.0 Last updated: 2023-06-17
Version code:
1
Creation date:
2023-06-16
Publisher country:
AU AU
Permissions:
  • android.permission.FOREGROUND_SERVICE Low risk
  • android.permission.INTERNET Low risk
  • android.permission.RECEIVE_BOOT_COMPLETED Low risk
  • android.permission.WAKE_LOCK Low risk
  • android.permission.ACCESS_NETWORK_STATE Safe
  • dev.tberghuis.adbrunner.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Size:
8.27MB
Email:
tb*****@gmail.com
URLs:
Privacy policy
Full description:
See detailed description
Source:
Google Play Store
Data ingested on:
2026-07-27
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Android app. Please use these information below to contact the Android app developer.
Developed by:
Thomas Berghuis
Google Play Store
https://play.google.com/store/apps/details?id=dev.tberghuis.adbrunner
Email:
tb*****@gmail.com

Best Runner for ADB Alternatives

Here are some Android apps that are similar to Runner for ADB: