hi, we are following AN11690 to port nfc pn7150 on android oreo. we are getting "bad record mac" error during repo sync.
fatal: unable to access ... gnutls_handshake() failed: Bad record MAC ...
we have tried to clone manually from https://source.codeaurora.org/external/nfcandroid/NfcAndroid_Base . But , getting the same error.
error screenshot attached. can someone help to fix?
thanks,
elavarasan
yes. I have done the same. thanks.
looks like a typo error in document an11690. adding definition to device manifest.xml. (section 3.3.5 Step 5, page 14).
<name>INnxpNfc</name>
It should be <name>INxpNfc</name>
right? ignore if i am wrong.
thanks.