Runner for ADB
Install Now
Runner for ADB
Runner for ADB

Runner for ADB

Save and run ADB commands from your android device

Developer: Thomas Berghuis
App Size: Varies With Device
Release Date: Jun 16, 2023
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
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
Show More
Show Less
Runner for ADB 1.0 Update
2023-06-17 Version History
Initial release

~Thomas Berghuis
More Information about: Runner for ADB
Price: Free
Version: 1.0
Downloads: 93
Compatibility: Android 9
Bundle Id: dev.tberghuis.adbrunner
Size: Varies With Device
Last Update: 2023-06-17
Content Rating: Everyone
Release Date: Jun 16, 2023
Content Rating: Everyone
Developer: Thomas Berghuis


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide