Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/akotov-dev/android-tools-rpm
- Owner: AKotov-dev
- License: apache-2.0
- Created: 2021-06-26T09:57:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T09:14:18.000Z (4 months ago)
- Last Synced: 2024-06-26T10:44:43.244Z (4 months ago)
- Topics: android-tools, android-udev-rules, mageia-linux, rpm
- Homepage:
- Size: 520 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`