Hello,
I'm trying to firmware update a Honeywell EDA51 (android 8.1) with a package.
Ofcourse I don't want to loop this so I thought i'd do the following:
Post install:
md /sdcard/updatecompleted/
reset
Pre-install:
if exist /sdcard/updatecompleted/ finishpkg
Sadly console already tells me that "if" command is not supported by this device.
Is there a way to do this with javascript perhaps?
I couldn't really find what I was looking for on the Soti javascript API site.
However I must admit that I have 0 knowledge of Javascript so most of it is still abrakadabra to me.