Developer:
Price: * Free
Rankings: 0 
Reviews: 0 Write a Review
Lists: 0 + 1
Points: 1 + 121 ¡
Points + 1

Description

ADB Shell [Tasker Plugin]
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!
more ↓

Screenshots

#1. ADB Shell [Tasker Plugin] (Android) By: Jolan Rensen#2. ADB Shell [Tasker Plugin] (Android) By: Jolan Rensen

What's new

  • Version: 6.3b
  • Updated:
  • • 6.3
    - Plugin is now way faster using Tasker's intent service system!
    - Added donation option
    - a: small bugfix
    - b: reverted something to make it faster

    • 6.2
    - Thanks to those who do not understand that this is a Tasker Plugin. Because of you I got the idea you should be able to test the plugin without Tasker, so now you can!
    - Let's see if this takes care of the 1 star reviews haha

Price

Track prices

Developer

Points

Rankings

Not found ☹️

Lists

Not found ☹️

Reviews

Be the first to review!

Additional Information

Contacts

ADB Shell [Tasker Plugin]ADB Shell [Tasker Plugin] Short URL: Copied!

You may also like

    • ADB Shell - Debug Toolbox Pro
    • Android Apps: Tools   By: ColorBox Technology
    • $2.49   
    • Lists: 1 + 2   Rankings: 0   Reviews: 0
    • Points: 2 + 128   Version: V3.7.1   This is a powerful adb shell & toolbox. Toolbox features: 1. Support launch application & uninstall application & download application & force stop application & clear application data
    • Music Visualizer Tasker plugin
    • Android Apps: Tools   By: h6ah4i
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 405   Version: 2.0.1   This app is a Tasker plugin for Music Visualizer. Supported actions - Play - Pause - Toggle pause - Next - Previous - Shuffle (Off / On / Toggle) - Repeat (Off / One / All / Rotate) - ...
    • Hotword Plugin [Tasker Plugin]
    • Android Apps: Tools   By: Jolan Rensen
    • * $1.99   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 28   Version: 4.1.1   This is the paid version, please uninstall the free version before downloading this one to avoid confusion ;) This app is powered by Snowboy (https://snowboy.kitt.ai/) Hotword ...
    • Shell Recharge Installer
    • Android Apps: Tools   By: Shell EV Charging Solutions BV
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 12   Version: 3.47.1   The Shell Recharge Solutions Installer app is designed to guide electricians through the installation and setup of Shell Recharge charge points. The easy-to-use app is optimised to ...
    • Remote ADB Shell
    • Android Apps: Tools   By: Cameron Gutman
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 692   Version: 1.7.2   Remote ADB Shell is a terminal app that allows you to connect to the ADB shell service of other Android devices over the network and execute terminal commands. This can be useful for ...
    • LADB — Local ADB Shell
    • Android Apps: Tools   By: tytydraco
    • $2.99   
    • Lists: 3 + 3   Rankings: 0   Reviews: 0
    • Points: 1 + 740   Version: 2.3.1   CHECK SUPPORT SECTION FOR MANUAL PAIRING TUTORIAL How does it work? LADB bundles an ADB server within the app libraries. Normally, this server cannot connect to the local device ...
    • ADB WiFi Reborn
    • Android Apps: Tools   By: RYO Software
    • * * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 549   Version: 3.3.160   ADB (Android Debug Bridge) can be used to perform various actions like pulling a logcat, pushing and pulling the files, and much more. To connect your device to your computer, you ...
    • Shell Android Terminal Emulato
    • Android Apps: Tools   By: www.30languages.com
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 1 + 9   Version: 10   You can run shell commands by this terminal ; Also if you have root privileges you can run other commands that you can't run them as regular user , After running commands you can save ...
    • Tasker Now
    • Android Apps: Tools   By: Marco Stornelli
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 404   Version: New   This is a Tasker plugin, it requires: Tasker 4.4 Use Google Assistant as input for Tasker from your phone or smartwatch! To setup a profile with Tasker Now open Tasker and select ...
    • ADB TV: App Manager
    • Android Apps: Tools   By: Cyber.Cat Developer
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 347   Version: 1.5.1   The new application manager for your TV and TV-boxes! ADB TV: App Manager lets you easily manage your apps on Android TV and the ADB (Android Debug Bridge) support gives you the ...
  • Play Pass
    • Tasker
    • Android Apps: Tools   By: joaomgcd
    • $3.49   
    • Lists: 5 + 5   Rankings: 0   Reviews: 0
    • Points: 4 + 53,616   Version: 6.2.22   No repetitive tasks for you, let your Android device handle it! Total Automation, From Settings to SMS. Here are only some of the things you could do with Tasker. Its real power is the
    • ADB Wireless Open Source
    • Android Apps: Tools   By: Utsav Singhal
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 38   Version: 2.0   An open-source app to help developers connect their devices wirelessly for development in Android Studio. Project link: https://bitbucket.org/singhalutsav/adb-wireless/overview Follow ...
    • ADB⚡OTG - Android Debug Bridge
    • Android Apps: Tools   By: Khun Htetz Naing
    • Free   
    • Lists: 2 + 1   Rankings: 0   Reviews: 0
    • Points: 0 + 1,176   Version: 1.0.1   You can use ADB commands by connecting your Android smartphone to your smartphone. You can use it only by installing the app without rooting or additional process.
    • Shell Script Editor
    • Android Apps: Tools   By: ALIF Technology
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 434   Version: 4.3   A shell script editor for android that edits and runs shell scripts on your device. Features - Run the script from the editor. - Auto indent - Syntax highlighting - Undo and Redo - ...
Search operators you can use with AppAgg
Add to AppAgg
AppAgg
Start using AppAgg. It’s Free!
Sign Up
Sign In