lulufei / seek-for-android

Automatically exported from code.google.com/p/seek-for-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can i use "native card" to implemention SmartcardAPI???

GoogleCodeExporter opened this issue · comments

What's the problem?

HI everyone~~
My devices is SIII,i want to try SmartcardAPI ,but i don't have Java card,i 
only have native card!
So..can i implementation example of SmartcardAPI?

Is there anybody  was successfully completed example of SmartcardAPI??




Original issue reported on code.google.com by natsu0...@gmail.com on 2 Jul 2013 at 8:11

The SmartCard API does not care about Java Card or native card as long as the 
card has logical channel support and can select applications.

If your native card is a SIM (S3 only supports the UiccTerminal) it only needs 
to support MANAGE CHANNEL OPEN/CLOSE and SELECT.

Original comment by Daniel.A...@gi-de.com on 5 Jul 2013 at 2:21