Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akotov-dev/android-tools-rpm

android-tools & android-udev-rules rpm-packages for testing (Mageia-8/9)
https://github.com/akotov-dev/android-tools-rpm

android-tools android-udev-rules mageia-linux rpm

Last synced: 2 days ago
JSON representation

android-tools & android-udev-rules rpm-packages for testing (Mageia-8/9)

Awesome Lists containing this project

README

        

# android-tools & android-udev-rules rpm-packages
These packages are built based on `android-tools.spec` from the [android-tools-31.0.0p1-1.mga8.src.rpm](https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/8/SRPMS/core/backports_testing/android-tools-31.0.0p1-1.mga8.src.rpm)

Unoffical CMake-based build system for android command line utilities: https://github.com/nmeum/android-tools
```
git clone --recurse-submodules https://github.com/nmeum/android-tools.git
cd ./android-tools && mkdir ./build && cd ./build && cmake .. && make
```
android-udev-rules: https://github.com/M0Rf30/android-udev-rules

**After installation, run:** `usermod -aG adbusers $LOGNAME; reboot`