https://github.com/allanjos/device-watcher
Watch usb device connection/disconnection in Linux, install/uninstall and debug Android application.
https://github.com/allanjos/device-watcher
adb android awk bash c cpp inotify inotifywatch linux perl qt sed shell-script udev usb
Last synced: 4 months ago
JSON representation
Watch usb device connection/disconnection in Linux, install/uninstall and debug Android application.
- Host: GitHub
- URL: https://github.com/allanjos/device-watcher
- Owner: allanjos
- License: bsd-3-clause
- Created: 2017-04-30T15:04:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T08:17:28.000Z (almost 4 years ago)
- Last Synced: 2025-06-22T12:07:48.627Z (4 months ago)
- Topics: adb, android, awk, bash, c, cpp, inotify, inotifywatch, linux, perl, qt, sed, shell-script, udev, usb
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```
sudo sh install.sh
```# Modules
## Apps
QT application to monitor device log events:
```
app/android-dev-watcher-qt/
```## udev
Scripts for udev resides in 'udev' directory.
## Logger
Scripts to handle udev events. Installed by install.sh.
## inotify
Scripts and application for inotify reside in 'inotify' directory.
Build inotify native application:
```
sh inotify/c-api/compile.sh
```## USB
Scripts for USB resides in 'usb' directory.
## ADB
Scripts for Android ADB resides in 'adb' directory.
# Miscellaneous
Monitor udev registered events:
Less detail:
```
udevadm monitor
```More detail:
```
udevadm monitor --property
```