NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
To assist in the testing of NFC applications for NFC capable devices running Symbian^3 and Symbian Anna, the NFC plug-in for the Nokia Symbian^3 SDK 1.0 is available. This software adds support for the Symbian^3 NFC APIs and simulation features for NFC tags and devices to the Symbian^3 SDK for Nokia devices 1.0.
[URL="http://www.forum.nokia.com/info/sw.nokia.com/id/fb8e0f5a-75db-4459-a82e-6eee9e569a90/NFC_Plug_in_Symbian_3_SDK.html"]Download the plug-in[/URL]
More information on[URL="http://wiki.forum.nokia.com/index.php/About_NFC"] NFC support in Symbian^3 devices [/URL]
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
Is it supposed to also support the JSR-257 Contactless Communication API?
does not work with NetBeans, the javax.microedition.contactless.* packages are not found, and the Emulator throws NoClassDefFoundException when trying to run JSR-257 applications.
Is it just me or are these still not included yet?
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
I also met the same problem. i did not find any file which name likes jsr257.jar/jsr257.zip under in the symbian3 SDK1.0 or the NFC Plugin. So I can't compiler the NFC application. any helps
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
At least these API is meant for Symbian C++ and Qt
JSR 257 should be compitable with these except peer to peer communication .
If we create J2ME NFC app for s40 that should work also in C7.
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
Hi,Manub, Thanks your helps first! You mean that we need use the nokia6212/nokia6131 NFC SDK to develop the NFC application for Nokia C7 except P2P, right? then if we want to develop P2P for Nokia C7 in J2ME, then how to do it? Thanks
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
That is right (though I have not really developed NFC J2ME app extensively, only some basic J2ME app ).
We can use the LLCP api (one of the JSR257 extensions) for peer to peer communication on C7.
Since this is extension possibly there will be break here.
You can try this in the mean time.
[url]http://www.developer.nokia.com/Community/Wiki/Simple_NFC_LLCP_peer-to-peer_Chat[/url]
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
The plugin described in this thread is for Symbian_3_SDK_v1_0 and won't install with Nokia_Symbian_Belle_SDK_v0.6. Nokia_Symbian_Belle_SDK_v0.6 doesn't come, as well, with jsr257.jar (ie, the packages com.nokia.nfc.*).
So the question: Is there an equivalent plug-in for the Nokia_Symbian_Belle_SDK_v0.6 ?
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
The link in the previous post by Ron Liechty, and discussed in this thread in general is for the Symbian_3_SDK_v1_0, and the plugin won't install with Nokia_Symbian_Belle_SDK_v0.6. Nokia_Symbian_Belle_SDK_v0.6 doesn't come, as well, with jsr257.jar (ie, packages com.nokia.nfc.*).
So the question: is there an equivalent plugin for the Nokia_Symbian_Belle_SDK_v0.6?
Re: NFC plug-in for the Nokia Symbian^3 SDK 1.0 available
Hi,
OK, there is no plugin for Belle SDK 0.6 and the link was meant for Symbian^3 and I have heard that should work with Belle as well.