Grant access to a folder

AK
Anas kortas
Lisa Dräxlmaier GmbH

Hello, 


Im getting an error message "Access denied" when im trying to push the deviceconfig  xml file  under "/storage/IPSM/honeywell/persist" .  How to grant access to this folder please . 

Best regards.

4 years ago
Android
ANSWERS
R
RRMOD@SOTI
4 years ago (edited 4 years ago)

Hi Anas,

Thank for posting in SOTI Central.

Follow the steps below to move and execute deviceconfig XML file:

  • set up the File Sync rule (File Sync Configuration ) to push the file to desired location.
  • Run the following script to run/execute the deviceconfig XML on android device.
  • sendintent -b "intent:#Intent;action=com.honeywell.ezconfig.intent.action.IMPORT_XML;
  • S.path=/sdcard/honeywell/DeviceConfig.xml < the path where file is stored>; launchFlags=0x1400020;end"
  • Please click here to refer to the Honeywell help file.

Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.

MO
Mikko, Ollila
4 years ago

Hi,

You can use the internal memory with following path: /sdcard/honeywell/persist/

BR

Mikko

R
RRMOD@SOTI
4 years ago (edited 4 years ago)

Hi Anas,

Following up on this thread, were you able to resolve the issue?

If yes, I would like to know what were the steps taken to resolve the issue and I can mark that as a Solution.