A SIM card is a chip that is used to identify and authenticate subscribers on Mobile devices
-1
votes
1answer
55 views
How to get mobile number by using SIM card serial number only [closed]
I want to get mobile number by using sim card serial number only.
Is there any way to get it??
Please let me know.
Hope to hear from you soon.
Regards,
Parmanand Soni
0
votes
1answer
109 views
How to detect “no carrier” SIM card mode?
How do I detect when the GSM signal strength is low and the cellular network is lost?
What about dual SIM devices?
0
votes
0answers
179 views
AT + STSF = 1 command returning error while activating sim toolkit functionality
Recently I'm trying to work with SIM Application Toolkit. I want to get the menu list of the services given by the SIM. For doing that as far I know I have to activate the SIM toolkit functionality ...
2
votes
0answers
76 views
Communication with sim
I am new in hardware operating development in android.I am going to communicate with the SIM only which is attached with the hardware device.When i am giving instruction with help of android ...
0
votes
1answer
265 views
AT+CCED=0,1 ERROR Minicom [GPRS]
From: http://www.communica.se/multitech/gprs_at.pdf
Values:
[mode]
0: One shot requested
1: Automatic shots
requested
2: Stop automatic shots
[requested dump]
1: Main Cell:
• ...
4
votes
5answers
2k views
get Current simcard number in android
I want to know user mobile number in android. I used this code but I'm not getting number.
TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
String n = ...
0
votes
0answers
79 views
How to get prefix codes for charging prepaid sim card
I want to make my android app automaticlly detects the prefix codes for charging prepaid sim card,
I don't know if I can do it, but I saw an app that detects it automaticlly.
NOTE:
"prefix codes for ...
0
votes
2answers
1k views
Android How to read android Contacts and SIM Contacts?
I am currently getting read only android contacts, below is the code I'm using:
String[] projecao = new String[] { Contacts._ID,
Contacts.LOOKUP_KEY, Contacts.DISPLAY_NAME };
String selecao = ...
0
votes
0answers
88 views
HTTP Server on SIM Card & Certification
I was wondering how to read certificates put in a SIM Card, (http://stackoverflow.com/questions/12705603/read-write-certificates-on-a-sim-card-ios), but the fact was it depended every time on the ...
1
vote
0answers
289 views
SIM Toolkit in Windows 8 Metro Apps [closed]
Is it possible to implement Sim Toolkit in Metro Apps, I checked the API reference but could not find something related.
0
votes
1answer
248 views
Read/write certificates on a SIM card - iOS
I'm doing some research on the way to use a certificate from a SIM Card (in order to keep the service provided, if the user wants to change his phone).
In Android, it seems OK, but I can't find ...
0
votes
0answers
765 views
AT command on Wavecom GSM modem
I put this script in a Hyperterminal console.
AT+CNMI=1,1,0,1,0
OK
AT+CMGL="ALL"
OK
+CMTI: "SM",1
AT+CMGR=1
+CMGR: "REC UNREAD","+33659382587",,"12/08/22,21:42:28+08"
Coco
OK
AT+CMGD=1
My promblem ...
0
votes
1answer
228 views
Invoke specific menu from the sim toolkit menu using an app
How to make a shortcut or an app for android that we can put on the homescreen and invoke a specific menu from the sim toolkit menu? We need to go directly to a menu from the operator sim menu.
0
votes
1answer
137 views
login to web-app with SIM card
I would like to create a mobile app that connects securely to the web server. In order to avoid having to rely on user/password authentication, I would like to authenticate the devices with their SIM ...
0
votes
0answers
201 views
why TrafficStats values reset?
I referred the following link Is there any reason why TrafficStats values might be reset apart from on Shutdown? and found that values get reset when reboot or when we move from WiFi to 3g. But its a ...
0
votes
1answer
368 views
Android dual sim card detection
After reading a lot of documentation, I understood that there is no official way to detect whether the android phone uses dual or just a single card, but obviously many apps are using that feature, so ...
3
votes
2answers
744 views
How to capture event of removal of SIM card in android?
In android, how do I capture the event of SIM card removal? Usually on phones like htc 1x, we can remove the SIM card without removing the battery and there is no notification as such of power off or ...
0
votes
0answers
482 views
Get info sim card on android by native code
I have problem getting SIM card info on android by native code.
Note: I don't want to use java,I wish to use native code. Please help me with some example code. Thanks.
4
votes
1answer
3k views
Android dual SIM card API
There are several questions about accessing dual SIM features through the Android SDK, all of which are answered with brief statements that such features are unsupported in Android.
In spite of this, ...
0
votes
0answers
649 views
Not getting sim informations
In my application I am checking Sim is present or not by using simState == TelephonyManager.SIM_STATE_ABSENT . If Sim is present I am collecting all Sim information like Sim operator name, Sim country ...
0
votes
2answers
851 views
Detect changes of “Lock SIM card” in Settings/Security/Set up SIM card lock
A question aimed at Android 4.0.x preferably.
I want to detect immediately, or after a few seconds, any change made to Lock SIM card in Settings > Security > Set up SIM card lock.
I tried 3 ...
3
votes
2answers
383 views
Best Data Type and length to use for MSISDN storage
What would be the best Data Type to use for storing an MSISDN (phone number).
Need to be able to store any phone number in the world.
Does anyone know the maximum possible MSISDN length, including ...
0
votes
0answers
90 views
How to obtain the PIN remaining attempt number on SIM300 gprs module?
I have a SIM300 GPRS module, and I need to know the PIN remaining attempt number, from the sim card inserted on the module.
I already know an at command that can accomplish that:AT+CPINC? - but it's ...
4
votes
2answers
3k views
Is it possible to determine if the SIM/Phone number has changed?
We have a product where the user registers by providing their phone number.
However after they register they could potentially change their sim.
Is it possible to programatically determine if the ...
5
votes
2answers
3k views
MSISDN : Is it a SIM Card Data? Why all The Provided Function (from Blackberry and Android) to fetch MSISDN not reliable?
I have several question about MSISDNs. I understand:
MSISDN is the basically the phone number
It is not IMSI
What i need to know further are:
Is MSISDN number burnt (stored) in SIM Card? If it ...
1
vote
0answers
441 views
how to get the size of the SIM card memory?
I'd like to know how to get the size of SIM card memory and how much of the memory has been used.
Thanks in advance !
0
votes
2answers
1k views
Fetch Local phonebook contacts From SIM card only android
I want to know if its possible to fetch contacts which exist in SIM card or phonebook only. Right now I am using the following code to fetch contacts and it fetches all the contacts even my gmail and ...
2
votes
1answer
952 views
dual sim android sdk
Is there any way in sdk(default) that can handle dual sims? There are many number of android phones available in market which are dual sim. What i want is programmatically change the default sim. Is ...
2
votes
2answers
1k views
Accessing SMS messages on SIM
I need to access SMS messages stored on the SIM (NOT on the phone).
According to grepcode ( ...
0
votes
1answer
652 views
how to set ringtones for the second sim card
Do anybody know how to set ringtones for the second sim card on android mobile,like samsung W899 device~
RingtoneManager.setActualDefaultRingtoneUri(Media_RingTongActivity.this, ...
1
vote
1answer
1k views
how to get MSISDN number in WAP using PHP?
I have developed a WAP application and I would like to get the MSISDN of the users that visit my site.
My operator has white listed my WAP application.
I am getting MSISDN successfully on couple of ...
0
votes
1answer
141 views
Finding out SIM card opreator
My JAVA program can find a modem connected with serial port. Like:
COM1: Serial
COM3: Serial // This is my modem
LPT1: Parallel
LPT2: Parallel
Is there any AT Command or other process which can ...
0
votes
1answer
168 views
Is it possible to unlock the sim and let the software put in the pincode
I´m going to give away phones (Android) to clients (mostly kids) and want to create a ´lock´-app.
I don´t want the clients to bother with the pincode for the phone, but when you turn on the device, ...
0
votes
1answer
299 views
java.lang.SecurityException: JSR 177 access for this connection is not permitted
I'm trying to communicate with a SIM card using the APDUConnection with the SAT target, but I get this exception:
"java.lang.SecurityException: JSR 177 access for this connection is not permitted"
...
1
vote
1answer
101 views
net.rim.device.api.smartcad.SmartCardNoCardPresentException when calling SmartCardReader.openSession()
I need to exchange APDU with a SIM card on a smartphone.
I made a small test function to try this using my carrier's (Rogers) SIM card.
SmartCardReader[] allReaders = ...
5
votes
2answers
366 views
How to determine the number of SIM cards on a device?
Sometimes we encounter some devices which have two or more SIM cards. So my question is:
How can I determine the number of SIM cards on the device?
Actually, I am developing a field test app and for ...
3
votes
0answers
604 views
Reading Phone SIM card data in Android
I am writing an Android application that will need to read data from the phone SIM card
such as messages stored in the SIM card.
I am stuck where do i get a start tutorial or guide.
I have already ...
0
votes
1answer
52 views
Getting User's Carrier Money iPhone
I'm making an app and i'm curious: is there any way to know how much money does the user have on his SIM without the need to dial it on the phone app?
For example, in Portugal i have to type *#100# to ...
1
vote
1answer
401 views
AT+STGR (give response) command
I am tyring to automate our SIM based airtime loading facilities by using good-ol' AT commands to acccess the Sim Toolkit application in our SIMs, My question is regarding the AT Command STGR command ...
6
votes
1answer
270 views
Reading SIM contacts in jailbroken iPhone
I am working on an application which needs to read the contacts from the SIM.
I know that it is not possible using the official Apple SDK.
I am developing this app for the jailbroken iPhones.
I have ...
0
votes
1answer
64 views
charging gateway in j2me midp 1.0
I am developing one application in j2me which requires charging gateway integration in j2me means.
Is there any way to deduct sim card balance directly?
0
votes
1answer
1k views
Moving incoming messages to SIM card in Android
I need to move the incoming messages in my android phone directly to the sim card. I know I can click the message and move manually to SIM, but I need to do it automatically. I couldnt find that ...
1
vote
0answers
642 views
Does android support EAP-SIM?
We have a radius server that able to authenticate a mobile device using EAP-SIM. I've searched the net and they've suggested to make your own android 2.3.5 OS build and implement some patches. Is ...
1
vote
1answer
726 views
Dual-SIM Change Default SIM card
I'm trying to write a program that change default SIM card on my dual-sim android, what functions do I need for this?
0
votes
3answers
688 views
How to identify type of SIM?
I am developing an application where I need to check type SIM based on that I need to perform calls . I am able to get network type but I am not able to get type of SIM he is using.
6
votes
2answers
821 views
JavaCard 3 in real world?
I'm currently working on my diploma work. Part of the work includes development of JavaCard applet for regular SIM cards. First option is to use JavaCard2.X API and use APDU commands to communicate ...
1
vote
2answers
527 views
how can i store data in sim card from sim card application?
i am writing a sim card applet and i need to store data on sim card.
but i didnt do it.
i found an example and use it but data disappear always when simulator restart.
i use "cmdPUTDATA(apdu);" ...
8
votes
3answers
3k views
How to store android application data on sim card using NFC?
I am developing a NFC application. My application will process secret information and I want to store that data on the SIM card. Is it possible, and if it is possible, how can I do this?
My phone's ...
2
votes
1answer
484 views
is there an API to work with dual SIM Android phones?
Is there APIs to work with dual SIM Android phones?
2
votes
1answer
466 views
Check SIM PIN with SDK Android
My app needs to check the pin inserted by a user with the SIM card pin and that Android has to answer me if the pin inserted is correct. I only need to check, never change the code pin.
It is ...

