GNU bug report logs -
#28650
[PATCH] gnu: android: Add android-udev-rules package.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Oct 2017 15:23:57 +0200
with message-id <87y3os5pqq.fsf <at> gnu.org>
and subject line Re: [bug#28650] [PATCH] gnu: android: Add android-udev-rules package.
has caused the debbugs.gnu.org bug report #28650,
regarding [PATCH] gnu: android: Add android-udev-rules package.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
28650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28650
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello!
This new package should make it easy for anyone to properly use adb
or the (not yet packaged fastboot) Android command line tools as a
user (rather than root).
It can be used directly in the rules list of the udev service to extend it.
[0001-gnu-android-Add-android-udev-rules-package.patch (text/x-patch, attachment)]
[Message part 5 (text/plain, inline)]
Here's a sample config that demonstrates how it can be used (pay
attention to the definition of the adbusers group).
[config.scm (text/plain, attachment)]
[Message part 7 (text/plain, inline)]
Thank you,
Maxim
[Message part 8 (message/rfc822, inline)]
[Message part 9 (text/plain, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
> From ea637a7b5adb5f88cb6dc62759f25e36c1ea1acf Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> Date: Fri, 29 Sep 2017 09:17:03 -0400
> Subject: [PATCH] gnu: android: Add android-udev-rules package.
>
> * gnu/packages/android.scm (android-udev-rules): Add package.
Committed with this change:
[Message part 10 (text/x-patch, inline)]
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index bff6a6038..d9be335be 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -22,7 +22,6 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages android)
- #:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
@@ -336,10 +335,12 @@ to a Unix shell that can run commands on the connected device or emulator.")
(description "Provides a set of udev rules to allow using Android devices
with tools such as @command{adb} and @command{fastboot} without root
privileges. This package is intended to be added as a rule to the
-@code{udev-service-type} in your @code{operating-system}
-configuration. Additionally, an @code{adbusers} group must be defined and your
-user added to it. @emph{Simply installing this package will @strong{not} have
-an effect.}")
+@code{udev-service-type} in your @code{operating-system} configuration.
+Additionally, an @code{adbusers} group must be defined and your user added to
+it.
+
+@emph{Simply installing this package will not have any effect.} It is meant
+to be passed to the @code{udev} service.")
(license license:gpl3+)))
(define-public git-repo
[Message part 11 (text/plain, inline)]
Thanks!
Ludo’.
This bug report was last modified 7 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.