Problem with sle4428 smart card ... PLZ help me!

hi everyone
I must use sle4428 .but I have problem with reading and writing on it!
when i send my write ADPU command to card it response with 90 00 which means that it write on the card correctly(at least that's what i think it should mean!)
but when i send my read ADPU command it doesn't read the right thing although it response with 90 00 !
these are my write and read commands:
---------------------------------- Connect ----------------------------------
con
Connect (OK) : Command executed correctly
---------------------------------- Get ART----------------------------------
pon
Power On (OK) : Command executed correctly
DATA = 3B00
---------------------------------- Write Command----------------------------------
apdu ffd1001b01cc
APDU (OK) : Command executed correctly
SW1 SW2 : 90 00
---------------------------------- Read Command----------------------------------
apdu ffb2001b01
APDU (OK) : Command executed correctly
DATA
0000 FF
SW1 SW2 : 90 00
as you can see I write cc in that spesefic address but when i read that address the card returned FF. (It always returns this value.)
I'll appreciate any help

hi shili
you must verify pin, and then write to card.
use this command for verifying pin[present_code_memory_card]:
FF 20 00 00 02 FFFF
FFFF is default pin.
if correct code has been presented to to the card,
in response message error counter is FF [ first bytes of response].
use this command for writing 5152 to address 00aa:
FF D0 00 AA 02 5152
read command :
FF B2 00 AA
in each command, set Le to appropriate value.
best regards,
siavash

Similar Messages

  • Sick and tired of all the problems with itunes gift card codes.HELP me get this thing to exectp the stupid code!!!

    Stop this insanity!! These gift card problems need to be sorted out or we are done with itunes all together.

    Stop this insanity!!
    You're not talking directly to Apple folks here, nord. We're a user-to-user troubleshooting forum.
    If you want to guarantee that an Apple person hears you, you could try using the iTunes product feedback form. Here's a link to that:
    http://www.apple.com/feedback/itunesapp.html
    Just checking (while you're here) ... have you contacted the iTunes Store about your particular gift card issue, as per the following document?
    iTunes Store: Invalid, inactive, or illegible codes
    ... or are you having a different sort of trouble with your gift card?

  • I have a problem with my macbook pro plz help!!!

    on keyborad in mac there's 3 keys.. the one for going to the next song/ the one for going to the pervious song/ the one that stop/play song
    Suddenly they stopped working.. i dont know why?
    i took a shoutscreen and then they didnt work.. also the bottoms in the headphone that i use for stopping the song doesnt work but on the iphone they work properly?
    and why i use these keys for Function ' F ' they work :S
    so please can u help me.....

    I think your going to need someone there to help you with your issue so you can show them what your problem is and they can tinker with things to get it to work again.

  • Problem with Table.getSelectedColumn() method plz help its so urgent

    Hi,
    I need to display a input msg box while the given icode( coloumn name) is not there in database and the the input value should goto the product( 3rd column in my table) column in table. my code is bellow.
    private void TablePropertyChange(java.beans.PropertyChangeEvent evt) {
    // ss
    i=0;
    int s=1;
    String icde=new String();
    String Prdct=new String();
    String result=new String();
    // String CODE=new String();
    String ICDE=new String();
    String prd=new String();
    int Colselected=Table.getSelectedColumn();
    //column.getPreferredWidth();
    try
    TableColumn ICode = Table.getColumnModel().getColumn(1);
    TableColumn product = Table.getColumnModel().getColumn(2);
    TableColumn unit = Table.getColumnModel().getColumn(3);
    TableColumn rate = Table.getColumnModel().getColumn(4);
    TableColumn Amount = Table.getColumnModel().getColumn(5);
    for(;i<s;++i)
    //For loop starts
    ICode.setPreferredWidth(76);
    product.setPreferredWidth(157);
    unit.setPreferredWidth(75);
    rate.setPreferredWidth(85);
    Amount.setPreferredWidth(95);
    Table.setValueAt(i+1,i,0);
    float gr=0,//Gross amt
    qt=0,//Qty
    rt=0,//Rate;
    dcp=0,//Disc%
    dcam=0,//Disc Amt
    edrt=0,//EDrate
    edrt1=0,
    edam=0,//EDGross
    taxrt=0,//TaxRate
    taxam=0,//TaxAmt
    netam=0;//netamt
    try
    Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
    Connection con1 = DriverManager.getConnection(url1,"suresh", "special");
    Statement stmt1 = con1.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
                        ResultSet.CONCUR_READ_ONLY);
    Prdct=Table.getValueAt(i,1).toString();
    Statement stmti= con1.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
                        ResultSet.CONCUR_READ_ONLY);
    ResultSet rsi = stmti.executeQuery("select * from prd where ICODE='"+Prdct+"'");
    java.util.Vector <String> prdct = new java.util.Vector <String>();
    if(rsi.next())
    String prodct=rsi.getString("ITEM");
    prdct.add(prodct);
    Table.setValueAt(prdct,i,1);
    Double RT=rsi.getDouble("saleprice");
    String RTS=RT.toString();
    Table.setValueAt(RTS,i,4);
    // int ColValue=Colselected==1;
    else if(Colselected==1)
    result = (String)JOptionPane.showInputDialog(this,
    "Enter the new Item", "S-appsys's INFO",JOptionPane.INFORMATION_MESSAGE);
    System.out.println("asdrf "+i);
    Table.setValueAt(result,i,2);
    // Colselected=0;
    // Table.setV
    // System.out.println("asdrf "+i);
    }// Table.setValueAt(result,i,2);
    }catch ( java.lang.ClassNotFoundException cl)
    System.out.println("Error"+cl);
    catch(java.sql.SQLException sq)
    System.out.println("Error"+sq);
    qt=Float.parseFloat(Table.getValueAt(i, 3).toString());
    rt=Float.parseFloat(Table.getValueAt(i, 4).toString());
    gr=qt*rt;
    Table.setValueAt(gr,i,5);
    s=Table.getRowCount();
    }catch(java.lang.NullPointerException e){}
    my problem is i can get the msg box while i am giving value in 1st time. but if i am giving the value in second row it will show the msgbox 4 times and it will change previous rows product column value twise and then it will change current row value. i need solution for this
    plzzz help me
    Thanks in advance
    Suresh.

    Your description of the problem makes no sense to me.
    The code you posted in not formatted or executable so I'm not going to waste time trying to understand it.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Problems with PC133 memory. Plz help[txt]

    I have a P4 1.4ghz.
    65Meg PC133 Meg installed and WinME installed without problem.
    I think put in 265Meg PC 133 and reomved the 65Meg memory and Windows kept freezing at the logo screen.
    I formatted my harddisk and setup the HD with Fdisk etc and when I get to the "Checking For Installed Components" part of Window`s installtion process it just keep locking up and not even the mouse will work.
    Is it the 256mg or the mainboard ?
    I have an MSI 845 Pro mainboard which is at the link below.
    http://www.msi.com.tw/html/newsrelease/product_news/2001_0911_6529.htm

    http://www.memtest86.com

  • Can  i use SLE4428 smart card with java card developmentkit 2.1.2

    Can i use SLE4428 smart card with java card developmentkit 2.1.2
    plz reply

    No. SLE4428 is memory card and not Java Card.

  • HP 8500 printer will not print fast on firefox, but does on Safari. HP support says it is a problem with firefox. Can you help me out?

    Question
    HP 8500 printer will not print fast on firefox, but does on Safari. HP support says it is a problem with firefox. Can you help me out? edit

    Thank you for posting your list of installed Extensions. One of them might be intercepting the menu command. Since you have the Add-on Compatibility Reporter, it's possible that an older add-on that doesn't actually work well with Firefox 5 could be to blame. Could you try disabling the "HP Smart Web Printing" extension and see whether that makes any difference?
    Also, you can simulate a print button on a web site by pasting this to the location bar and pressing Enter. You also can save it as a bookmark for easier access (when scripts are saved as bookmarks, we call them bookmarklets). Hopefully you won't need it for long.
    <br>javascript:void(window.print());

  • Problem with discrete graphic card and DirectX 11

    If I try any application to launch with discrete graphic card (nvidia geforce 740m) that using directx 11 it always crashes.
    There no problems with directx 9 on on this graphic card.
    There are no problems with integrated graphic card whether application using directx 9 or 11. Problem occurs only with discrete graphic card and directx 11.
    The things that i did:
    - Reinstall Windows
    - Install latest driver updates (I also tried to uninstall latest and install recomended driver downloaded from the oficial HP support 'driver download' web page)
    - different options on nvidia control panel 3d settings page
    I also tried microsoft 'Direct3D Tutorial Win32 Sample' source code to build and debug. It is failed in function IDXGISwapChain:resent with code DXGI_ERROR_DEVICE_REMOVED and ID3D10Device::GetDeviceRemovedReason returns DXGI_ERROR_DRIVER INTERNAL_ERROR.
    Is there any chance that is not hardware malfunction?
    Model Envy 15-j175er
    OS Windows 8.1 64

    @Enegue ,
    Hello and thank you for posting on the HP support forum.  In your situation I would consider keeping with Directx 9.  The reason I say this is your notebook is not a performance gaming machine.  It is designed to be fore general use.
    Some cards will notice issues when upgrading to direct 11 from a lower level.  
    Not to mention with your notebook you will want to stick with the drivers only provided from the HP support site.  They are proprietary for the notebook and could be the reason why the directx 11 is not working.
    Here is the link to your systems supported drivers.
    HP ENVY 15-j175er Notebook PC (ENERGY STAR)
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Problem with the sound card

    Hello everyone,
    So here for 2-3 days, the sound of my Macbook starts beuguer (buy in October 2014). So when starting the mac when I listen to music all goes well, I can adjust the sound using the keys on my keyboard, and when I ca defois support appears to me that the sound is cut off, I think it 'is a problem with the sound card. But as soon as I plug in headphones, not set I have to go through the system preferences. By unplugging the problem remains the same on his fate, but impossible to resolve through the keyboard. I tried to put the volume icon on the top bar but even by setting it does not work here. The problem resolves itself after 30 minutes-1 hour. It's very annoying. Thank you in advance for your answers.

    Hi, Dolve
    This could be either hardware or software, so let's start with trying to get all drivers and software up to date. This page has updates for all your system. I would recommend getting at least your latest audio driver and BIOS downloaded. Following the installation, try using your sound again and see if the issue still persists.
    Best,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • HT2534 Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps!

    Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps! Than I wanted make new account and select NONE, but there no NONE, there only cards. Help, please!

    Hey Shamannnig!
    Here is an article that can explain a little more about this situation:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Hi, i have a problem with my credit card so want to use a card from another country but cannot change my country settings

    hi, i have a problem with my credit card so want to use a card froma different country but cannot change my country settings

    Hi balalbas,
    If you are having issues changing the country associated with your iTunes Store account, you may find the following article helpful:
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Regards,
    - Brenden

  • I have  a problem with my credit Card ...

    when i want buy some apps from  App. Store i have a problem with my Master Card , but in Paypal i havn't  any problem ...
    Could you help me ?
    Thx

    You don't say what the problem is with your card.   If your card will not accept the charges, perhaps it is maxed out or suspended, then it would not be acceptable to Apple.   I am pretty sure that Apple would clear cards and credit levels before accepting an account with you.  
    I also believe Apple does not take PayPal.
    If the first situation is close to yours then you will have to find an alternate means of setting up an account.

  • The problem with the network card.

    The problem with the network card.
    My laptop HP Pavilion dv7-1260ew network connection breaks .
    NIC is to blame .
    On that card could replace the old Intel 5100 to work with the network as a standard N.

    Pawełek wrote:
    The problem with the network card.
    My laptop HP Pavilion dv7-1260ew network connection breaks .
    NIC is to blame .
    On that card could replace the old Intel 5100 to work with the network as a standard N.
    This confusing which one are you asking about?
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • In my Iphone 5, Nothing on my App Store is working its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component but still it doen't fix. Not sure if its problem with apple servers. Someone help please!

    In my Iphone 5, Nothing on my App Store is working,  its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component in my desktop but still it doesn't fix the app store issue. Not sure if its problem with apple servers. Someone help please!

    settigns>itunes and app store to make sure you are signed in.. If  you are, you will see your account name..... anyhow, click your account name, sign out and sign back in
    also go to to settings>general>reset and reset network settings... if that doesnt work settings>general>reset and reset all settings!
    one of those shall work. The last step would be to restore your device (apple.com/support) HT1414

  • "There is a problem with the SIM card in your iPhone"

    I'm getting this error when I try to activate my new iPhone 4 through iTunes:
    "*There is a problem with the SIM card in your iPhone.*
    To activate your iPhone with this account, you will need a new, unactivated SIM card. Please use the SIM card that was provided with your new iPhone. If you are using the new SIM card, and are unable to complete activation, you can go to an Apple Retail Store or an AT&T company owned retail store to request an unactivated SIM. If you would prefer to have a replacement SIM card sent to you via overnight mail, please call us at 1-800-MY-APPLE. We apologize for the inconvenience this has caused."
    Now I've already been to AT&T and nothing they could do with the account settings would work, in fact they had never seen the issue before. They gave me a new SIM card and that did nothing as well. Finally they tried out a different SIM tray, and that still didn't work. I have a Genius Bar appointment at the Apple Store tomorrow, but I was wondering if anyone else has this problem. Do you think that the SIM reader inside the iPhone 4 is broken?

    I solved a problem I had with activating my iPhone although the error message was different from yours.
    I got the message "There is something wrong with your iPhone and it cannot be activated, please bring it to your nearest Apple service".
    Via a Chinese forum I found out its the SIM card witch is the problem. If the serial number of the SIM has a "letter" in it it won't work. If only numbers it will work.
    I now tried it with 2 SIM cards with letters and got the message over and over again. Than tried with my only numbers SIM card and it activated instantly.

Maybe you are looking for

  • Why can't I print this .pdf out?

    I'm using Windows 7 (64-bit) with a Canon Pixma MG5250. I've got some .pdfs that I need to print out, but all that shows when I click on the Printer  icon is this: With the file open the "Print" screen shows only part of the long box at the centre, a

  • Error while rman recovery of database

    We are using rman recovery for database clone. I am getting the following error, restoring datafile 00442 to /d05/u10/oracle/ndevdata/applsysd06.dbf channel dup1: reading from backup piece /db05/PROD_BACKUPS/inc0_dPROD_u1bku1pnr_t702605051_s15403_p1

  • My hard drive is broken....... now what do I do?

    I was using my Macbook pro the other day and it started making a terrible noise which sounded like the hard drive arm beating the life our of my hard disk. I shut the computer down and now when I crank it up it just has a blue screen and the horrible

  • Emil form tutorials- Would like a step by step guide

    Hi all. I'm wanting to create an email form in my Flash site. So that the user enters details like name, email address and message and that then gets sent to my email address. Now i know this requires back end scripting in PHP etc. And really want to

  • Can you print to a non AirPrint printer

    Is it possible for iPad to print to a printer without AirPrint or do I have to buy a new printer ?