Package studio -> how to copy a apk file to a folder on android ?
- 27 November 2019
- SOTI MobiControl - Android
4 Answers- 0 Upvote
- 1 Follower
4 Answers
SOTI might still be trying to install the APK even though you have selected the option to add a file to a Package. You can maybe see if the file is marked for auto-execute in Package Builder and disable that option. If that doesn't work then maybe you could rename the .apk to something like a .tmp and then use your post-instal script to first rename the file back to .apk before calling mxconfig.
Hello super matt :)
thanks a lot, exactly I think soti try to install the apk.
Well, yes good idea to rename the apk to a tmp file add them into the package builder and a post action script rename all.
Work nice.
A last question, I have 6 apps to install in android 7.
Do you think I can made a xml file with stagenow for to install in silent mode these 6 application in ONE TIME ?
Or it's better to create 6 xml and of course 6 rules.
Actually, I made a procedure for to upgrade to android 7 all our devices -> 600 devies and of course I try to automate the task at the max.
thanks a lot
just for information sorry if I boring you :)
I've try to install 6 apps with stagenow -> appMgr x 6 in same file ..
That's work fine
great tool stagenow
While possible, I would never combine multiple APK installs into a single package. You leave yourself with limited flexibility with updates to those apps in the future. If you need to update one of the APKs housed inside of that package in the future then ALL of the apps will get downloaded and re-installed on every device. You are much better off having the apps in individual packages.