• Stars
    star
    1,159
  • Rank 40,259 (Top 0.8 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created over 12 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android udev rules list aimed to be the most comprehensive on the net

android-udev-rules

Description

These rules refer to Run Apps on a Hardware Device - Android Studio and include many suggestions from the Archlinux and Github Communities.

Installation

Arch

On Arch it should be enough to follow the instructions for connecting a device on the Arch wiki. There's no need to clone this repository.

Other distros

The following instructions assume that you're using a GNU/Linux distro with systemd

# Clone this repository
git clone https://github.com/M0Rf30/android-udev-rules.git
cd android-udev-rules
    
# Copy rules file
sudo cp -v 51-android.rules /etc/udev/rules.d/51-android.rules
    
# OR create a sym-link to the rules file - choose this option if you'd like to
# update your udev rules using git.
sudo ln -sf "$PWD"/51-android.rules /etc/udev/rules.d/51-android.rules
    
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
    
# Add the adbusers group if it's doesn't already exist
sudo cp android-udev.conf /usr/lib/sysusers.d/
sudo systemd-sysusers

# Add your user to the adbusers group
sudo gpasswd -a $(whoami) adbusers
    
# Restart UDEV
sudo udevadm control --reload-rules
sudo systemctl restart systemd-udevd.service
   
# Restart the ADB server (back to Debian again)
adb kill-server
    
# Replug your Android device and verify that USB debugging is enabled in
# developer options
adb devices
    
# You should now see your device

Using the automtic install script

  1. Clone this repository
  2. Run the install.sh as root on your terminal

To Contribute

  1. Fork this repository.
  2. Make your edits.
  3. TEST THEM!
  4. Create a pull request.

More Repositories

1

simonpi

A quick & dirty script to emulate Raspberry PI family devices on your laptop.
Shell
64
star
2

qemu-kernels-rpi

QEMU kernel builds for Raspberry Pi devices and a very awful script to compile them
25
star
3

PKGBUILD

robertfoster's PKGBUILD
Shell
10
star
4

shisper

A quick & dirty script to generate and view subtitles and transcriptions for your multimedia files using ggerganov/whisper.cpp
Shell
5
star
5

VMG-8823-B50B

ZyXeL VMG8823-B50B Buildroot
C
3
star
6

msm8953-snd-card-mtp

An attempt to write ALSA UCM for msm8953-snd-card-mtp
Shell
2
star
7

orthorobot

Perspective based puzzle game, where you flatten the view to move across gaps
Lua
2
star
8

postmarketos-vendor-xiaomi-vince

2
star
9

aliwe

A WPA passphrase generator for AGPF Alice Routers written in C (WPA script called alish is included)
C
2
star
10

soulseekqt-binaries

A place to archive latest SoulSeekQT official appimages
C
2
star
11

arch-arm-crosscompile

A Docker Image for arm and aarch64 cross-compiling base on Arch Linux
Dockerfile
1
star
12

qemu-edk2-armv7

QEMU Tianocore EDK2 EFI images for armv7
1
star
13

yap

Package software with ease πŸ“¦ Versatile deb, rpm and apk packager fueled by PKGBUILD specfiles and golang
Go
1
star
14

translations

Some italian translations
1
star
15

unreal99-Downloads

Some updated library for ut99 (source: https://github.com/stephank/surreal/downloads)
1
star
16

linux-brcm963xx

C
1
star
17

trosh

A game made in 20 hours for a friend. It has explosions.
Lua
1
star
18

rtcw-assets

1
star
19

qemu-kernel-rpi-3

QEMU kernel builds for Raspberry Pi 3 (and greater) devices
Shell
1
star
20

arch-yay

Archlinux Docker Image with AUR support through yay.
Dockerfile
1
star
21

sacks

An integrated system to allow Digital Gathering (Adunanza Digitale).Adunanza Digitale is an assembly available on-line.
Python
1
star