From b36ad534b95e5a0f9b76cdb7be474e4f91f963f2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 14 Jul 2009 16:14:56 -0700 Subject: udev rules files don't need execute permission. --- docs/html/guide/developing/device.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 35c0a1ae0c52..c00f312fc043 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -145,7 +145,7 @@ would on the emulator. There are just a few things to do before you can start.SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"

  • Now execute:
    - chmod a+rx /etc/udev/rules.d/50-android.rules + chmod a+r /etc/udev/rules.d/50-android.rules
  • -- cgit v1.2.3-59-g8ed1b