Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android App Preconfiguration and Autoconnect #29

Open
prononext opened this issue May 9, 2022 · 4 comments
Open

Android App Preconfiguration and Autoconnect #29

prononext opened this issue May 9, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@prononext
Copy link

Is there any way to preconfigure the Android MeshCentral App to push it through a Mobile Device Management with following settings?

  1. Set MeshCentral Server Address
  2. Auto Connect to MeshCentral Server
  3. Auto Accept Streming + Recording
  4. Configure User Consent

That would be really nice.

@Ylianst
Copy link
Owner

Ylianst commented May 9, 2022

Not right now, but I have never used a Mobile Device Management software. If you know of a way this is typically done? let me know, I can look at adding support for it.

@silversword411
Copy link

You might be able to glean useful info from here on MDM

https://github.com/flyve-mdm/android-mdm-agent

@prononext
Copy link
Author

I was thinking about a finished apk inside Meshcentral. Inside that APK the server and other settings are already set. Of course there are a ton of plugins to use. But for MDM normally the MDMs base API needs to be integrated into the non-system-app, in which you want to change settings. So preconfigured API would be much nicer and easier to update.

As for flyve mdm, its quite outdated, tried several times to get in contact with no success.

@si458 si458 added the enhancement New feature or request label Feb 14, 2024
@si458 si458 transferred this issue from Ylianst/MeshCentral Feb 14, 2024
@si458
Copy link
Collaborator

si458 commented Feb 14, 2024

you cant at the moment do alot of the things you want from the google play store or APK.
BUT you can hardcode the URL, if you build/built the APK yourself and distribute it yourself,
link below to the lines you need to change
https://github.com/Ylianst/MeshCentralAndroidAgent/blob/main/app/src/main/java/com/meshcentral/agent/MainActivity.kt#L40-L44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants