Hi,
My midlet starts from a tag but it gets no information. The user needs to touch the tag second time when the midlet is running to get info from the tag.
I followed the example which came with JSR 257 RI and put in my midlet's constructor line:
DiscoveryManager.getInstance().addTargetListener(this, TargetType.NDEF_TAG);
Is there a way to achieve same functionality that with 3220/5140i to launch the application and to get data with one touch to a tag?
Best Regards,

Reply With Quote

