App City
Home
Tools
Runner for ADB
Runner for ADB
Tirtha 2
0
App Rating
0+
Downloads
5.93 MB
File Size
Download App
Screenshots
×
About this App
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
Data safety
Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
Whats New
update
Ratings and reviews
0
0 reviews
Log in to write a review.
Log in / Register
App support
[email protected]
Updated on
12/07/25
Version
1.0
Published by
Tirtha 2
Release date
12/07/25
Similar Apps
Storage Cleaner: Free up Spa
0 ★
Storage Cleaner: Free up Spa
0 ★
Video Converter, Compressor
0 ★
Video Converter, Compressor
0 ★
AppLock Lite - Fing
0 ★
AppLock Lite - Fing
0 ★
IDer - multifacto
0 ★
IDer - multifacto
0 ★
Get my phone number
0 ★
Get my phone number
0 ★
Flashify (for root users)
0 ★
Flashify (for root users)
0 ★
See More Apps
Share App
Share this app with your friends on:
Facebook
WhatsApp
Messenger
Twitter
Telegram
Email
Copy Link
Link copied!