Delete files on EHS5 | Thales IoT Developer Community
December 28, 2016 - 5:41pm, 2800 views
I need to delete all files on the EHS5 engine. With the old TC65i I used the OTAP procedure with DELETE message, but it seems not possible with the EHS5 (the files are not deleted).
Which technique must be used to delete all contents of the flash memory, including files created by the application?
Hello,
The memory in TC65i and EHS5 is different. In EHS5 module there are two types of memory, internal memory for midlets and MES - memory where you store data. If you delete midlet using AT^SJAM=3 command or OTAP procedure with DELETE message, midlet will be uninstalled and removed from internal memory, but Java .jad and .jar files still will be available in MES. To delete it from MES use AT^SFSA="remove",<path>.
Regards
Adam
Hi,
you can use this nice java aplication in your computer to delete all the midlets in the FFS.
https://iot-developer.thalesgroup.com/showcase/clean-midlets
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!