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

https://github.com/thomasthiebaud/quietandroid

Quiet application for android
https://github.com/thomasthiebaud/quietandroid

Last synced: 2 months ago
JSON representation

Quiet application for android

Awesome Lists containing this project

README

        

# QuietAndroid
This is the Quiet application for android. Check the full readme in the [CapstoneProject](https://github.com/thomasthiebaud/CapstoneProject) repository in order to set up a local server.

## Test using the emulator

You can test this app with the android emulator. In order to fake a call, once the emulator is running, you can do

echo "gsm call " | nc -v localhost 5554

If you have an error like

Android Console: Authentication required
Android Console: type 'auth ' to authenticate
Android Console: you can find your in
'/xxxx/xxxx/.emulator_console_auth_token'

get the auth_token and run instead

echo "auth \n gsm call " | nc -v localhost 5554