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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Android Support
2 ---------------
3
4 To setup a bot to run one Swarming that 'owns' all the Android devices
5 connected:
6
7 First, copy the udev rule file:
8
9 sudo cp 51-android.rules /etc/udev/rules.d/
10
11 Second, make sure the current user that runs the swarming bot is member of
12 plugdev. If not, run:
13
14 sudo gpasswd -a username plugdev
15
16
17 http://wiki.cyanogenmod.org/w/UDEV has a nice list of most android devices, the
18 sample file only contain the PCI vendor ID for Google/Nexus devices.
OLDNEW
« 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