Skip to content

simple udev rules for android and a script to install

Notifications You must be signed in to change notification settings

invisiblek/udevrules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Simple Android UDEV Rules

These are handy for Linux installs to give users privileges to use adb. It's nice to not have to run adb as root (using sudo) all the time.

Hopefully this set of rules covers all (most?) OEMs. If not, please fork and submit a pull request.

Simply clone the repo, cd to it and run install.sh:

git clone http://github.com/invisiblek/udevrules.git
cd udevrules
./install.sh

Alternatively (if you don't have or don't want git):

wget https://raw.githubusercontent.com/invisiblek/udevrules/master/99-android.rules
wget https://raw.githubusercontent.com/invisiblek/udevrules/master/install.sh
chmod a+x install.sh
./install.sh

About

simple udev rules for android and a script to install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages