0% found this document useful (0 votes)
479 views6 pages

ReadMe Manuel Functions

ACS Smart Card API for android is a class library from advanced card systems. To use the class library, select "Java Build Path" from your project properties. Select "acssmc-1.1.1.jar" from file list from file list.

Uploaded by

Cell Lih
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
479 views6 pages

ReadMe Manuel Functions

ACS Smart Card API for android is a class library from advanced card systems. To use the class library, select "Java Build Path" from your project properties. Select "acssmc-1.1.1.jar" from file list from file list.

Uploaded by

Cell Lih
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

ACS Smart Card API for Android Advanced Card Systems Ltd.

Contents ---------------1. 2. 3. 4. 5. 6. Release Notes Installation History File Contents Limitations Support

1. Release Notes ---------------Version: 1.1.1 Release Date: 12/7/2012 Supported Readers VID ---072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F 072F PID ---8300 8302 8307 8301 90CC 90D8 B100 B101 B102 B103 B104 90D2 2011 8900 8901 8902 1205 1204 1206 2200 2214 1280 2207 222B 2206 2203 221A 2229 2100 2224 220F 2223 2208 Reader --------------------------ACR33U-A1 ACR33U-A2 ACR33U-A3 ACR33U ACR38U-CCID/ACR100-CCID ACR3801 ACR39U ACR39K ACR39T ACR39F ACR39U-SAM ACR83U-A1 ACR88U ACR89U-A1 ACR89U-A2 ACR89U-A3 ACR100I ACR101 ACR102 ACR122U/ACR122U-SAM/ACR122T ACR1222U-C1 ACR1222U-C3 ACR1222U-C6 ACR1222U-C8 ACR1222L-D1 ACR125 ACR1251U-A1 ACR1251U-A2 ACR128U ACR1281U-C1 ACR1281U-C2 (qPBOC) ACR1281U (qPBOC) ACR1281U-C3 (qPBOC)

072F 072F 072F 072F 072F 072F 072F 072F

0901 220A 2215 2220 2213 222C 8201 90DB

ACR1281U-C4 (BSI) ACR1281U-C5 (BSI) ACR1281U-C6 ACR1281U-C7 ACR1283L-D1 ACR1283L-D2 APG8201-A1 CryptoMate64

System Requirements Android 3.1 or above USB host support on Tablet To build Android Application, you need to install Android SDK and ADT Plugin for Eclipse. For more information, please refer to http://developer.android.com/.

2. Installation --------------1. Copy "acssmc" and "ReaderTest" folder to the workspace of Eclipse. 2. To use the class library, select "Java Build Path" from your project properties. Then select "Libraries" tab and click on "Add JARs..." button. 3. Select "acssmc-1.1.1.jar" from file list.

3. History ---------v1.0.0 (30/12/2011) 1. New Release v1.1.0 (18/5/2012) 1. Add the following readers support: ACR83U-A1 APG8201-A1 2. Add utility classes Features, PinVerify, PinModify, PinProperties, TlvProperties and ReadKeyOption to support PC/SC 2.0 Part 10 and ACR83/APG8201 specific controls. 3. Handle PC/SC 2.0 Part 10 and ACR83/APG8201 specific controls in Reader.control(). v1.1.1 (12/7/2012) 1. Add the following readers support: ACR39U ACR39K ACR39T ACR39F ACR39U-SAM ACR88U ACR89U-A1 ACR89U-A2 ACR89U-A3 ACR125 ACR1251U-A1 ACR1251U-A2 ACR1281U-C2 (qPBOC)

ACR1281U (qPBOC) ACR1281U-C3 (qPBOC) ACR1281U-C4 (BSI) ACR1281U-C5 (BSI) ACR1281U-C6 ACR1281U-C7 ACR1283L-D1 ACR1283L-D2 CryptoMate64

4. File Contents ---------------Class Library: acssmc\acssmc-1.1.1.jar API Documentation: acssmc\doc Sample Application: ReaderTest | ReadMe.txt | +---acssmc | | acssmc-1.1.1.jar | | | \---doc | | allclasses-frame.html | | allclasses-noframe.html | | constant-values.html | | deprecated-list.html | | help-doc.html | | index.html | | overview-tree.html | | package-list | | serialized-form.html | | stylesheet.css | | | +---com | | \---acs | | \---smartcard | | | BufferOverflowException.html | | | CommunicationErrorException.html | | | DevicePowerFailureException.html | | | DeviceProtocolErrorException.html | | | Features.html | | | InsufficientBufferException.html | | | InternalErrorException.html | | | InvalidDeviceStateException.html | | | package-frame.html | | | package-summary.html | | | package-tree.html | | | package-use.html | | | PinModify.html | | | PinProperties.html | | | PinVerify.html | | | ProtocolMismatchException.html | | | Reader.html | | | Reader.OnStateChangeListener.html | | | ReaderException.html | | | ReaderFeatures.html | | | ReaderProperties.html

| | | ReadKeyOption.html | | | RemovedCardException.html | | | TlvProperties.html | | | UnpoweredCardException.html | | | UnresponsiveCardException.html | | | UnsupportedCardException.html | | | | | \---class-use | | BufferOverflowException.html | | CommunicationErrorException.html | | DevicePowerFailureException.html | | DeviceProtocolErrorException.html | | Features.html | | InsufficientBufferException.html | | InternalErrorException.html | | InvalidDeviceStateException.html | | PinModify.html | | PinProperties.html | | PinVerify.html | | ProtocolMismatchException.html | | Reader.html | | Reader.OnStateChangeListener.html | | ReaderException.html | | ReaderFeatures.html | | ReaderProperties.html | | ReadKeyOption.html | | RemovedCardException.html | | TlvProperties.html | | UnpoweredCardException.html | | UnresponsiveCardException.html | | UnsupportedCardException.html | | | +---index-files | | index-1.html | | index-10.html | | index-11.html | | index-12.html | | index-2.html | | index-3.html | | index-4.html | | index-5.html | | index-6.html | | index-7.html | | index-8.html | | index-9.html | | | \---resources | inherit.gif | \---ReaderTest | .classpath | .project | AndroidManifest.xml | default.properties | proguard.cfg | +---assets +---bin | | classes.dex | | ReaderTest.apk

| | resources.ap_ | | | \---com | \---acs | \---readertest | R$attr.class | R$drawable.class | R$id.class | R$layout.class | R$string.class | R.class | ReaderTestActivity$1.class | ReaderTestActivity$10.class | ReaderTestActivity$11.class | ReaderTestActivity$12.class | ReaderTestActivity$13.class | ReaderTestActivity$14.class | ReaderTestActivity$15.class | ReaderTestActivity$16.class | ReaderTestActivity$17.class | ReaderTestActivity$18.class | ReaderTestActivity$19.class | ReaderTestActivity$2$1.class | ReaderTestActivity$2.class | ReaderTestActivity$20.class | ReaderTestActivity$21.class | ReaderTestActivity$22.class | ReaderTestActivity$23.class | ReaderTestActivity$24.class | ReaderTestActivity$25.class | ReaderTestActivity$3.class | ReaderTestActivity$4.class | ReaderTestActivity$5.class | ReaderTestActivity$6.class | ReaderTestActivity$7.class | ReaderTestActivity$8.class | ReaderTestActivity$9.class | ReaderTestActivity$CloseTask.class | ReaderTestActivity$OpenTask.class | ReaderTestActivity$PowerParams.class | ReaderTestActivity$PowerResult.class | ReaderTestActivity$PowerTask.class | ReaderTestActivity$SetProtocolParams.class | ReaderTestActivity$SetProtocolResult.class | ReaderTestActivity$SetProtocolTask.class | ReaderTestActivity$TransmitParams.class | ReaderTestActivity$TransmitProgress.class | ReaderTestActivity$TransmitTask.class | ReaderTestActivity.class | +---gen | \---com | \---acs | \---readertest | R.java | +---res | +---drawable-hdpi | | icon.png | |

| +---drawable-ldpi | | icon.png | | | +---drawable-mdpi | | icon.png | | | +---layout | | display_lcd_message_dialog.xml | | main.xml | | modify_pin_dialog.xml | | read_key_dialog.xml | | verify_pin_dialog.xml | | | \---values | strings.xml | \---src \---com \---acs \---readertest ReaderTestActivity.java

5. Limitations --------------

6. Support ---------In case of problem, please contact ACS through: Web Site: http://www.acs.com.hk/ E-mail: [email protected] Tel: +852 2796 7873 Fax: +852 2796 1286

----------------------------------------------------------------Copyright Copyright by Advanced Card Systems Ltd. (ACS) No part of this reference manual may be reproduced or transmitted in any from without the expressed, written permission of ACS. Notice Due to rapid change in technology, some of specifications mentioned in this publication are subject to change without notice. Information furnished is believed to be accurate and reliable. ACS assumes no responsibility for any errors or omissions, which may appear in this document.

You might also like