ADB Shell [Tasker Plugin] APK

Version 6.3b - com.ADBPlugin
adbplugin,tools,shell,command,tasker,plugin

Tasker plugin to perform a shell command on an ADB-enabled device.

ADB Shell [Tasker Plugin] apk

APP Information

Download Version 6.3b (6302)
Apk Size2.67 MB
App DeveloperJolan Rensen
Malware CheckTRUSTED
Install on Android4.4.x and up
App Packagecom.ADBPlugin.apk
MD5286218ceebba761232ecf42325096945
Rate5

Download ADB Shell [Tasker Plugin] 6.3b APK

App Description

ADB Shell [Tasker Plugin] is adbplugin,tools,shell,command,tasker,plugin, content rating is Everyone (PEGI-3). This app is rated 5 by 2 users who are using this app. To know more about the company/developer, visit Jolan Rensen website who developed it. com.ADBPlugin.apk apps can be downloaded and installed on Android 4.4.x and higher Android devices. The Latest Version of 6.3b Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 2134+ times on store. You can also download com.ADBPlugin APK and run it with the popular Android Emulators.

This Tasker plugin allows you to send a (series of) ADB Shell command(s) to a remote device (or the device itself) that has ADB over WiFi enabled. 
This app obviously does need Tasker to work as it's a plugin (https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm, this is a paid app with a 7 days free trial). Again, without Tasker it WON'T WORK. Was I clear enough? Anyways...

On the target device you can do anything you would normally be able to do when using the terminal or ADB Shell of that device. This includes opening apps, moving files, simulating input et cetera (The sky is the limit and Google is your friend).

My app can be used as an action in Tasker and needs to be configured properly when added to a task to work.

NOTE: 
- You can send multiple commands at once by separating them with a ";". 
- All commands in a single action are automatically followed with an "exit" command so to close the ADB connection. This means that if you want to send multiple commands that are depending on each other, you will need to put them in a single Tasker action and separate them with ";".
- If you want multiple actions of my plugin to run after each other in a Tasker task, please keep the timeout set as is. Tasker will continue when the command is sent.
- The first time you try to connect to another device via ADB it will ask you if you trust the device. For this plugin to work correctly, you'll need to always "trust this computer".
- The output of the console can be viewed and reused from within Tasker. This can be done by accessing %output1, %output2 etc. or by iteration over %output() using a for loop. 
- The plugin will generate two key files on your device to be able to make a secure ADB connection to the devices.

Now for some useful commands! 
- A command I myself use a lot is to turn my ADB over WiFi enabled AndroidTV (Nvidia SHIELD) on or off by sending the command "input keyevent POWER", this simulates a power button press.
- Of course you can vary which key to press, for example to press the arrow keys you can do "input keyevent DPAD_RIGHT" or “…LEFT” etc.
- Another simple command is "reboot", which will, you guessed it, reboot the device! You can also put "reboot -p" here to power it down.
- A cool thing to be able to do is to launch apps on the device. You will have to Google a bit to find the Main activity of an app. This example will open Chrome on the device: "am start -n com.android.chrome/com.google.android.apps.chrome.Main".
- When you fill in “localhost” in the IP address field, every command will be executed on the device itself! This works even without root if you, of course, have ADB over WiFi enabled (can be activated from a pc using “adb tcpip 5555”).
Of course there are many other commands, the sky is the limit!
This is my first ever published app, so please leave feedback and submit bugs so I can try my best to fix them! Any tips are more than welcome!

The idea to create this app came from https://play.google.com/store/apps/details?id=com.cgutman.androidremotedebugger, which allows the user to connect to a remote device via an interface in the app itself. Please read the description of that app too, it contains some tips on enabling ADB over WiFi. I use the same AdbLib Java library in my app.

I use the AdbLib library found at https://github.com/cgutman/AdbLib and use https://github.com/cgutman/AdbLibTest as an example for how to use the library. I adapted this example to work with a given command and converted it to a Tasker plugin.

