clarify udev instructions

This commit is contained in:
Daniel Micay 2021-02-20 07:28:11 -05:00
parent fffdfc4675
commit 23b66b3a28
2 changed files with 6 additions and 4 deletions

View File

@ -271,8 +271,9 @@ Installed as /home/username/platform-tools/fastboot</pre>
<section id="flashing-as-non-root">
<h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2>
<p>On Linux, in order for to connect to a device as non-root, the appropriate udev
rules need to be set up. This is not an issue on either macOS or Windows.</p>
<p>On traditional Linux distributions, USB devices cannot be used as non-root
without udev rules for each type of device. This is not an issue for other
platforms.</p>
<p>On Arch Linux:</p>

View File

@ -169,8 +169,9 @@
<section id="flashing-as-non-root">
<h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2>
<p>On Linux, in order for to connect to a device as non-root, the appropriate udev
rules need to be set up. This is not an issue on either macOS or Windows.</p>
<p>On traditional Linux distributions, USB devices cannot be used as non-root
without udev rules for each type of device. This is not an issue for other
platforms.</p>
<p>On Arch Linux, install the <code>android-udev</code> package. On Debian and
Ubuntu, install the <code>android-sdk-platform-tools-common</code> package.</p>