首頁 編輯推薦 測評 資訊 相似應用 TopTens 預註冊 限時促銷 熱門遊戲 熱門應用 分類 APK Downloader APK Upload Chrome外掛程式 APKFab 客戶端 搜索應用
選擇語言

ADB Shell [Tasker Plugin]

8.4 15

v6.3b by Jolan Rensen

關於 ADB Shell Command Tasker Plugin

ADB Shell Command Tasker Plugin(包名:com.ADBPlugin)開發者是Jolan Rensen,ADB Shell Command Tasker Plugin的最新版本6.3b更新時間為2020年01月16日。ADB Shell [Tasker Plugin]的分類是工具。您可以查看ADB Shell [Tasker Plugin]的開發者下的所有應用並找到ADB Shell [Tasker Plugin]在安卓上的158個相似應用。目前這個應用免費。該應用可以從APKFab或Google Play下載到Android 4.4+。APKFab.com的所有APK/XAPK文檔都是原始文檔並且100%安全下載的資源。
此Tasker插件允許您將(一系列)ADB Shell命令發送到啟用了ADB的遠程設備(或設備本身)。
這個應用程序顯然需要Tasker工作,因為它是一個插件(https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm,這是一個帶有7天免費試用版的付費應用程序)。再一次,如果沒有Tasker它將無法工作。我清楚了嗎?無論如何...
在目標設備上,您可以執行使用該設備的終端或ADB Shell時通常可以執行的任何操作。這包括打開應用程序,移動文件,模擬輸入等(天空是極限,谷歌是你的朋友)。
我的應用程序可以用作Tasker中的操作,並且需要在添加到任務時才能正確配置。
注意:
- 您可以通過用“;”分隔它們來一次發送多個命令。
- 單個操作中的所有命令都會自動跟隨“退出”命令,以便關閉ADB連接。這意味著如果要發送多個相互依賴的命令,則需要將它們放在單個Tasker操作中並用“;”分隔。
- 如果您希望我的插件的多個操作在Tasker任務中相繼運行,請保持超時設置不變。發送命令時,Tasker將繼續。
- 第一次嘗試通過ADB連接到另一台設備時,它會詢問您是否信任該設備。要使此插件正常工作,您需要始終“信任此計算機”。
- 可以在Tasker中查看和重用控制台的輸出。這可以通過訪問%output1,%output2等或使用for循環迭代%output()來完成。
- 該插件將在您的設備上生成兩個密鑰文件,以便能夠與設備建立安全的ADB連接。
現在為一些有用的命令!
- 我自己使用的一個命令是通過發送命令“input keyevent POWER”打開或關閉支持WiFi的AndroidTV(Nvidia SHIELD)上的ADB,這模擬按下電源按鈕。
- 當然你可以改變要按哪個鍵,例如按箭頭鍵你可以“輸入keyevent DPAD_RIGHT”或“...... LEFT”等。
- 另一個簡單的命令是“重啟”,你猜對了,重啟設備!你也可以在這裡放“rebo​​ot -p”來關閉它。
- 能夠做的很酷的事情是在設備上啟動應用程序。您需要谷歌一點才能找到應用的主要活動。此示例將在設備上打開Chrome:“am start -n com.android.chrome/com.google.android.apps.chrome.Main”。
- 當您在IP地址字段中填寫“localhost”時,每個命令都將在設備上執行!如果您當然啟用了ADB over AD(可以使用“adb tcpip 5555”從PC激活),即使沒有root也可以使用。
當然還有很多其他命令,天空是極限!
這是我第一次發布的應用程序,所以請留下反饋並提交錯誤,以便我盡力解決它們!任何提示都非常歡迎!
創建此應用程序的想法來自https://play.google.com/store/apps/details?id=com.cgutman.androidremotedebugger,它允許用戶通過應用程序本身的界面連接到遠程設備。請閱讀該應用程序的說明,其中包含有關通過WiFi啟用ADB的一些提示。我在我的應用程序中使用相同的AdbLib Java庫。
我使用https://github.com/cgutman/AdbLib上的AdbLib庫,並使用https://github.com/cgutman/AdbLibTest作為如何使用庫的示例。我調整了這個例子來處理給定的命令並將其轉換為Tasker插件。
如需幫助,您可以發送電子郵件或訪問XDA-Developers主題,網址為https://forum.xda-developers.com/u/tasker-tips-tricks/plugin-remote-adb-shell-t3562013。此線程還包含一些有用的提示,用於訪問運行無root任務的本地設備。
現在開源https://github.com/Jolanrensen/ADBPlugin!

ADB Shell Command Tasker Plugin 6.3b 更新

• 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
查看更多
ADB Shell Command Tasker Plugin 資訊

歷史版本

更多

ADB Shell [Tasker Plugin] 6.3b APK 2020年01月17日 2.67 MB 下載

Requires Android: Android 4.4+

Screen DPI: 120-640dpi

SHA1: 38f4855e1f1fbc99836a9eb31615aedbe95560ca

Size: 2.67 MB

What's New:

• 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

ADB Shell [Tasker Plugin] 6.3a APK 2020年01月04日 2.5 MB 下載

Requires Android: Android 4.4+

Screen DPI: 160-640dpi

SHA1: 5166ae1b4f45dd12041f8287409d5234b73bef36

Size: 2.5 MB

What's New:

• 6.3
- Plugin is now way faster using Tasker's intent service system!
- Added donation option
- a: small bugfix
• 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

ADB Shell [Tasker Plugin] 6.2 APK 2019年08月15日 1.26 MB 下載

Requires Android: Android 4.4+

Screen DPI: 160-640dpi

SHA1: 3e40d4e3ad3cdcb816053a1c6326fb05f9dfe8c5

Size: 1.26 MB

What's New:

• 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

ADB Shell [Tasker Plugin] 6.1 APK 2018年11月06日 1.51 MB 下載

Requires Android: Android 4.4+

Screen DPI: 120-640dpi

SHA1: 2ec305974b3e5f20ab09c41feff29487f460e088

Size: 1.51 MB

What's New:

• 6.1
- Fixed some layout issues on smaller devices
- Updates Kotlin
• 6.0 Biggest update yet!
- Added timeout mechanism so that it should work on all devices including the Fire TV
- Rewrote code to Kotlin, upgraded sources to Pie and fixed my ignorant code errors
- Better error reporting (in %errors), so if you find any, please send me %errors
- You can now choose variables from a drop-down list for convenience
- Redesigned UI
更多資訊

包名:

com.ADBPlugin

更新日期:

最新版本:

6.3b

請求更新:

提交最新版本

Available on:

Google Play

系統要求:

Android 4.4+

安全下載

APKFab.com和該應用的下載連結是100%安全的。APKFab.com上列出的所有應用下載連結均來自Google Play Store或由用戶提交。對於來自Google Play商店的應用,APKFab.com不會對其進行任何形式的修改。對於用戶提交的應用,APKFab.com會在網站上發佈之前驗證其APK簽名的安全性。

分享
如果覺得這個頁面有用,可以分享給你朋友!