Package Details: android-udev-git 20240221.r0.g32c0d75-1

Git Clone URL: https://aur.archlinux.org/android-udev-git.git (read-only, click to copy)
Package Base: android-udev-git
Description: Udev rules to connect Android devices to your linux box
Upstream URL: https://github.com/M0Rf30/android-udev-rules
Licenses: GPL3
Conflicts: android-udev
Provides: android-udev
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 606
Popularity: 0.000806
First Submitted: 2014-04-26 15:11 (UTC)
Last Updated: 2024-02-21 07:14 (UTC)

Required by (21)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

robertfoster commented on 2011-08-30 14:28 (UTC)

fixed mtp detection

robertfoster commented on 2011-08-30 13:17 (UTC)

duplicated entries removed added many vendors from google official site organized entries with Vendor general entry followed by specific products rules

agru commented on 2011-08-21 13:28 (UTC)

Perhaps all Samsung should be combined (only one MODE entry) The Tab 10.1 uses MTP to transfer files (the symlink name is not really necessary but I thought it appropriate) Note to all Tab 10.1 users: libmtp 1.1.0 does not work with the tab, see bug: http://sourceforge.net/tracker/?func=detail&aid=3372454&group_id=158745&atid=809061 I also think that a note about the package "udev-android-rules" being replace by this could be good. # Samsung Galaxy Tab 10.1 SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="685e", SYMLINK+="android_adb" SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="685e", SYMLINK+="android_fastboot" SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_mtp"

<deleted-account> commented on 2011-08-18 12:21 (UTC)

# Hero H2000 (chinese phone...) SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" SUBSYSTEM=="usb",ATTR{idVendor}=="0bb4",ATTR{idProduct}=="0001",SYMLINK+="android_adb" SUBSYSTEM=="usb",ATTR{idVendor}=="0bb4",ATTR{idProduct}=="0001",SYMLINK+="android_fastboot"

muni commented on 2011-08-17 09:28 (UTC)

# Acer ICONIA TAB A500 SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3325", SYMLINK+="android_adb" SUBSYSTEM=="usb", ATTR{idVendor}=="0502", ATTR{idProduct}=="3325", SYMLINK+="android_fastboot"

robertfoster commented on 2011-08-12 17:17 (UTC)

here..updated rules for your android devices...syntax fits the new udev one. Please post your device rules and I will add them

rufflove commented on 2011-08-07 02:35 (UTC)

# rules for Samsung Galaxy i7500 SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666" SUBSYSTEM=="usb",ATTR{idVendor}=="04e8",ATTR{idProduct}=="6640",SYMLINK+="android_adb" SUBSYSTEM=="usb",ATTR{idVendor}=="04e8",ATTR{idProduct}=="6640",SYMLINK+="android_fastboot"

robertfoster commented on 2011-08-06 23:00 (UTC)

please use this to adhere to new udev syntax sed -i -e "s|SYSFS|ATTR|g" \ -e "s|sysfs|attr|g" \ -e 's|"bin/sh|"/bin/sh|g' *.rules

<deleted-account> commented on 2011-07-22 08:49 (UTC)

I got boot warning! udevd[315]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/51-android.rules:2