1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Docs(ADB): Add documentation on udev rules for ADB

Udev rules are often needed on Linux based systems to make sure the user has access to the connected device without needing superuser pemissions.
This commit is contained in:
Sander Koenders 2017-10-12 07:57:06 +02:00 committed by GitHub
parent c7dc2d69ca
commit c2501dfcf6

View File

@ -40,6 +40,9 @@ breakfast <device codename> # example: breakfast grouper
brunch <device codename> # example: brunch grouper
```
### ADB in the container
If you're on Linux and want to use adb from within the container running with `-u` might not be enough. Make sure you have the [Android udev rules](https://github.com/M0Rf30/android-udev-rules/blob/master/51-android.rules) installed on your host system so you can access your device without needing superuser permissions.
### Links
For further information, check the following links: