Home/

Apps/

Tools/

Runner for ADB

Runner for ADB

Runner for ADB

Save and run ADB commands from your android device

Thomas Berghuis

Runner for ADB is developed and provided by Thomas Berghuis.

VersionVaries with device
Rating4
CategoryTools
Package namedev.tberghuis.adbrunner
Downloads100+

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

Is Runner for ADB safe for my device?

Open up

Yes, Runner for ADB follows the Google Play content guidelines to ensure safe use on your Android device.

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

Open up

A file with .xapk extension is a compressed package file. It is a container file format that incorporates APK and additional associated files required for the installation. The XAPK format was introduced to package the APK file and OBB file together for a seamless delivery and installation process. XAPK format can help reduce the package size of application. On mobile phones, users need to install the XAPK installer first, and then install XAPK files through that installer. You can find the installer here:https://apkcombo.com/how-to-install/. But on PC client, you just need to put the file on LDPlayer.

Can I play Runner for ADB on my computer?

Open up

Yes, you can play Runner for ADB on your computer by installing LDPlayer, an Android emulator. After installing LDPlayer, simply drag and drop the downloaded APK file into the emulator to start playing Runner for ADB on PC. Alternatively, you can open the emulator, search for the game or app you want to play, and install it from there.

Program Available in Other Languages

More apps from Thomas Berghuis