Concept board stuck in continuous restart. | Telit Cinterion IoT Developer Community
April 20, 2015 - 5:13pm, 3487 views
I have appended the following to my .jad file to make it automatically start
Oracle-MIDlet-Autostart: 1
Oracle-MIDlet-Restart: true
Oracle-MIDlet-Restart-Count: 5
But there seems to be an exception during execution and now it is stuck in continuous restart.
Also I'm not able to connect through terminal as the ports are not available due to continuous restart.
Is there any option to hard reset or remove my jar from the concept board.
Hi,
Connect the USB port to a computer and install the drivers. Two of the USB descriptors are suitable to send AT comand. Over this USB descritor you can stop/delete your application.
You can also try to send a OTAP SMS to delete your aplication. Maybe this is the easy way.
Let me check if reflashing the FW of the module it is also posible to delete all the midlets with any option
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!
Thanks for the reply.
I got a 2 seconds window for connecting through terminal and fixed it by pasting the following command:
at^scfg="Userware/Autostart","","0"
Anyhow do let us know of reflashing or deleting all midlets options.
Hello,
Just please remember to activate the autostart again after you uninstall your application. Without that the factory JRC MIDlet won't start automatically and some of the module's features may not work.
Regards,
Bartłomiej
Yeah..did that only after confirming the successfull midlet execution.
Thanks anyways.