Adding app to Android Enterprise Homescreen
- 03 June 2020
- SOTI MobiControl - Android
10 Answers- 0 Upvote
- 4 Followers
10 Answers
Hi Daniel,
Thanks for the interesting post!
What kind of app are you expecting to be pushed to the Home-screen of android device?
How are you pushing that app to the device?
What is the version of MobiControl are you in?
Regards,
Technical Support | SOTI Inc. |+1-888-494-SOTI (7684) | support@soti.net | www.soti.net |
Thanks for you quick response,
It's applications that we built internally, they are already pushed with profiles (packages build with apk)
We are running Mobicontrol 14.4
Hello Daniel,
Thank you for your response, did you try pushing app using App Catalog Rule it will automatically create shortcut on the homepage.
OR try this script - home_shortcut /add -pkg ""Bundle id""
for example - home_shortcut /add -pkg com.android.chrome
Let me know if this works for you.
Regards,
Technical Support | SOTI Inc. |1.905.624.9828 | support@soti.net | www.soti.net |
Hi,
I've tried a post-install script and pre-install but it didn't worked (note that the package is checked as automatic installation). App gets installed but not on the main screen (only apps screen). We've created a catalog previously for other devices but it also pushed the apps in the app screen.
Hello Daniel,
Thank you for your response, did you try sending this script home_shortcut /add -pkg com.android.chrome ?
Please try it send from scripts tab and let me know.
Regards,
Technical Support | SOTI Inc. |1.905.624.9828 | support@soti.net | www.soti.net |
Hi,
I've created a package containing that script then pushed it as a profile. It didn't put the chrome app on the main screen. Neither sending the script directly to the mobile on the device details.
Hello Daniel,
Thank you for your response, when you're sending script directly do you see any error message in the logs?
is it possible for you to send the snippet?
Regards,
Technical Support | SOTI Inc. |1.905.624.9828 | support@soti.net | www.soti.net |
Hello,
The profile gets installed but seems that the script isn't support on the device. There's no error message in the logs
What is the snippet ?
Thanks,
Hello Daniel,
Thank you for your response, unfortunately your device doesn't support the script we have.
For now only option available is to do it manually. I will try to reach out to Product Management team to know if there is any restriction from OEM side or our side.
Regards,
Technical Support | SOTI Inc. |1.905.624.9828 | support@soti.net | www.soti.net |
This scrip worked for me, But is there a way I can send a script to add multiple icons to home screen. Or do I need to add one at a time
home_shortcut /add -pkg ""Bundle id"",""Bundle id"",""Bundle id""