How to read the info from the card?

I'm using the GemPC410 reader and i'm succesfull to get the atr # of the card. Now i'm trying to get all the info that is in the card. Can someone help me out on how I can read all the info from this card?

You need to establish a secure channel between reader/card using Global Platform.
Look at the Global Platform Specifications on how to Authenticate to the card using ExAuth. That is the command to establish the secure channel. If you have developer cards, everyone ( except Gemplus ) uses keyset 0xff , 40 41 42...4f.

Similar Messages

  • My computer crashed and I no longer have the itunes library. i get an error msg that my iphone is synced to another library - how can I get the info from the phone to the itunes library?

    my computer crashed and I no longer have the itunes library. i get an error msg that my iphone 3g is synced to another library - how can I get the info from the phone to the itunes library without losing everything? How do I delete old audiobooks from my iphone?

    You can transfer itunes purchases:  File>Devices>Transfer Purchases
    The iphone is not a storage/backup device.  The sync is one way - computer to iphone.  The exception is itunes purchases.
    It has always been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything back.

  • How do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    how do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    the appletv will not display your movies in folders.
    you could change the tags in itunes to include the genre in the "show" field in the "video" tab. this would replicate the view you want, but you will need to tag all your movies to do this.

  • Is it possible to print the info. from the help window. (ex. how to create a smart list)

    is it possible to print the info. for the help window. (ex. how to create a smartlist... i tunes)

    Yes, click the gear icon and select print.

  • How to read domain info from "config.xml"

    Is it possilble to access information about the domain (say, the notes) from
    the
    config.xml? If it is, how? Also, is it possible to add an attribute to the
    root ("domain")
    element and, again, access it programmatically?
    Thank you,
    Vladimir Grabarchuk

    "vladchuk" <[email protected]> wrote in message
    news:3aca8370$[email protected]..
    Is it possilble to access information about the domain (say, the notes)from
    the
    config.xml? If it is, how?Just get the DomainMBean and invoke getNotes() on it. For information on how
    to get MBeans see
    http://e-docs.bea.com/wls/docs60/isv/overview.html &
    http://e-docs.bea.com/wls/docs60/isv/program.html
    Also, is it possible to add an attribute to the
    root ("domain")
    element and, again, access it programmatically?
    Thank you,
    Vladimir Grabarchuk

  • How to query package info from the server repo instead of local DB?

    Greetings!
    Is there an option in pacman to query the package info ( like -Si ) from the server repo instead of the local package database? Or maybe some additional program is needed for this?
    Update: Maybe this can be done by downloading a fresh copy of package DB with -Sy, but how to specify a custom package DB file? Is this accomplished with --dbpath option? Say
    pacman -Sy --dbpath /tmp/tmpdb
    Last edited by nbd (2015-06-07 18:44:23)

    nbd wrote:
    How could one interpret this?
    [root@kw etc]# checkupdates | grep pcre
    pcre
    [root@kw etc]# pacman -Si pcre | grep Version
    Version : 8.37-1
    [root@kw etc]# pacman -Qi pcre | grep Version
    Version : 8.37-1
    [root@kw etc]#
    Ok, after updating your original post and asking this question I understand what you are actually trying to do. The "local package database" generally refers to /var/lib/pacman/local, not /var/lib/pacman/sync, which is why it was unclear.
    fakeroot pacman -Syb /tmp/tmpdb -i pcre
    should do what you want, but be very careful never to install anything using that temporary database. Take a look at the checkupgrades script to see how it does things if you want to do more than just check remote package info.

  • HT1386 I have 2 iPhones. One is not recognized in iTunes. I think I may have synced it with the info from the other.  How do I get it to be recognized?

    My wife's iPhone is not operational, so I thought I would give her my retired one.  I assumed that if I synced her phone info into iTunes, I could just sync the same info into the retired iPhone for her use.  Apparently, when I previously synced her original phone, I did not set it up in iTunes, so I only have one device available in iTunes.  How do I set up an additional device in iTunes?

    Thanks for your help, but i cannot borrow a noral sim card now, my family has all up graded to iPhone 4s's, i have done this before, but one of my family had the same type of iphone so i could use theirs. Now i am the only one who still holds on to their old phone... I am not sure about buying an adapter...

  • How to read User ID from the request Form and pre populating in the AD User process form before provisioning

    I am trying to read the user Id from the submitted AD User request form( Catalogue AD User form. I need User Id,firstname and lastname inorder to prepopulate the common name as in this format - lastname,firstname (userid)  for the user to be provisioned in Active Directory.
    So after filling the AD User request form with User Id and Organization and submitting the request, I am trying to
    prepopulate the common name in the process form before the provisioning.
    The prepopulate adopter for the common name is configured to read the firstname, lastname and userid. firstname and
    lastname variables are mapped to User definition and user Id is mapped to Process Data. In this setup I am not getting the
    User Id value from process data, it is empty.
    Is this a bug with OIM 11g R2 or I need to do it differently in order to read the user Id that user has entered in the
    request form for populating the common name?
    Thanks

    Ghulam Yassen wrote:
    How to get USER_ID and IP_AddressWhy exactly do you need this data and what do you plan to do with it?
    The data is not reliable and trustworthy. IP addresses can easily be spoofed (a few seconds if you know what to do and how to do it). Also, IP addresses are not static. Users also do not use the same network device to access the database - different devices will have different IP addresses.
    The o/s user on the client is supplied by the client driver. This can also be spoofed.
    The user can also use a virtualised device - which means that recording the IP and o/s user seen from the server side, is pretty much useless and meaningless.
    So if this data is intended to be used for auditing for example - it would be pretty suspect data to use for that purpose.

  • How to read printed text from the browser.

    I have an API that take 2 parameters as query string and after validating it prints back 4 parameters on the browser itself like :
    para1=abc
    para2=xyz
    para3=123
    para4=pqr
    now i want to use the value of these parameters further in my program, can anyone tell me how can i take the parameter values in variables.

    I can think of two choices offhand.
    1. In addition to displaying the values, have your servlet or JSP write out a form with <input type="hidden" name="para1" value="abc"> fields in it, and a submit button. Your values will come back to you in the next post or get request. (If this is sensitive information, however, DO NOT do this unless you can re-validate the data, since it would be possible for someone to fabricate their own static page to submit bogus data.)
    2. Put the data in the session object, using the setAttribute(...) method, and retrieve it on the next page using getAttribute(...).
    You cannot really "read" the page that is visible on the user's browser.
    Hope this helps.
    Cheers!
    Jerry Oberle

  • HT204053 i gave my old phone to my daughter.  i want all the info from the phone onto my Macbook

    how do i get the information, photos, contacts. etc from the iphone 4 to my macbook

    If you're running OS X Lion or higher, sign into the same iCloud account on your phone and your Mac and turn the data you wish to share to On, as explained here: http://www.apple.com/icloud/setup/mac.html.
    If you have iPhoto 9.2 or higher or Aperture 3.2 or higher you can enable photo stream to import new photos added to your camera roll to your Mac.  If you don't have these, or wish to transfer existing photos, they can be imported to iPhoto as explained here: http://support.apple.com/kb/HT4083.

  • HT201269 I have an IPhone 4 that turns off.When I plug the phone into a outlet, it says to connect to iTunes. But my phone doesn't connect. I need to backup info to sync to a new iPhone. Is there another way to get the info from the old one?

    I have an IPhone 4 that turns off on its own. When I plug the phone into an outlet, it says to connect to iTunes. When i connect my phone to itunes, the screen displays the apple icon and doesn't connect to iTunes.  I need to backup info on this phone so I can apply my back up to a new iPhone. Is there any another way i can do this? My older phone will not show it's connected to iTunes. I used iCloud on the phone with problems, but I didn't back up all the info thru iCloud. Is there another way to back up?

    Sounds like your phone is in recovery mode.  In this case, all data on it is gone.  There's nothing to back up.

  • Where does the info from the forms go?

    Hi Sidney,
    Sorry to bother you again, but I am really perplexed as to where the information that is collected from the forms is going.  Please coould you explain?
    I have used the Tribuca template for my first online shop.
    The account registration page only caputers the first/last name email adress and postcode, even though it asks for the address and phone numbers in the customer tab in the admin panel.  I cannot find any of the information gathered at all.
    The order doesn't seen to capture the address details and therefore there isn't anyway of prepopulating the address for subsequent orders.
    Even the update details page is not caputring the address details, please could you help?
    The test address for my site is lazypatch.gorgeousconcepts.co.uk
    Many thanks
    Lisa

    For some reason my edit profile page is not sending the information to the Customer CRM in either UI.
    Once the form has been submitted, a box pops up saying something like "your form is being sent" when I click on OK the box goes and the form doesn't change.
    It sounds like some of my code is wrong somewhere, does anyone know what should be in the code please?  I think it is something to do with the JS down the bottom.
    Mine look like this:
    <form name="catupdatedetailsformform3349" method="post" onsubmit="return checkWholeForm3349(this)" action="/MemberProcess.aspx">
      <td><label for="Title">Title</label><br />
                    <select name="Title" id="Title" class="cat_dropdown_smaller">
                    <option value="635720">DR</option>
                    <option value="635719">MISS</option>
                    <option value="635716" selected="selected">MR</option>
                    <option value="635717">MRS</option>
                    <option value="635718">MS</option>
                    </select></td>
                </tr>
                <tr>
                    <td><label for="FirstName">First Name</label><br />
                    <input type="text" name="FirstName" id="FirstName" value="{module_firstname}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td><label for="LastName">Last Name</label><br />
                    <input type="text" name="LastName" id="LastName" value="{module_lastname}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td><label for="EmailAddress">Email Address</label><br />
                    <input type="text" name="EmailAddress" id="EmailAddress" value="{module_emailaddress}" class="cat_textbox" maxlength="255" /> *</td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="Username">Username</label><br />
                    <input type="text" name="Username" id="Username" value="{module_username}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="Password">Password</label><br />
                    <input type="password" name="Password" id="Password" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="PasswordConfirm">Confirm Password</label><br />
                    <input type="password" name="PasswordConfirm" id="PasswordConfirm" value="{module_password}" class="cat_textbox" maxlength="255" /></td>
                </tr>
            </tbody>
        </table>
        </div>
        <div class="fieldset">
        <h2 class="legend">
        Other Data
        </h2>
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td><label for="HomePhone">Home Phone Number</label><br />
                    <input type="text" name="HomePhone" id="HomePhone" value="{module_homephone}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="CellPhone">Mobile Number</label><br />
                    <input type="text" name="CellPhone" id="CellPhone" value="{module_cellphone}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="BillingAddress">Address</label><br />
                    <input type="text" name="BillingAddress" id="BillingAddress" value="{module_billingaddress}" class="cat_textbox" maxlength="500" /></td>
                </tr>
                <tr>
                    <td><label for="BillingCity">City</label><br />
                    <input type="text" name="BillingCity" id="BillingCity" value="{module_billingcity}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingState">County</label><br />
                    <input type="text" name="BillingState" id="BillingState" value="{module_billingstate}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingZip">Postcode</label><br />
                    <input type="text" name="BillingZip" id="BillingZip" value="{module_billingzip}" class="cat_textbox" maxlength="255" /></td>
                </tr>
                <tr>
                    <td><label for="BillingCountry">Country</label><br />
                    <select name="BillingCountry" id="HomeCountry" class="cat_dropdown">
                    <option value=" ">-- Select Country --</option>
                    <option value="GB">UNITED KINGDOM</option>
                    <option value="US" selected="selected">UNITED STATES</option>
                    </select></td>
                </tr>
                <tr>
                    <td> </td>
                </tr>
            </tbody>
        </table>
        </div>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    document.getElementById('Title').value = '{module_title}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; document.getElementById('BillingCountry').value = '{module_billingcountry}'; var submitcount3349 = 0;function checkWholeForm3349(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.Password && theForm.PasswordConfirm) { if (theForm.Password.value.length > 0 || theForm.PasswordConfirm.value.length > 0) { if (theForm.Password.value != theForm.PasswordConfirm.value) why += appendBreak("- Password and its confirmation do not match."); if (theForm.Password.value.length < 6) why += appendBreak("- Password must be 6 characters or longer."); }} if(why != ""){alert(why);return false;}if(submitcount3349 == 0){submitcount3349++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <div class="buttons-set">
        <p class="required">
        * Required Fields
        </p>
        <input type="submit" class="cat_button" value="Submit" id="catupdatedetailsformbutton" />
        </div>
    </form>
    Thank you

  • How to read and write from the serial port using java

    can anyone tel me how to capture data from a serial port and display on the screen and also store it in a database.

    Java Comm API, JDBC

  • How do I get my info from the phone that was stolen

    My phone was stolen. How can I recover the info from the cloud on another device ?

    If you had the icloud backup feature turned on and had a backup made (from the lost device), then just get a new device and restore the backup.  Without a backup in icloud or iTunes, your data is lost.
    http://support.apple.com/kb/HT1766?viewlocale=en_US&locale=en_US
    Go to Settings>General>Reset and tap Erase All Content and Settings.  This will erase your device.  Then you will go through the setup screens again as you did when your device was new, and when given the option, select Restore from iCloud Backup.
    This link gives another overview of backup and restore:
    http://support.apple.com/kb/HT4859?viewlocale=en_US&locale=en_US

  • How can we iterate and retrieve the data from the slices ?

    Hello,
    All is said in the question...so..
    Thanks in advance.

    Hi,
    try with the info from the following link I think it'll be helpful:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f6/f856d2469c11d4aa1100a0c9430730/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/f6/f856d2469c11d4aa1100a0c9430730/frameset.htm</a>
    Regards, Violeta

Maybe you are looking for

  • How to add own selection version in LDB selection

    Friends, I'm using the logical database KDF. Is it possibe to add  selection version in the KDF?? I tried to edit the selection of KDF but system asks for developer key. Please suggets a way. Many Thanks, Albert.

  • How I can pass from an iView SAP BW 3x the personnel number to a report BI

    Good Afternoon. I need pass as parameter the personnel number of the user that entry in the portal to a report BI. I did the following steps for created the iview in the portal: [Steps for create the iview|http://www.freeimagehosting.net/uploads/cc53

  • How to disable loading of jsp object  tag everytime

    Hi, We have loaded pdf image using applet viewer in JSP object. paneltabbed->showdetailitem->verbatim->object. Above is the flow of tags involved. Everytime i change the tab and come back to above tab, jsp object reloads. How do I restrict it not to

  • Help me !!! I can't access /ptg/rm .

    i have installed Oracle8i Database and Oracle9iAS v9.0.2.2.1 I have configure httpd.conf,jserv.conf,jserv.properties,zone.properties like the guide in Wireless Edition Configuration Guide.But i can't access /ptg/rm and /webtool/login.uix I try to log

  • Mail Crashes when using iPhone

    Dear members of Apple Support, I just bought the iPhone 5, everything seems to be working fine. The only problem is: when I send an email using the iPhone (with a Gmail account) and Mail is open on my macbook, Mail on macbook crashes, and quits. I ha