« Return to Thread: getting started

Re: getting started

by josergc :: Rate this Message:

Reply to Author | View in Thread

Hi Karel,

The T80 does not implements a full proprietary NFC libraries, but the standard NFC libraries, so you can download the standard JSR257 manual located in http://jcp.org/en/jsr/detail?id=257 and that includes the javadocs as well.

The files that we have sent to you completes the standard manual showing how to manually activate and to deactivate the NFC capabilities of the T80.

Check the standard JSR257 documentation because how to get an ID from a MIFARE-card is already specified there. About how to read and to write a vCard, that is only like you read and write other kind of tags, but put the RecordType as MIME and put the id with the string "text/x-vCard". If you are making the same with calendar notes, that string is just "text/x-vCalendar ". This all is documented in the JSR257 docs too.

About the issue of "no reaction from phone when putting the JARs on an SD-card", we are going to forward this problem to BenQ. What version of the JavaVM do you have? June 20th we got a new version. If you have older, please send to us an email and we are going to indicate how to get the new version.

Best regards,

Jose

 « Return to Thread: getting started