From: Karsten O. <kar...@go...> - 2008-09-22 03:27:47
|
Savio Domnic schrieb: > 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. > ) That means that there seems to be a problem at the communication level. Try another APDU tool, if think with Omnikey is shipped one or try this: http://www.topshareware.com/companies/3557-1/scardsoft.htm Manually execute a SELECT command: 00A4040008A000000007000000 If this is wokring then GPShell has a communication problem, this would be strange. Karsten > > 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 > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Globalplatform-users mailing list > Glo...@li... > https://lists.sourceforge.net/lists/listinfo/globalplatform-users > > |