EHS5 (EHS6) Autostart APP | Telit Cinterion IoT Developer Community
November 9, 2015 - 11:17am, 4679 views
I've a problem to set my application in autostart mode, on EHS5.
I execute this steps, but the application not start:
1) Configuration at command
at^scfg="Userware/Autostart","","1"
at^scfg="Userware/Autostart/Delay","","10000"
2) Settings on jad file:
Oracle-MIDlet-Autostart:1
Oracle-MIDlet-Restart:true
Oracle-MIDlet-Restart-Count:3
3) Upload the midlet to device
4) Install the midlet with
at^sjam=0,"a:/EHS5_test.jad",""
5) Restart the engine
but the midlet don't start....... :-(
Can you help me?
Thks
Ok, i've read
https://iot-developer.thalesgroup.com/tutorial/midlet-configuration-netb...
and now it's work.
Thanks Jure!
Not a problem, it's nice to also help sometimes and not just ask questions. :)
The STE´s method works for me, Thank you STE, maybe your problem is that you are using much time in:
at^scfg="Userware/Autostart/Delay","","10000" //1000 seconds
try with:
at^scfg="Userware/Autostart/Delay","","100" //10 seconds