Runner for ADB

Runner for ADB

Thomas Berghuis
Dec 25, 2023
  • 15.5 MB

    File Size

  • Security
  • Everyone

  • Android 9.0+

    Android OS

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

Show More

What's new in the latest 1.0

Last updated on 2023-12-25
Initial release
Show More

Videos and Screenshots

  • Runner for ADB poster
  • Runner for ADB screenshot 1

Runner for ADB APK Information

Latest Version
1.0
Category
Tools
Android OS
Android 9.0+
File Size
15.5 MB
Available on
Content Rating
Everyone
Security Report
Check Now
Security Check Completed
No Virus
No Spyware
No Malware
No Virus
No Spyware
No Malware
Package Name:dev.tberghuis.adbrunner
SHA-256:fed6b7867f398da472e51936d303ec6d6dad5987e4d6f1979975c40c50a02a18
SHA-1:947957bf6950a6a84956be29e8882415d35c10d1
Show More
Verified by: APKPURE

Old Versions of Runner for ADB

15.5 MBDec 25, 2023
Download
APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies