Runner for ADB

Save and run ADB commands from your android device
Thomas Berghuis
Download Runner for ADB APK
Rating 4
Category Tools
Package name dev.tberghuis.adbrunner
Downloads 100+
Runner for ADB Description
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

Open up
Download APK for Android
Currently, Runner for ADB APK download is not available. Please proceed to download from the Google Play Store.
Google Play
Get from Play Store
1. Click "Get from Play Store
2. Download Runner for ADB from the Play Store
3. Launch and enjoy Runner for ADB
Runner for ADB APK FAQ

Is Runner for ADB safe for my device?

Open up

What is an XAPK file, and what should I do if the Runner for ADB I downloaded is an XAPK file?

Open up

Can I play Runner for ADB on my computer?

Open up

Search Recommendation