WT6300 - OS Upgrade script

Solved

SOTI Version: 15.4.2.1020 and Agent Version 15.3.0 build 1006

Can you please provide the script for WT6300 to deploy a upgrade via SotiMobi Control.

I have tried the below which ha snot worked

sendintent -b "intent:#Intent;action=com.symbol.intent.action.UPDATE_PACKAGE;S.file=%sdcard%/Android11Oct2022.zip;end"

Install_system_update /%sdcard%/Android11Oct2022.zip

note - the os file is called Android11Oct2022.zip

3 years ago
SOTI MobiControl
ANSWERS
MD
Matt Dermody Diamond Contributor
3 years ago

install_system_update is the script that I typically use for OS Updates on Zebra Android devices. I would recommend you use /sdcard/Android11Oct2022.zip instead of /%sdcard%/

Solution
JS
jag singh
3 years ago

Thanks Matt, I could swear I tried with and without many times - just tried your suggestion right now and it worked straight away.