Studioj, you send me a private message but I can't reply because you don't accept them.
Could you please send me your e-mail I can answer you.
Thx
Type: Posts; User: Terenas; Keyword(s):
Studioj, you send me a private message but I can't reply because you don't accept them.
Could you please send me your e-mail I can answer you.
Thx
You will have to pay for that.
I was obliged to do this during my internship
Sorry
Of cours it is possible but not often easy. But why not using the nokia service since it's free:p
Thanks for your contribution ;)
Here your are in the Near Field Communication (NFC) forum.
NFC uses a Secure Element embedded on the motherboard of the cellphone or in a memory card or on the sim card. (have a look at : ...
It could be a matter of firmware ;).
All I said has true bases. I'm in contact with people who are working with Nokia for new payment systems. Maybe they have have a prototype but it is the future...
Nothing really ???
And what about the GPRS Settings required with the Unlock Service Midlet. :rolleyes:
Maybe not yet :rolleyes:
I made a topic but i think it has no success.
Have a look :
http://discussion.forum.nokia.com/forum/newreply.php?do=newreply&noquote=1&p=417039
Let's go up :cool:
Have you some information about the NFC one.
I heard there was 2 possibilities for NFC SE : with an embebbed SE on the motherboard and/or with an SE present on the USIM. The last solution was...
Sector 0 and Sector 16 are used with MAD (MIFARE Application Directory). If the MAD has been created these sectors are reserved.
Can you read what is writtent on these sectors ?
If think you shoud use PushRegistry
As I said I'm not very "pro" with p2p mod. But the "quick" way to change the content dynamically could be this way.
Your solution could be good. I only see one improvement : disconnecting the...
The reading/writing could be a problem.
Maybe your heard that the NFC has a P2P mode ? If not check more ;)
Youre solution could be good except the fact of concurrent reading/writing. But with...
I hope it'll be useful or give you some ideas.
char[] _hexTab = {
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'a', 'b', 'c', 'd', 'e', 'f'
That's what I concluded. To read/write bytes "as I want" I used a mask 0xff. It bit of supplementary code but It work properly
Be careful. MIFARE bytes are signed bytes. I knew some problems with that.
http://www.asciitable.com/ All that you get is ASCII
You do not need a certificate with the emulator, except if you put it in "Real Mode". For that you'll need the root certificate and the code signing.
If you always used the default keys there is...
NO you're right. And it's what I said
It should be okay now
Be careful !! After unlocking the phone you'll need a code signing certificate to use MIFARE with a MIDLET
From the javadoc
getBlock
public MFBlock getBlock(int blockIndex)
Returns the block at the specified block index. Valid block index ranges from 0 to getBlockCount() - 1.
...
Thawte is in fact 200 less.
The link is very explicit. Concerning the 6131 NFC. You can choose to use the application directory or not. Nothing is obligatory. MAD is only to improve compatibility and offering a variety of...
You have to read NXP functionnal spec and particullary the access condition. You are not able to write the keys with the one you want...