This paper introduces a very convenient tool to view SIM card information of mobile phone, and can easily view serial number information such as IMSI on the phone.1. This software can be found on the official website of the stone-cut simulator, found and installed in the Baidu Web-disk link below the stone-cut simulation organ network to find the "cut stone Simulator Installation activation Tutorial".2, dir
1. First insert the sim card into the mobile phone, then go to [Settings] on the Xiaomi max interface, and then find [system application ], after opening the page, click "contacts". The details are as follows:2. Click import or export contacts, and then click import from storage device.Well, the above is a small Editor for you to sort out the operation on the newly purchased Xiaomi max mobile phon
Ios7 test OK
[Ctsimsuppgetgetsimstatus () isequaltostring: kctsimsuppsimsimstatusnotinserted] You can determine whether a SIM card is inserted. The premise is to copy the following code to a header file and then introduce coretelephony. framework.Extern nsstring * const kctsmessagereceivednotification;Extern nsstring * const kctsmessagereplacereceivednotification;Extern nsstring * const kctsimsuppsimsimsta
1. Remove the back cover of the mobile phone.Tip:1) Be careful when disassembling to avoid damage to your nails.2) do not bend or twist the back cover to avoid damage to the back cover.2. Remove the cell phone battery.3. Press your finger on the edge of the SIM card and push it in.4. Just remove the SIM card.
ADN format
ADN is stored in 3f00/7f10/6f3a under the SIM card. The record format is 14 at the minimum, and the maximum value is 255 (?), The maximum number of records is 255 (?)
The last 14 bytes are mandatory. The first 12 bytes are phone numbers, the last is ext1, and the last is ccp1.
If the length is more than 14, the name of the user stored in the front is stored. If it starts with 80, 81, and 82, the
Specific steps
1. In the mobile phone we click on "Contact" as shown in the picture.
2. Then click the "Contact" menu in the following figure.
3. On the phone's "menu" key, select "Import/Export".
4. Click the "Export to SIM card" menu.
5. Because I want to back up so I click on "Select All" as an example, choose Good, click on the top right corner of the screen "finish."
6. Finally click "O
Public String Readsimcard () {
Telephonymanager TM = (Telephonymanager) this.getsystemservice (telephony_service)//access to related system services
StringBuffer sb = new StringBuffer ();
Switch (tm.getsimstate ()) {//getsimstate () Gets the status of the SIM with the following 6 status
Case TelephonyManager.SIM_STATE_ABSENT:sb.append ("no card");
Case TelephonyManager.SIM_STATE_UNKNOWN:sb.append ("Unknown
Today, let's take a look at another important class in the SIM card startup process, Ril.java
First, enter the Ril.java file
/**
* RIL implementation of the Commandsinterface.
*
* {@hide} */
/Leo, you need to be aware of this place, inherit from Basecommands, implement Commandsinterface interface public
final class RIL Extends Basecommands implements Commandsinterface {
...
}Note that this class is
1 After we click "Settings" in the mobile phone, we click on "Dual SIM and mobile network" and then click "Dialing" (the default Internet card setting is the same); (as shown below)
2 after entering the interface, we can set the default dial-up card and the Internet card.
3 If we default is
1. Let's go back to the main screen or click on the "Contact" button in the standby state.
2. This goes directly to the phone's contact, as shown in the following figure.
3. Then we found "contact to show" by clicking "Menu" in the Contact interface, as shown in the following figure.
4. Okay, now we're finding "devices" as shown in the following image
5. If we click on "SIM card
Recently, has been studying, default APN settings
When we see from the code and the phone, the default APN display is from the CONTENT://TELEPHONY/CARRIERS/PREFERAPN data, and this is saved through the shared preference, when the first time the phone card boot, After we have preferapn.xml the file, we find that it has been written with a value, but from the Telephonyprovider.java file, we do not find any written place, then the default APN exactly how
From: http://blog.c114.net/html/30/67130-20646.html
The mobile device (MS) consists of two parts:
Mobile devices (me), which we usually use. Mobile phones such as Nokia, Samsung, and ZTE
The user identification module (SIM) is the phone card we call at ordinary times, such as a mobile phone card such as 13001384321.
What are the functions of mobile phone cards?
A
At the end of the week, I had to write a blog, but after thinking about it, I suddenly found that I didn't do anything this week, and I didn't know what to write. Finally, I suddenly found this code on the desktop, if you use imsi, you can write it here. You can play the game as soon as you finish writing it, and the game time is up again. Dota ......
Imsi, which is also the SIM card number, is the unique
The following is the Android read the user number, mobile phone number, SIM card serial number of the implementation code is introduced, need friends can come to refer to the next
1, using the method provided by Telephonymanager, the core code:
Copy Code code as follows:
Telephonymanager TM = (Telephonymanager) this.getsystemservice (Telephony_service);
String IMEI = Tm.getdeviceid (); Take out the IMEI
LO
The first step: The following figure click Iphone6 Plus and then click "Settings" to enter.
The second step: before we click Open "Mail, Address Book, Calendar" as shown in the picture.
Step three: Here we first find the "Address book" below, where you will see an "Import SIM card Address Book" which we click on to open.
Step Fourth: OK, so that's it, now a "Import
Small series recently changed a new notebook, with a SIM card slot. For this kind of built-in 3G module model notebook computer, you only need to insert the corresponding operator's 3G card in the Usim card slot, uses the related 3G network client (for example: China moves "G3 random Line"), after the connection can su
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.