Keeps track of devices that are connected to USB hubs. Useful for device inventory. Also, have a look at Device Wall - Site
- Run
bundle install
- Open
config.yml
and setjson_path
where your data will be output (default isdevice.json
) - Run
rake inventory
- Your file will be output to path in step 2
Alternatively, you can specify the output path through rake command such as rake inventory["/output/path.json"]
. This will override the default path in config.
Follow the instructions for setting up Android SDK. Make sure you add /directory/to/your/android-sdk-macosx/tools/
and /directory/to/your/android-sdk-macosx/platform-tools
to your PATH.