Skip to content

elevenetc/mobile-manager-android-client

Repository files navigation

Mobile Manager client

Client for Mobile Manager

Build

  1. Add endpoint of Mobile Manager to local.properties:
endpoint=https://yourdomain.org:6666
  1. Create and add google-services.json file to ./app with enabled Google Cloud Messages( Firebase Messages )
  2. Build apk
./gradlew assembleDebug

Install and run

Connect device and execute command(for devices with Android <6.0 remove -g param):

adb install -g ./app/build/outputs/apk/app-debug.apk;
adb shell am start -n su.elevenets.mobilemanager/.MainActivity;
adb shell am broadcast -a su.elevenets.mobilemanager.intent.Bind --es command "bind"

It installs apk, starts activity and sends broadcast message which binds client with your server.

Licence

MIT

About

Client for Mobile Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages