Chromium Code Reviews| OLD | NEW |
|---|---|
| (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. | |
| OLD | NEW |