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=26975Manfaatkan Android Anda dengan mengeksekusi perintah shell secara otomatis.
Plugin ini menambahkan tindakan didedikasikan untuk AutomateIt untuk menjalankan perintah shell. Perintah dapat dijalankan sebagai user biasa atau root (pada perangkat yang mendukung).
Layar menunjukkan bagaimana action command shell digunakan dalam AutomateIt.
Ini hanya beberapa contoh untuk perintah Anda dapat menjalankan:
Mulai navigasi ke lokasi didefinisikan dengan Waze (ganti DESTINATION dengan alamat, nama lokasi atau lintang, bujur):
am start-a android.content.Intent.ACTION_VIEW-c android.intent.category.DEFAULT-d "geo: q = DESTINATION" com.waze
Kirim pesan dengan perintah WhatsApp:
am start-a android.intent.action.SEND-c android.intent.category.DEFAULT-t text / plain - es android.intent.extra.TEXT "AutomateIt adalah Awesome!" com.whatsapp
Mulai video di YouTube perintah:
am start-a-d android.intent.action.VIEWhttp://www.youtube.com/watch?v=hfnguZ2XMMMcom.google.android.youtube
Mulai perintah pencarian Web:
am start-a android.intent.action.WEB_SEARCH - es permintaan automateit
***** Perintah berikut dapat dijalankan sebagai ROOT ONLY! *****
Perintah menjawab panggilan:
masukan keyevent 5
Tolak perintah panggilan:
masukan keyevent 6http://automateitapp.com/rule.php?id=26975