Is it possible for an inhouse build app to get the SOTI DevicesName
- 11 November 2020
- MobiControl - Android Scripting
4 Answers- 0 Upvote
- 1 Follower
4 Answers
Your in-house app can implement its own intent to receive and store device name sent from MobiControl device agent at regular inteval (say every 15/30/60 minutes).
Wow thank you for the quick reply Raymond,
This is a very good idea.
I also stumbled on this approach. https://discussions.soti.net/thread/creating-a-text-with-device-name-in-it/
File sync a dummy file, and copy (rename) it to %devicename%.DeviceName
copy /sdcard/FileSync/AutoRunOnStartup/Rename.DeviceName /sdcard/Download/%devicename%.DeviceName
I will make sure our Developers look into both approaches.
Hello,
we used android + and mobicontrol has a database locate on the device
when device is enroll, we copy this database and place this into a public folder
in this database we have some information ...
Perhpas with android entreprise there is also a database soti ?
Interesting approach.
I used similar trick to use .js scripts in lockdown.
Update :
Thanks Bernard
It is actually possible to retrieve te .db files used by Mobicontrol Agent on Android Enterprise DO devices.
mkdir /sdcard/TEMP
copy \data\data\net.soti.mobicontrol.androidwork\databases\settings \sdcard\TEMP\SotiSettings.db