ADB Shell [Tasker Plugin]

8.2 15

v6.3b by Jolan Rensen

ADB Shell [Tasker Plugin] アプリダウンロード ADB Shell [Tasker Plugin] アプリダウンロード
APKFabストアから無料でダウンロード
リージョンフリー / APK/XAPKインストール

ADB Shell Command Tasker Pluginの詳細

Jolan Rensenからリリースされた『ADB Shell Command Tasker Plugin』はツールアプリだ。apkfab.com/jpから『ADB Shell Command Tasker Plugin』のファイルサイズ(APKサイズ):2.67 MB、スクリーンショット、詳細情報などを確認できる。apkfab.com/jpではJolan Rensenより配信したアプリを簡単に検索して見つけることができる。『ADB Shell Command Tasker Plugin』に似ているアプリや類似アプリは158個を見つける。現在、ADB Shell [Tasker Plugin] appのダウンロードも基本プレイも無料だ。『ADB Shell Command Tasker Plugin』のAndroid要件はAndroid 4.4+なので、ご注意ください。APKFabあるいはGooglePlayから『ADB Shell [Tasker Plugin] apk』の最新バージョンを高速、安全にダウンロードできる。APKFab.com/jpでは全てのAPK/XAPKファイルがオリジナルなものなので、高速、安全にダウンロードできる。
このTaskerプラグインを使用すると、WiFi経由でADBが有効になっているリモートデバイス(またはデバイス自体)に(一連の)ADBシェルコマンドを送信できます。
このアプリは明らかにTaskerがプラグインとして機能する必要があります(https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm、これは7日間の無料試用版有料アプリです)。再び、タスク担当者がいなければ、それはうまくいかないでしょう。私は十分にクリアされましたか?いずれかの方法...
ターゲット・デバイスでは、通常、そのデバイスの端末またはADBシェルを使用するときに実行できる操作を実行できます。これには、アプリケーションの起動、ファイルの移動、入力のシミュレーションなどが含まれます(空は限界で、Googleはあなたの友人です)。
私のアプリはTaskerのアクションとして使用することができ、仕事に加えるときに適切に設定する必要があります。
注意:
- 複数のコマンドを「;」で区切って一度に送信できます。
- 1つのアクション内のすべてのコマンドに自動的に "exit"コマンドが続くので、ADB接続を閉じることができます。これは、お互いに依存する複数のコマンドを送信したい場合、それらを単一のTaskerアクションに入れ、それらを ";"で区切る必要があることを意味します。
- Taskerタスクでプラグインの複数のアクションをお互いに実行させたい場合は、タイムアウトをそのままにしておいてください。コマンドが送信されると、タスク担当者は続行します。
- 初めてADB経由で別のデバイスに接続しようとすると、そのデバイスを信頼するかどうか尋ねられます。このプラグインが正しく動作するためには、常に「このコンピュータを信頼する」必要があります。
- コンソールの出力は、Tasker内で表示および再利用できます。これは、%output1、%output2などにアクセスするか、またはforループを使用して%output()で反復することによって実行できます。
- プラグインは、デバイスにセキュアなADB接続を確立できるように、デバイス上に2つのキーファイルを生成します。
今すぐ便利なコマンドがあります!
- 私自身がたくさん使っているコマンドは、 "input keyevent POWER"コマンドを送信することでWiFi対応のAndroidTV(Nvidia SHIELD)でADBをオンまたはオフにすることです。これは電源ボタンを押すとシミュレートします。
- もちろん、どのキーを押すかを変えることができます。例えば、 "input keyevent DPAD_RIGHT"や "... LEFT"などの矢印キーを押すことができます
- もう一つの単純なコマンドは "再起動"です。それはあなたが推測して、デバイスを再起動します!ここで "reboot -p"を押して電源を落とすこともできます。
- できることは、デバイスでアプリを起動することです。あなたは、アプリケーションの主な活動を見つけるために少しGoogleにする必要があります。この例では、端末でChromeが開きます。「am start -n com.android.chrome/com.google.android.apps.chrome.Main」
- IPアドレスフィールドに "localhost"を入力すると、すべてのコマンドがデバイス自体で実行されます。これはもちろん、ADB経由でWiFiを有効にしている場合(もちろん、「adb tcpip 5555」を使ってPCから起動することもできます)、ルートなしでも機能します。
もちろん、他の多くのコマンドがあります、空は限界です!
これは初めて公開されたアプリですので、フィードバックを残してバグを提出してください。すべてのヒントは歓迎以上です!
このアプリを作成するためのアイデアは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プラグインに変換しました。
ヘルプが必要な場合は、私に電子メールを送信するか、https://forum.xda-developers.com/u/tasker-tips-tricks/plugin-remote-adb-shell-t3562013のXDA-Developersスレッドをご覧ください。このスレッドには、ルートなしでタスクを実行しているローカルデバイスにアクセスするためのヒントも含まれています。
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]
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]
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]
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]
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

バージョンアップ申請:

最新版提出

で手に入れよう:

Google Play

Android要件:

Android 4.4+