When I say tag 2D, I mean 2D barcodes (http://www.barcodeman.com/faq/2d.php).
I want to program shortcuts in the device, associated to an action of web page.
I have already done a WML file that...
Type: Posts; User: elhostis; Keyword(s):
When I say tag 2D, I mean 2D barcodes (http://www.barcodeman.com/faq/2d.php).
I want to program shortcuts in the device, associated to an action of web page.
I have already done a WML file that...
Hi,
I have a tag 2D which open an url.
I want to program soft keys of the device to make some actions in the web page (like navigation or somethiing like that).
Is it possible ?
Currently, I...
Hi,
You can find examples in the Nokia SDK directory.
You can see how to read/write tags NFC in this example : NFCPushExample
Hi,
I have a problem to create a midlet with J2ME Polish using NFC.
First, I have created a blank midlet with J2ME Polish => no problem.
Now, I want to use the NFC lib. So I have included the...
For information, I have succeeded to create a "link tag" with the Nokia NFC Manager. The problem is to write a "link tag" with a midlet.
Hi,
I have developed a NFC midlet and I have also created a provisionning service to get this midlet.
I would like to create a tag with a link to this provisionning service. Is it possible ?
Thanks for your response.
I understand that but I need to to read the UID of the tag at the first touch when the midlet is not launched.
I succeed to read UID at the second touch when the midlet...
Hi,
To develop my midlet, I need to read the UID of a tag in the recordDetected function.
More precision :
I need to send to my server the UID of the tag read by a mobile phone at the FIRST...
My midlet needs to work only in the 6212 mobile phone. It's a NFC midlet. So, I don't care about old devices.
I have finished the "dynamic JAD". It works good.
Thank you very much for your help.
You were right. The phone's configuration was wrong. Now, it works good.
About the unique property on the device, your solution seems to be pretty good. I'll try to develop it.
I have a last...
Bad news for me ! I have bought a certificate for nothing so.
I have changed the port of my server, i have a timed out exception now.
I have tried to connect to the server with a "classic" Java...
It's my own service. I can change the port.
But I need also the IMEI. When I read it (System.getProperty("com.nokia.mid.imei")), I get a null value. I read that the midlet must be signed to read the...
Yes, my application needs permission, but I thought the permission needed signing. So I make a shortcut :)
Without the signing, I have this exception :
java.lang.SecurityException: Untrusted...
Thanks for the explication.
My application runs good without the sign in. But I have an exception in create a socket. I read that application require signing to use socket...
I don't know.
I thought all certificates were the same.
I have bought a Code Signing Certificate at Thawte. Then, I install it on my midlet and I install this midlet on my mobile : 6212C.
Hi,
I need to sign my midlet to use sockets with my server.
No problem to develop the midlet, but I didn't succeed to sign my midlet.
I look to these link :...