Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnandersen777/freeze-tool

This project provides notifications when a android device freezes or locks up
https://github.com/johnandersen777/freeze-tool

Last synced: about 14 hours ago
JSON representation

This project provides notifications when a android device freezes or locks up

Awesome Lists containing this project

README

        

Freeze Tool
---

This project provides notifications when a android device freezes or locks up.

It uses docker to compile the binaries and the main Dockerfile adds the linux
binary to the busybox image to create an extremely small final image

Building
---

Make sure to run bower install before building the docker image

```bash
cd static
bower install
```

Also make sure to install go dependencies

```bash
godep restore
```

```bash
./script/build
```

Running
---

```bash
./freeze-tool_linux-amd64
```

Docker
---

ADB server must not be running on the host!!!

```bash
docker-compose up
```

To run just a node
```bash
docker-compose -f docker-compose-node.yml run connected
```

Changing The Name
---

```bash
./script/change-name $GITHUB_USERNAME $PROJECT_NAME
```

- John Andersen