From: Savio D. <sav...@ya...> - 2008-09-21 19:56:01
|
Dear Karsten, I tried it using security level 1, but there seems to be no change.. > For C-MAC: See the README of GPShell (-security 1) > > ---------- This following output is when I did not place any card on the reader. C:\dev\Nokia\GPShell-1.4.2\GPShell-1.4.2>gpshell helloinstallgp211.txt mode_211 enable_trace establish_context card_connect -readerNumber 0 * reader name OMNIKEY CardMan 5x21-CL 0 card_connect() returns 0x80100069 (The smart card has been removed, so that further communication is not possible. ) select -AID a000000007000000 Command --> 00A4040008A000000007000000 Wrapped command --> 00A4040008A000000007000000 select_application() returns 0x00000006 (The handle is invalid. ) here I place the NFC on the reader and the result is bit different.. C:\dev\Nokia\GPShell-1.4.2\GPShell-1.4.2>gpshell helloinstallgp211.txt mode_211 enable_trace establish_context card_connect -readerNumber 0 * reader name OMNIKEY CardMan 5x21-CL 0 select -AID a000000007000000 Command --> 00A4040008A000000007000000 Wrapped command --> 00A4040008A000000007000000 select_application() returns 0x0000001F (A device attached to the system is not functioning. ) C:\dev\Nokia\GPShell-1.4.2\GPShell-1.4.2> -------------------------------- what could be that I am doing wrong.?! Is the AID very important..I changed it to a000000007000000 from a000000003000000 as there seems to be an application existing on the default NFC phone with this ID and the unlock midlet readme says not to delete this AID..so I thought I must not rewrite it either...I didnt change anything on the applet.. your help is highly appreciated guys.. thanks Enya |