For help, you can email me or visit the XDA-Developers thread at https://forum.xda-developers.com/u/tasker-tips-tricks/plugin-remote-adb-shell-t3562013. This thread also contains some useful tips for accessing the local device running the task without root.

Now open source at https://github.com/Jolanrensen/ADBPlugin!
 

App ChangeLog

  • • 6.1
  • - Fixed some layout issues on smaller devices
  • - Updates Kotlin
  • • 6.0 Biggest update yet!
  • - Added timeout mechanism so that it should work on all devices including the Fire TV
  • - Rewrote code to Kotlin, upgraded sources to Pie and fixed my ignorant code errors
  • - Better error reporting (in %errors), so if you find any, please send me %errors
  • - You can now choose variables from a drop-down list for convenience
  • - Redesigned UI

App Screens

ADB Shell [Tasker Plugin] App Screen 1ADB Shell [Tasker Plugin] App Screen 2ADB Shell [Tasker Plugin] App Screen 3ADB Shell [Tasker Plugin] App Screen 4

Apk scan results


Apk Scaned By TotalVirus Antivirus,com.ADBPlugin.apk Was Pure And Safe.

Scan Stats:harmless:0|type-unsupported:10|suspicious:0|confirmed-timeout:0|timeout:0|failure:0|malicious:0|undetected:66|
Name:
SHA-1:f90bd6a760af89243fa9bbcd0b6ea3d0bfbdc953
SHA-256:314d6ea43d5b6784f9629e0624a92dd6c61d7ad0d9a4110a0a219997a8cf4f89
SSDEEP:49152:ZMmewLN3s38bgEjoQGryDB8EaaDQfnY89gem6ZPPwRON8k2sg9s63:geG38broQrDBfaRnVZP/HK3
File type:Android
Magic:Zip archive data
File size:2800045
Uncompressed Size:6219962
Contained Files	:918
Contained Files By Type:xml:184,dex:1,MF:1,pro:3,RSA:1,txt:128,SF:1,png:283,

Older Versions

More Android Apps to Consider

Google Play Reviews

  1. Nathan Jenkins-avatar

    Nathan Jenkins

    I am docking this app 2 stars because you MUST run adb tcpip 5555 from a computer even on Android 11 devices that have native wireless ADB when a couple other apps can directly connect. This app is still better than Tasker native for me.

  2. Soeren Fuhrmann-avatar

    Soeren Fuhrmann

    Nice clean update! Strangely I had to edit and save every command again, otherwise it would throw an exception "integer cannot be cast to string". (So I suspect the port variable.)

  3. Franziskus Heblich-avatar

    Franziskus Heblich

    Was the only plug in that managed to start a app with a different user profile. am start --user 10 -n "XXX/YYY" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER. Edit: Did not work in Taskers adb wifi task itself. Now i can access it in Tasker with this via this plugin. Good job very happy.

  4. Ryan Allen-avatar

    Ryan Allen

    This was the app that makes everything run smooth on my phone. This app and my phone (computer) are a match made in heaven. I must have more. Perfect!!!

  5. Scott Warfield-avatar

    Scott Warfield

    Trying to send a keyevent to an android tv device doesn't work. Command works from computer but not with this. Input keyevent 164 50ms. Mute/unmute

  6. n h-avatar

    n h

    Plugin works great to enable mousetoggle on Fire TV devices that are hung in a "starting" state. thx (more details on XDA)

  7. Aakarshit Bhardwaj-avatar

    Aakarshit Bhardwaj

    Great plugin works like a charm for me now

  8. A Google user-avatar

    A Google user

    cant run to test before buying.

  9. ALEX YONG-avatar

    ALEX YONG

    Hi I'm new to this app. Can you tell what I can do with this app? Like how to activate ADB tcpip 5555 from this app without connect cable to a pc? Thanks

  10. W GA-avatar

    W GA

    great plugin that helps me manage my tablets