Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarobrey/android-udev-rules
Udev rule generator for Android devices
https://github.com/alvarobrey/android-udev-rules
android-udev-rules hacktoberfest
Last synced: 16 days ago
JSON representation
Udev rule generator for Android devices
- Host: GitHub
- URL: https://github.com/alvarobrey/android-udev-rules
- Owner: AlvaroBrey
- License: mit
- Created: 2017-04-24T08:43:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T09:27:41.000Z (about 4 years ago)
- Last Synced: 2024-04-24T03:15:24.593Z (7 months ago)
- Topics: android-udev-rules, hacktoberfest
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.