Applications
56
2.
Send the following intent:
adb shell am broadcast -a com.symbol.intent.cradlefw.update --es cradleFwPath
‘<filename-alongwithpath>’
Example:
adb shell am broadcast -a com.symbol.intent.cradlefw.update --es cradleFwPath
‘/enterprise/device/settings/cradleupdate/MC18CradleFWv5_1.txt
Send an intent using MDM
To send an intent using MDM:
1. Push the file to the internal storage memory.
2. Send the following command to change the permission of the file:
chmod 644 <file-alongwithpath>
3. Send the following intent:
adb shell am broadcast -a com.symbol.intent.cradlefw.update --es cradleFwPath
‘<filename-alongwithpath>’
Example:
adb shell am broadcast -a com.symbol.intent.cradlefw.update --es cradleFwPath
‘/enterprise/device/settings/cradleupdate/MC18CradleFWv5_1.txt
_chmod 644 /enterprise/device/settings/cradleupdate/MC18CradleFWv5_2.txt
Send the file using the Recovery Method
To send the file using the Recovery Method:
1. Put the device in Recovery Mode.
2. Select Update via adb > FullPackageUpdate.
3. Enter the following at a command prompt:
adb sideload <packagename>.
4. Reboot the device.
Send an Airwatch intent
To send an Airwatch intent, send the following intent:
broadcast=true,mode=implicit,action=com.symbol.intent.cradlefw.update,extraString=cradleFwPath=/e
nterprise/device/settings/cradleupdate/MC18CradleFWv5_2.txt
Send a SOTI intent
To send a SOTI intent, send the following intent:
sendintent -b
"intent:#Intent;action=com.symbol.intent.cradlefw.update;S.cradleFwPath=/enterprise/device/settings/c
radleupdate/MC18CradleFWv5_1.txt;end;"
MC18 Product Reference Guide.book Page 56 Tuesday, June 30, 2020 9:07 PM