From: Chaskiel M Grundman <[EMAIL PROTECTED]>
It's still not working for me (card 3B 75 94 00 00 62 02 02 02 01). I tried both the CardEdge.bin in CFlexAccessLoader 0.2 and making my own with java card kit 2.1.2 and using captransf.jar. It still bombs out on the last block with a 69 85 result. Other than using the proper card manager AID, and preparing the applets with captransf, what changed in the new version that is supposed to make the non-developer cards work?
1. Virtualized the loader methods for selecting the right service and values already in the factory by ATR, especially the card manager AID; but now this is superflous because of 2. :(
2. Removed explicit selection of the card manager, not needed, because it is selected by default.
3. Added the '-statics' parameter to the load command.
3. Resolved a documentation ambiguity concerning the construction of the 'install parameters data block'.
That's it.
From: Philippe Smadja <[EMAIL PROTECTED]>
Probably, you need to add the size of the static fields (e-gate needs that). From Martin Buechler it is 6 bytes for CardEdge.bin.
Yes, and there is some wrong wording in the Readme too, thanks to Heiko for pointing this out. Must be:
---------------------------------------------------------------------
java smartcard.OCF.app.LoadCFlexAccess32 -load CardEdge.bin -statics 6
---------------------------------------------------------------------
^^^^^^^
Corrected and uploaded it. Please test.
Regards
Martin
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
