Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User lionel.jive's Avatar
    Join Date
    Apr 2007
    Location
    Beijing-China
    Posts
    11
    Hello,

    i'm getting confused with the signed permission needed to access some specific phone service.

    My main problem is how to know which permission to set for which access.

    I intend to do simple tag reading and i get a "Security java/lang/SecurityException Permission Denied" although i sign the Midlet with permission set to javax.microedition.io.Connector.rf.

    Should i use an other permission ?

    Thanks,
    Lionel

  2. #2
    Regular Contributor Raluca_'s Avatar
    Join Date
    Mar 2007
    Location
    Helsinki, Finland
    Posts
    91
    In the current version of the phone, you don't need to set any permissions to read a tag. Even more, you only need to sign the MIDlet if you are trying to get an internal connection to the secure element.

    Could you please let me know what version of the phone you are using? Have you also tried the same code on the emulator?
    Raluca Cindrea
    Helsinki, Finland
    www.nokia.com/nfc

  3. #3
    Registered User lionel.jive's Avatar
    Join Date
    Apr 2007
    Location
    Beijing-China
    Posts
    11
    hello,
    thanks for your answer.
    I'm using Nokia 6131 V03.10 (23/01/07).
    i'm using ServiceDiscovery so i guess i need to sign the midlet with javax.microedition.contactless.DiscoveryManager permission, then if i read a NDEFTag, midlet has to be signed with javax.microedition.io.Connector.ndef permission. I get a security exception if i don't set those permissions.

    I fact i just need to read the Tag ID but i don't know how to do this as i saw on the wiki that the phone doesn't support SimpleTagConnection and MifareStandardConnection ? Is that true ? in that case haw can i do?

    your help is greatly appreciated,
    Lionel

  4. #4
    Regular Contributor Raluca_'s Avatar
    Join Date
    Mar 2007
    Location
    Helsinki, Finland
    Posts
    91
    Quote Originally Posted by lionel.jive

    I fact i just need to read the Tag ID but i don't know how to do this as i saw on the wiki that the phone doesn't support SimpleTagConnection and MifareStandardConnection ? Is that true ? in that case haw can i do?
    If you only want to get the tag's UID, you can use the TargetProperties getUID() method - so you actually don't even need to get a connection to the tag.

    About the SimpleTagConnection and MifareStandardConnection - any new information we have related to these will be posted on the Wiki NFC page.

    http://wiki.forum.nokia.com/index.ph...dConnection.3F

    I hope this helps.
    Raluca Cindrea
    Helsinki, Finland
    www.nokia.com/nfc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved