Install security patches on Android 8.1 devices Zebra TC51/TC56/MC33

G
Guenniko
iee1911

Hello All,

i run in trouble to start the installation of security patches from Zebra. I transfer the file (via filetransfer ;in this case ATLAS_DELTA_UPDATE_02-32-04.00-OG-U10-STD.zip). The file is stored in %SDCARD%.

I crate a package with script.

But i was not able to run the file via script. Can you help me with the right script / procedure?

Thank you

4 years ago
Android Scripting
ANSWERS
MB

Hi Guenniko,

what BSP Version did you had installed on the Device?

For BSP 02.32.04 you can use this Package

install_system_update storage/emulated/0/Download/ATLAS_DELTA_UPDATE_02-32-04.00-OG-U10-STD.zip

For BSP 02.13.15 you can use this Package

install_system_update storage/emulated/0/Download/CFE_ATLAS_02-13-15.00-OG-U20-STD.zip

In Your Package you had set the Same "Destianation on Device" Folder as in the Executing Script above for the Incremental Package?

G
Guenniko
4 years ago (edited 4 years ago)

Hi Marcus,

thank you for the reply.

I have installed 02-32-04-U03.

In your excample you use the download folder. I need to replace the folder by SDCARD? Like: 

install_system_update storage/emulated/0/SDCARD/ATLAS_DELTA_UPDATE_02-32-04.00-OG-U10-STD.zip

Yes the destination was set correct.

G
Guenniko
4 years ago

Hello,

the correct script is when the file is on folder SDCARD:

install_system_update /sdcard/ATLAS_DELTA_UPDATE_02-32-04.00-OG-U10-STD.zip

Thank you for your help and have a nice weekend.

Guenniko