GitXplorerGitXplorer
A

android-udev-rules

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
9feadd124270d3cdc3e41a85ce52bf56f0223724

Merge pull request #9 from alvarobrey/udev-trigger

AAlvaroBrey committed 4 years ago
Unverified
2191de84c823cc3b714b2014c724b1864b962fb9

Use udevadm trigger instead of restarting service

AAlvaroBrey committed 4 years ago
Verified
2352a220094afb23f65f0ae33ed35ab1852621c1

Merge pull request #8 from alvarobrey/qol/try-unplug

AAlvaroBrey committed 5 years ago
Verified
4d5a26997731ede77b74101227ef84d549b216bd

Update setup.sh

AAlvaroBrey committed 5 years ago
Verified
12d151274d454912a5def82f6e8425f44db7b538

Merge pull request #5 from alvarobrey/qol/errorhandling

AAlvaroBrey committed 5 years ago
Verified
652b3255aa00d1c41b43f5d0cc6522ff34db3fa5

Merge pull request #6 from alvarobrey/qol/cleanup

AAlvaroBrey committed 5 years ago

README

The README file for this repository.

android-udev-rules

Udev rule generator and installer for Android devices on Linux systems.

How to use

  1. Clone this this repository and cd into it.
  2. Edit vendor-ids.txt to add the vendor ID for your device. You can find it using lsusb.
  3. Run ./setup.sh. The script will generate a rule file, copy it to the appropriate directory, and restart udev and adb for you.

Sometimes restarting udev and adb is not enough for it to start working. You may need to unplug and plug your device, or to restart the computer.