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 -dhttp://www.youtube.com/watch?v=hfnguZ2XMMMcom.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 6http://automateitapp.com/rule.php?id=26975Sfruttate al massimo il vostro Android eseguendo qualsiasi comando di shell automaticamente.
Questo plugin aggiunge un'azione specifica per AutomateIT di eseguire qualsiasi comando di shell. Il comando può essere eseguito come utente normale o root (su supporto di dispositivi).
Screenshot mostra come l'azione di comando di shell viene utilizzato all'interno di AutomateIT.
Questi sono solo alcuni esempi per i comandi che è possibile eseguire:
Inizio navigazione verso una posizione definita con Waze (sostituire DESTINAZIONE con l'indirizzo, il nome della località o di latitudine, longitudine):
am start-un android.content.Intent.ACTION_VIEW-c android.intent.category.DEFAULT-d "geo: q = DESTINATION" com.waze
Invia un messaggio con il comando WhatsApp:
am start-un android.intent.action.SEND-c android.intent.category.DEFAULT-t text / plain - es android.intent.extra.TEXT "AutomateIT è incredibile!" com.whatsapp
Avviare video su YouTube comando:
am start-un android.intent.action.VIEW-dhttp://www.youtube.com/watch?v=hfnguZ2XMMMcom.google.android.youtube
Avviare comando di ricerca Web:
am start-un android.intent.action.WEB_SEARCH - es interrogazione AutomateIT
***** I seguenti comandi possono essere eseguiti come root solo! *****
Comando di chiamata Risposta:
Ingresso KeyEvent 5
Rifiuta il comando di chiamata:
Ingresso KeyEvent 6http://automateitapp.com/rule.php?id=26975