You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when read Vietnamese citizen id card via NFC, i only get mrz info ( number id, Name, date of birth, expried date,.) Photo image, but i want some detail ie: Place of Birth, morther /farther name, identifying characteristics,...
Expected Behaviour
I think this data is stored in EF_DG11 but when i try to get it , it return error code null , so can you help me a little bit . thank you so much
Context
i use Smartscanner-core in android project (kotlin)
The text was updated successfully, but these errors were encountered:
I have a problem when read Vietnamese citizen id card via NFC, i only get mrz info ( number id, Name, date of birth, expried date,.) Photo image, but i want some detail ie: Place of Birth, morther /farther name, identifying characteristics,...
Expected Behaviour
I think this data is stored in EF_DG11 but when i try to get it , it return error code null , so can you help me a little bit . thank you so much
Context
i use Smartscanner-core in android project (kotlin)
Can you share your source that you have done? Thanks.
I have a problem when read Vietnamese citizen id card via NFC, i only get mrz info ( number id, Name, date of birth, expried date,.) Photo image, but i want some detail ie: Place of Birth, morther /farther name, identifying characteristics,...
Expected Behaviour
I think this data is stored in EF_DG11 but when i try to get it , it return error code null , so can you help me a little bit . thank you so much
Context
i use Smartscanner-core in android project (kotlin)
Hi Shinnobi,
I am also facing the same issue: Unable to read EF_DG11 data containing additional person details information.
Below is the exception in logcat net.sf.scuba.smartcards.CardServiceException: Access to file denied, CAPDU = 00A4020C020103, RAPDU = 6982 (SW = 0x6982: SECURITY STATUS NOT SATISFIED)
and DG11 fail read net.sf.scuba.smartcards.CardServiceException: File not found, CAPDU = 00A4020C02010B, RAPDU = 6A82 (SW = 0x6A82: FILE NOT FOUND)
Did you solve this issue? If so, please share how you overcome it
Current Behaviour
I have a problem when read Vietnamese citizen id card via NFC, i only get mrz info ( number id, Name, date of birth, expried date,.) Photo image, but i want some detail ie: Place of Birth, morther /farther name, identifying characteristics,...
Expected Behaviour
I think this data is stored in EF_DG11 but when i try to get it , it return error code null , so can you help me a little bit . thank you so much
Context
i use Smartscanner-core in android project (kotlin)
The text was updated successfully, but these errors were encountered: