{"id":15025646,"url":"https://github.com/m0rf30/android-udev-rules","last_synced_at":"2025-05-14T07:08:22.753Z","repository":{"id":3231238,"uuid":"4267180","full_name":"M0Rf30/android-udev-rules","owner":"M0Rf30","description":"Android udev rules list aimed to be the most comprehensive on the net","archived":false,"fork":false,"pushed_at":"2025-05-13T20:44:58.000Z","size":408,"stargazers_count":1245,"open_issues_count":2,"forks_count":447,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-05-13T21:45:02.452Z","etag":null,"topics":["android","rules","udev"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/M0Rf30.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-05-09T01:15:43.000Z","updated_at":"2025-05-13T20:45:03.000Z","dependencies_parsed_at":"2023-09-29T10:33:56.450Z","dependency_job_id":"b2d8eedc-4e32-4fa4-8fce-f63c87322608","html_url":"https://github.com/M0Rf30/android-udev-rules","commit_stats":{"total_commits":398,"total_committers":165,"mean_commits":2.412121212121212,"dds":0.8442211055276382,"last_synced_commit":"272d107a9b79f978b44437f64b696d62e0cc0e93"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0Rf30%2Fandroid-udev-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0Rf30%2Fandroid-udev-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0Rf30%2Fandroid-udev-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M0Rf30%2Fandroid-udev-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M0Rf30","download_url":"https://codeload.github.com/M0Rf30/android-udev-rules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092775,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","rules","udev"],"created_at":"2024-09-24T20:02:44.042Z","updated_at":"2025-05-14T07:08:22.736Z","avatar_url":"https://github.com/M0Rf30.png","language":"Shell","readme":"# android-udev-rules\n\n## Description\n\nThese rules refer to\n[Run Apps on a Hardware Device - Android Studio](https://developer.android.com/studio/run/device.html)\nand include many suggestions from the Archlinux and Github Communities.\n\n## Installation\n\n### Arch\n\nOn Arch it should be enough to follow the\n[instructions for connecting a device on the Arch wiki](https://wiki.archlinux.org/index.php/Android_Debug_Bridge).\nThere's no need to clone this repository.\n\n### Other distros\n\nThe following instructions assume that you're using a GNU/Linux distro with\nsystemd\n\n```sh\n# Clone this repository\ngit clone https://github.com/M0Rf30/android-udev-rules.git\ncd android-udev-rules\n\n# Copy rules file\nsudo cp -v 51-android.rules /etc/udev/rules.d/51-android.rules\n\n# OR create a sym-link to the rules file - choose this option if you'd like to\n# update your udev rules using git.\nsudo ln -sf \"$PWD\"/51-android.rules /etc/udev/rules.d/51-android.rules\n\n# Change file permissions\nsudo chmod a+r /etc/udev/rules.d/51-android.rules\n\n# Add the adbusers group if it's doesn't already exist\nsudo cp android-udev.conf /usr/lib/sysusers.d/\nsudo systemd-sysusers\n\n# Add your user to the adbusers group\nsudo gpasswd -a $(whoami) adbusers\n\n# Restart UDEV\nsudo udevadm control --reload-rules\nsudo systemctl restart systemd-udevd.service\n\n# Restart the ADB server (back to Debian again)\nadb kill-server\n\n# Replug your Android device and verify that USB debugging is enabled in\n# developer options\nadb devices\n\n# You should now see your device\n```\n\n### Using the automatic install script\n\n1. Clone this repository\n2. Run the `install.sh` as root on your terminal\n\n## To Contribute\n\n1. Fork this repository.\n2. Make your edits.\n3. TEST THEM!\n4. Create a pull request.\n\nYou may also want to take a look at the\n[wiki](https://github.com/M0Rf30/android-udev-rules/wiki).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0rf30%2Fandroid-udev-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0rf30%2Fandroid-udev-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0rf30%2Fandroid-udev-rules/lists"}