madhanraj / seek-for-android

Automatically exported from code.google.com/p/seek-for-android
0 stars 0 forks source link

Name change on UICC SE ? #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For UICC SE, the name of Reader used to be "UICC" prior to v2.3.   Since 
v2.3.3, the SE name was changed to "SIM: UICC" which would not be backward 
compatible. 

Line #44 of the UiccTerminal.java in the 
.../smartcard-api/src/org/simalliance/openmobileapi/service/terminals folder.

Original issue reported on code.google.com by danny.w....@gmail.com on 9 Feb 2012 at 11:59

GoogleCodeExporter commented 9 years ago
Changing the terminal names in SCAPI 2.3.x came in as the SIMalliance spec 
introduced a terminal prefix in chapter 6.6.1:
 Method: String getName()
 Return the user-friendly name of this reader.
 - If this reader is a SIM reader, then its name must start with the "SIM" prefix.
 - If the reader is a SD or micro SD reader, then its name must start with the “SD” prefix
 - If the reader is a embedded SE reader, then its name must start with the “eSE” prefix

Previous SCAPI versions (2.2.x) were based on SIMalliance OMAPI 1.01 where 
terminal names were not defined.

Wont Fix?

Original comment by Daniel.A...@gi-de.com on 10 Feb 2012 at 7:13