Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Runner for ADB icon

1.0 by Thomas Berghuis


Dec 25, 2023

About Runner for ADB

Save and run ADB commands from your android device

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

What's New in the Latest Version 1.0

Last updated on Dec 25, 2023

Initial release

Translation Loading...

Additional APP Information

Latest Version

Request Runner for ADB Update 1.0

Uploaded by

Kim Seo Jun

Requires Android

Android 9.0+

Available on

Get Runner for ADB on Google Play

Show More

Runner for ADB Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.