Hi,
I heard when I was in Helsinki (dev meeting Oct 29th-07) that we can read a tag when phone (6131 NFC) is folded. I mean read a tag without open the phone.
Anyone have a code example?
BR Magnus Maurex
Hi,
I heard when I was in Helsinki (dev meeting Oct 29th-07) that we can read a tag when phone (6131 NFC) is folded. I mean read a tag without open the phone.
Anyone have a code example?
BR Magnus Maurex
Last edited by Avistamagnus; 2007-11-11 at 19:01.
While MIDlet which uses NFC features is running, tag reading is always on.
You could use NFC Java Code Examples to test this feature.
Last edited by arip.; 2007-11-14 at 11:07.
Add a targetlistener in your java application for reading tag, run the application and then fold the phone while application is running, it will read your tag even mobile is folded.
Whereas, Nokia 6131 NFC does not read tag when it is folded, you can achieve this feature within your application as arip told you.
Hi Magnus,
Complete question and answer was like this:
Is it possible to read a tag with the MIDlet when the phone cover is closed?
Yes, while MIDlet is running, tag reading is always on.