Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EXL/SynergyCalls

Repository files navigation

Synergy Calls

Synergy Calls is application for Android OS, which logging calls to the server through the POST request method.

For getting information about calls the application uses the PhoneCallReceiver class, found on Stack Overflow.

In order to Android OS does not unload the application from memory, a Service class was used. For the application to be started with the launch of the device, a BroadcastReceiver class was used.

Download

You can download APK-package for Android OS from the releases section.

Build instructions

For example, GNU/Linux:

  • Install the latest Android SDK;

  • Clone repository into deploy directory;

cd ~/Deploy/
git clone https://github.com/EXL/SynergyCalls SynergyCallsAndroid
  • Build the APK-package into deploy directory with Gradle building script;
cd ~/Deploy/SynergyCallsAndroid/
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebug
  • Install Synergy Calls APK-package on your Android device via adb;
cd ~/Deploy/SynergyCallsAndroid/
/opt/android-sdk/platform-tools/adb install -r synergy/build/outputs/apk/synergy-debug.apk
  • Check the all necessary permissions;

  • Run and enjoy!

You can also open this project in Android Studio IDE and build the APK-package by using this program.

More information

Please read Making Guide (In Russian) for more info about making Synergy Calls for Android OS.

About

An Android OS application that writes call logs to the server through the POST request method.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors

Languages