From: Marcel M. M. T. <mar...@sm...> - 2011-07-04 20:09:07
|
Good Day, I'm trying to load the test applet in a JCOP 41 v 2.3.2 card using GPShell (1.4.4) and the script helloInstalGP211.txt: mode_211 enable_trace enable_timer establish_context card_connect select -AID a000000003000000 open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel delete -AID D0D1D2D3D4D50101 delete -AID D0D1D2D3D4D501 install -file helloworld.cap -nvDataLimit 2000 -instParam 00 -priv 2 # getdata # close_sc // Close secure channel # putkey // Put key // options: // -keyind Key index // -keyver Key version // -key Key value in hex card_disconnect release_context However, it always fails when selecting the master file (select -AID a000000003000000) without mattering which AID I put. The response for the select is always 6A82 (file not found). I have already tested it with 3 JCOP 41 v 2.3.2 Any ideas why could this be happening? Thanks for your help, Marcel |