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
- Host: GitHub
- URL: https://github.com/thomasthiebaud/quietandroid
- Owner: thomasthiebaud
- Created: 2016-04-16T18:46:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T21:11:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T11:30:56.382Z (7 months ago)
- Language: Java
- Size: 745 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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