Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnandersen777/freeze-tool
- Owner: johnandersen777
- Created: 2015-08-18T00:59:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T21:45:45.000Z (over 8 years ago)
- Last Synced: 2024-10-24T09:12:21.251Z (25 days ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/device.go
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 imageBuilding
---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