Thomas B. Posted April 27, 2023 Share Posted April 27, 2023 (edited) Hi, I am using the batch configuration feature for the Focus 3, in order to deploy a single app in Kiosk mode. I also want to copy files along with the process. My files should be located in the /storage/emulated/0/Android/data/<application package name>/files usual folder. Can I do this with the batch configuration feature? I have noticed a "Sideload" section in the batch configuration setting process (which I don't understand), can it be of any help? Thank you in advance for your help. Thomas Edited April 27, 2023 by Thomas B. Title typo Link to comment Share on other sites More sharing options...
Tony PH Lin Posted May 5, 2023 Share Posted May 5, 2023 Hi @Thomas B., Do you mean you're using enterprise service (like DMS/VBC) to do batch configuration? Please describe more or attach the photos for us to lead you to get the right support. Thanks. Link to comment Share on other sites More sharing options...
Thomas B. Posted May 6, 2023 Author Share Posted May 6, 2023 Hi, I am actually using the Vive Business Device Management System. I have found a way to copy files at /storage/emulated/0/Android/data/<application package name>/files (a.k.a. local storage location), as the last step of the batch configuration installation: Grant your application with the READ_EXTERNAL_STORAGE permission in the Android Manifest. Put the files in the external storage (i.e., the microSD card) in the /Android/data/<application package name>/files folder. At the first launch of your application, copy the files from the external storage location to the local storage location (get the path to the external storage location with this tip : http://anja-haumann.de/unity-how-to-save-on-sd-card/). Thomas Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now