About 216,000 results
Open links in new tab
  1. How to access a SIM card programmatically? - Stack Overflow

    You can do that with any PC/SC smart card reader (and writer, as others pointed out) and a program that can read and parse the data for you. Talking to a card is done via APDU …

  2. Use APDU commands to get some information for a card

    Nov 18, 2016 · At least SELECT card application and READ Tag Values from SFI card records. According to EMV GET DATA P1 P2 values should be used for Tags 0x9F36, 0x9F13, …

  3. How to read Sim raw data on Android? - Stack Overflow

    Feb 7, 2012 · Is there a way to read "raw" data of a Sim card? Similar to how to read a raw data with a SmsMessage raw data which is the Pdu?

  4. c# - Getting SIM card data via .Net - Stack Overflow

    Jul 12, 2010 · This SIM card SDK does exactly what you need. It is compatible with any card type you can think of, and it includes a .NET wrapper. There's sample app in C# that shows how …

  5. How to get phone number or sim card information use android …

    May 17, 2018 · There is no reliable way to get the phone number from the SIM card. The TelephonyManager reads the phone number from SIM card but its upto the Telecom operators …

  6. Apple Submission Rules and Regulations (SIM CARD DATA ACCESS)

    References : How could I read information from SIM card in iPhone? Programatically get own Phone Number in iPhone OS 4.0 How can I get the phone number of my iPhone device? …

  7. command - How to catch data from SIM - Stack Overflow

    Dec 18, 2019 · I use a CardReader to communicate to a SIM-card. For example, I need to get an IMSI from the SIM card. To do this I send some commands (SELECT 3F00/7F20/6F07): A0 …

  8. How to get SIM, Config, Location, Network Info using Flutter

    May 1, 2020 · Try this plugin: sim_info A Flutter plugin for read SIM information. You can get SIM data for MCC, MNC, country code, etc... Note: There are similarities and differences between …

  9. How to get the SIM number (ICCID) of a modem using AT …

    Nov 17, 2010 · I'm trying to get the SIM number (ICCID, not IMSI) of my 3G Huawei E5830 modem using AT commands (also called Hayes command set). Unfortunately, it's not …

  10. java - How to extract SIM card Data in android - Stack Overflow

    Feb 27, 2020 · I want to start a project for an android application where a user can apply for a loan. For this to work effectively I need to get some data from the SIM card which includes the …