Simple Xposed module to change the hardcoded value of 261 bytes which Android is saying is the upper limit of your NFC Controller to transmit although the NFC chip in your phone is maybe capable of more.
Its only useful if some apps check this value and throw an error. If your build-in NFC chip doesn't support this message length the module can't help you and apps trying to use this capacity may crash.
This module hooks two funktions:
1. NativeNfcManager.getMaxTransceiveLength to return 2462 instead of the hardcoded 261 bytes.
2. NativeNfcManager.getExtendedLengthApdusSupported to return TRUE instead of FALSE.
This could help to get apps and/or NFC Tags working who exceed the 261 bytes limits.
For german users: This module makes it possible to use the AusweisApp2 with eID Funktion of your ID Card (neuer Personalausweis (nPA)).
With an OnePlus One I was able to get till the PIN check before an unknown error occurred. Some others phone are maybe more compatible.
See this Android bug for more information.
https://code.google.com/p/android/issues/detail?id=76598
Đơn giản Xposed module để thay đổi giá trị hardcoded 261 byte mà Android được nói là giới hạn trên của điều khiển NFC của bạn để truyền tải mặc dù chip NFC trong điện thoại của bạn có thể có khả năng hơn.
của nó chỉ hữu ích nếu một số ứng dụng kiểm tra giá trị này và ném ra một lỗi. Nếu xây dựng trong chip NFC của bạn không hỗ trợ độ dài tin nhắn này các module không thể giúp bạn và các ứng dụng cố gắng sử dụng khả năng này có thể sụp đổ.
Module này móc hai funktions:
1. NativeNfcManager.getMaxTransceiveLength trở lại năm 2462 thay vì hardcoded 261 byte.
2. NativeNfcManager.getExtendedLengthApdusSupported để trả về TRUE thay vì FALSE.
Điều này có thể giúp đỡ để có được ứng dụng và / hoặc NFC Thẻ làm việc người vượt quá giới hạn byte 261.
Đối với người dùng tiếng Đức: module này làm cho nó có thể sử dụng các AusweisApp2 với Eid Funktion CMND (Neuer Personalausweis (NPA)).
Với một OnePlus Một tôi đã có thể có được cho đến khi kiểm tra mã PIN trước khi một lỗi không rõ đã xảy ra. Một số điện thoại người khác là có thể tương thích hơn.
Xem lỗi Android này để biết thêm thông tin.
https://code.google.com/p/android/issues/detail?id=76598