[OTAP] Transfer finished. [OTAP] Installation completed with result: 905 Attribute Mismatch | Telit Cinterion IoT Developer Community
November 27, 2017 - 2:08pm, 1622 views
Hi,
{ 'manufacturer': 'Cinterion', 'model': 'EHS5-E'}
I want to OTAP signed applets (otap of unsigned applets works).
So my applets are signed (jad: MIDlet-Jar-RSA-SHA1 & MIDlet-Certificate-1-1 )
and commands at('^SJMSEC="file","setcustomerkeystore.bin"') & HttpsVerifyOff & ObexActivationOff are executed successfuly: ^SJMSEC: 2,0,0,0
But otap fails with the following error:
[OTAP] Transfer finished. [OTAP] Installation completed with result: 905 Attribute Mismatch
How to fix the problem? Part of JAD follows.
------------
JAD:
MIDlet-1: kamion, , pxxx.Kamion
MIDlet-Certificate-1-1: MIIDejx+5ig==
MIDlet-Install-Notify: http://******/gotap/resources/otap/installed?ver=200
MIDlet-Jar-RSA-SHA1: dp0h****1YaJ7QsRQ==
MIDlet-Jar-Size: 272212
MIDlet-Jar-URL: http://****/gotap/resources/otap/200/kamion.jar
MIDlet-Name: kamion
MIDlet-Vendor: P****
MIDlet-Version: 2.200
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: IMP-NG
Oracle-MIDlet-Autostart: 1
Oracle-MIDlet-Restart-Count: 100
Oracle-MIDlet-Restart: true
Hello,
Have you tried to install that MIDlet manually before tying OTAP (with activated OBEX)? This error usually means that some of the corresponding parameters in the jad file and the manifest file inside the jar file do not match. Please compare these two files.
Please also paste ATI1 reply.
Regards,
Bartłomiej
Thank you very much, in manifest Oracle-MIDlet-Restart was set false and Oracle-MIDlet-Autostart was set to 0. Now manual setup works. One attempt of OTAP was successful.
Best regards, Janez