DataWedge restore, SOTI

JW
Johan W
Posten Logistik AB (PostNord)

Hi!

I need help with restoring DataWedge to Factory Defaults by sending a sendintent script from MobiControl.
Anyone that have achieved this with the sendintent command?

for example, see below:

sendintent -a "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra=com.symbol.datawedge.api.RESTORE_CONFIG;end"

What am I doing wrong?

6 years ago
Android
ANSWERS
JB
James Beeching
6 years ago

I think it might be -b : Start_Broadcast

sendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra=com.symbol.datawedge.api.RESTORE_CONFIG;end"

MH
Mark Henshaw
5 years ago

I was able to make this work on a TC75x with the following command.

sendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra=RESTORE_CONFIG;end"