AutomateIt Shell Plugin APK

AutomateIt Shell Plugin  Icon
   
4.17/5
7 Ratings
Developer
SmarterApps Ltd
Current Version
1.0.5
Date Published
File Size
236.6 KB
Package ID
com.smarterapps.automateitshellplugin
Price
$ 0.00
Downloads
4.2K+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.0.5 (5)
Architecture
armeabi-v7a
Release Date
February 17, 2020
Requirement
Android 4.0+
  • AutomateIt Shell Plugin Screenshot
  • AutomateIt Shell Plugin Screenshot
  • AutomateIt Shell Plugin Screenshot

About Radio FM 90s

Make the most of your Android by executing any shell command automatically.
This plugin adds a dedicated action to AutomateIt to run any shell command. The command can be run as regular user or root (on supporting devices).

Screenshots shows how shell command action is used within AutomateIt.

These are just few examples for commands you can run:

Start navigation to a defined location with Waze (replace DESTINATION with address, name of location or latitude,longitude coordinates):
am start -a android.content.Intent.ACTION_VIEW -c android.intent.category.DEFAULT -d "geo:?q=DESTINATION" com.waze

Send message with WhatsApp command:
am start -a android.intent.action.SEND -c android.intent.category.DEFAULT -t text/plain --es android.intent.extra.TEXT "AutomateIt is Awesome !" com.whatsapp

Start video on YouTube command:
am start -a android.intent.action.VIEW -d http://www.youtube.com/watch?v=hfnguZ2XMMM com.google.android.youtube

Start Web search command:
am start -a android.intent.action.WEB_SEARCH --es query automateit

***** The following commands can be run as ROOT ONLY ! *****

Answer call command:
input keyevent 5

Reject call command:
input keyevent 6
http://automateitapp.com/rule.php?id=26975

What's New in this version

Bug fix for low resolution devices