getCardType generates log error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getCardType generates log error

1,513 Views
frederic_surleau
Contributor II

Hi

On android, calling getCardType generates :

11:34:09.309 FA E Name must consist of letters, digits or _ (underscores). Type, name: event, Tag Operation
11:34:09.309 FA E Invalid public event name. Event will not be logged (FE): Tag Operation

Regards

Labels (1)
Tags (1)
0 Kudos
Reply
2 Replies

1,413 Views
ukcas
NXP Employee
NXP Employee

Dear frederic_surleau,

 

Please share code snippet which gives this error.

 

Best regards,

UK

0 Kudos
Reply

961 Views
Deepakpatil23
Contributor I
I got this error same...
desFireEV1.selectApplication(1)
desFireEV1.authenticate( 2, IDESFireEV1.AuthType.Native,KeyType.THREE_KEY_THREEDES, keyDataInstance3k3d1App)
first line goes smooth but below Authenticate gives this error. i defined 24bytes of key tried with both DESede and DESede/ECB/NoPadding

val t3KTDes1AppSecretKey = SecretKeySpec(TKTDes1AppKeyBLKBytes, "DESede/ECB/NoPadding")
this code is in android Kotlin
0 Kudos
Reply