Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2676)

Unified Diff: appengine/swarming/tools/android/README.md

Issue 1306633002: Overhaul Android support and make Swarming bot use python-adb (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Packaged libusb1 as a relative package to fix import paths Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/tools/android/51-android.rules ('k') | appengine/third_party/python-adb/PATCH.swarming » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/tools/android/README.md
diff --git a/appengine/swarming/tools/android/README.md b/appengine/swarming/tools/android/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..6a58059ec231c4cca31ec83867702657a96baf44
--- /dev/null
+++ b/appengine/swarming/tools/android/README.md
@@ -0,0 +1,18 @@
+Android Support
+---------------
+
+To setup a bot to run one Swarming that 'owns' all the Android devices
+connected:
+
+First, copy the udev rule file:
+
+ sudo cp 51-android.rules /etc/udev/rules.d/
+
+Second, make sure the current user that runs the swarming bot is member of
+plugdev. If not, run:
+
+ sudo gpasswd -a username plugdev
+
+
+http://wiki.cyanogenmod.org/w/UDEV has a nice list of most android devices, the
+sample file only contain the PCI vendor ID for Google/Nexus devices.
« no previous file with comments | « appengine/swarming/tools/android/51-android.rules ('k') | appengine/third_party/python-adb/PATCH.swarming » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698