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

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.

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
```