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=26975자동으로 쉘 명령을 실행하여 안드로이드의 대부분을합니다.
이 플러그인은 모든 쉘 명령을 실행 AutomateIt 할 수있는 전용 동작을 추가합니다. 이 명령은 (지원 장치)에 일반 사용자 나 루트로 실행할 수 있습니다.
스크린 샷 쉘 명령 조치가 AutomateIt 내에서 사용하는 방법을 보여줍니다.
이들은 당신이 실행할 수있는 명령에 대해 단지 몇 가지 예입니다 :
Waze로 정의 된 위치에 대한 탐색을 시작합니다 (주소로 목적지를 대체 위치 나 위도의 이름, 경도 좌표) :
시작하고 android.content.Intent.ACTION_VIEW-C android.intent.category.DEFAULT-D "지오 : Q = DESTINATION"com.waze
WhatsApp 명령을 사용하여 메시지를 보내기 :
시작하고 android.intent.action.SEND-C android.intent.category.DEFAULT-T의 텍스트 / 일반 - 에스 android.intent.extra.TEXT "AutomateIt이 최고입니다!" com.whatsapp
유튜브 명령에 대한 비디오를 시작합니다 :
시작하고 android.intent.action.VIEW-Dhttp://www.youtube.com/watch?v=hfnguZ2XMMMcom.google.android.youtube
웹 검색 명령을 시작합니다 :
시작하고 android.intent.action.WEB_SEARCH - 에스 쿼리 automateit에게
***** 다음과 같은 명령을 root로 실행할 수 있습니다! *****
전화 응답 명령 :
입력하는 KeyEvent 5
호출 명령을 거부 :
입력하는 KeyEvent 6http://automateitapp.com/rule.php?id=26975