-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Read VietNam IDCard #28
Comments
Fyi library only supports biometric passport standard ICAO 9303 aka MRTD. Your ID card has to support this standar in order to read it with this library. |
VietNam IDcard have ICAO 9303 but this app can't not read it |
From provided screenshot I can only guess that your card doesn't support selecting master file. Lines 409 to 410 in a976610
|
I try that but it still not working. VietNam IdCard have ISO/IEC 7816 and ICAO 9303 |
Might be related to this: AndyQ/NFCPassportReader#219 |
i do it on android. i think access card apdu command is different. i try send 00a4020c02011c and it response 9000, but your app send 00a40000 response 6a86. |
Yes, this should be one of the valid SELECT FILE commands for selecting the master file. From your log, you can see there are other master file selection commands being sent prior to the final error. This happens here: dmrtd/lib/src/proto/mrtd_api.dart Lines 111 to 124 in be55ab5
It looks like your card either doesn't support any of these commands, or if the master file is already selected (android), the card sends the wrong status word (SW) for the file being already selected.
You are trying to select EF.CardAcces here, right? Line 104 in a976610
|
I try use this app to read VietNam IDCard but it notworking
The text was updated successfully, but these errors were encountered: