Results 1 to 3 of 3

Thread: Accessing SIM card through APDU Command

  1. #1
    Join Date
    Apr 2009
    Posts
    65

    Accessing SIM card through APDU Command

    Hi, I'm using APDU commands to Access the SIM card, it works fine for some of the HTC's series APDU enabled command phones but when i tried to access the same with the HTC S730 I'm only able to send the APDU commands but not receiving response data.

    Whereas it seems that HTC S730 phone callback responser handle only receives the status word and not the data.

    Is there any problem with the OEM custom implementation,is there any way to recover the SIM Data.

    Please share idea...

    Thanks

  2. #2
    Join Date
    Nov 2008
    Posts
    118

    Re: Accessing SIM card through APDU Command

    The apdutool reads a script file containing Application Protocol Data Unit commands (APDUs) and sends them to the C-language Java Card RE (or other Java Card RE) or the Java Card WDE. Each APDU is processed and returned to apdutool, which displays both the command and response APDUs on the console. Optionally, apdutool can write this information to a log file.

    The file to invoke apdutool is a shell script (apdutool) on the Solaris or Linux platform, and a batch file (apdutool.bat) on the Microsoft Windows platform.

    apdutool starts listening to APDUs in T=1 as the default format, unless otherwise specified, on the TCP/IP port specified by the -p portNumber parameter for contacted and portNumber+1 for contactless. The default port is 9025.

    The command line usage for apdutool is:

    apdutool [-h hostname] [-nobanner] [-noatr] [-o <outputFile>] [-p portNumber] [-s serialPort] [-t0|-pcsc] [-version] <inputFile> [<inputFile> ...]

  3. #3
    Join Date
    Jan 2009
    Posts
    108

    Re: Accessing SIM card through APDU Command

    You can't access SIM Cards using Public API's. Check out for symbian platinum partnership to see if you can get API's to send APDUs to SIM Card.

Similar Threads

  1. Disable/enable sound card with command line?
    By Revati in forum Monitor & Video Cards
    Replies: 10
    Last Post: 19-10-2010, 10:32 PM
  2. Sending data to Javacard through APDU / Signature
    By Max-well in forum Software Development
    Replies: 5
    Last Post: 24-07-2010, 03:29 AM
  3. Replies: 3
    Last Post: 03-09-2009, 05:41 PM
  4. Turn on Wireless Card from Command Line
    By Deabelos in forum Networking & Security
    Replies: 1
    Last Post: 21-04-2009, 02:17 PM
  5. Replies: 1
    Last Post: 18-05-2007, 01:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,277,907.38873 seconds with 17 queries