11-13-2009 11:38 AM
Hello!
The issue is I can't to send ISO 7816-4 and native JC APDU commands via BlackBerry smart card reader. As I paired my BB with BB SC reader I expected to have new additional reader when I call:
SmartCardReader[] readers = SmartCardReaderFactory.getInstalledReaders();
or
SmartCardReader[] readers = SmartCardReaderFactory.getReaders();
but any of these lines returns an empty array to me. The SmartCardReader instance is necessary to open SmartCardReaderSession. Each session object has "sendAPDU" method to transfer APDU commands to smart card.
So, I have two questions:
1) Is there any way to get SmartCardReader instance?
2) Is it possible to send APDU commands via Blackberry Smart Card reader?
11-19-2009 01:36 AM
I beg your pardon, the decision was to install special smart card driver on my BlackBeery handheld, whereupon everything works fine.