In terms of appearance, the charm of the Blue 2 basically continued the predecessors of the design process, still used the integrated fuselage design, the card slot is located on the left side of the fuselage fuselage, you need to use the machine box inside the Kari to remove the card slot, in order to carry out Nano-sim card
Release date:Updated on: 2013-07-26
Affected Systems:SIM card vendor SIM CardsDescription:--------------------------------------------------------------------------------The SIM card is short for the Subscriber Identity Module (Customer Identification Module), also known as a smart
Tags: des Io ar OS for SP strong data Div
Ucs2 format in SIM card
The text in the SIM card is stored in the ucs2 format. ucs2 and Unicode are only in different byte order, Unicode is a small header, and ucs2 is a big header.
The widechartomultibyte and multibytetowidechar functions in VC can be used for interchan
Reprint Address: http://blog.csdn.net/sunxingzhesunjinbiao/article/details/7021328
AndroidAcquisition of the local number and SIM card status
Telephonymanager This class is useful and can get a lot of information about mobile phones and SIM cards.Immediately after the comment code, please enjoy
Package Net.sunniwell.app;Import Android. App. activity;Import a
("46002″) | | Operator.equals ("46007″)") {China Mobile}Else if (operator.equals ("46001″)") {China Unicom}Else if (operator.equals ("46003″)") {China Telecom}}Add permissions in file Androidmanifest.xml Other ways to use this method please see the instructions in the API documentation Telephonymanager.Add permissions in file Androidmanifest.xml Function descriptionGetcelllocation () returns the cell position of the appliance access_coarse_location or access_fine_locationGetdeviceid () returns
Search for information on the Internet and find that the GSM module has no command to obtain the SIM card number.
What should I do if my device needs to identify its identity using SIM card numbers and other parameters?
If there is only one, I can write the
The charm of the Matel card slot using a double Nano-sim card +TF card expansion design, however, there is only one choice between dual SIM and TF card extensions, which means that if you need to place a TF
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
// ------ The bit3-bit0 is NPI (numbering-plan-identification), NPI has a value only when ton is 000,001,010, the other should be 0000, the value is 0 0 0 1, indicating ISDN/telephone numbering plan
// -------------------- TON-NPI ------------ the end
// ---- 00 TP-PID
// -------------------- TP-PID ------------ start
// ------ Bit7, bit6 is 0 0
// ------ Bit5-bi50 is 0 0 0 0 0 0 represents Short Message Type 0
// -------------------- TP-PID ------------ the end
// ---- 00 is a T
Method 1:
Obtain the imsi code of the mobile phone and determine whether it is China Mobile, China Unicom, or China Telecom.
Telephonymanager telmanager = (telephonymanager) getsystemservice (context. telephony_service );
/** Get the imsi code of the SIM card
* Unique SIM card ID: imsiImsi: internationalmobileSubscribe
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
I don't have a SIM card for telecom, but I want to use 9530 mobile phones of telecom, how to do it.
Mobile network, options, mobile
Network selection mode: ManualNetwork technology: GSM/UMTSNetwork mode: 2G
Press the "Scan available Networks" button to select the China Mobile network.
In addition, the advanced option, options------>TCP/IP->APN is set to
The first method:
Get the IMSI code of the mobile phone, and judge that China Mobile \ Chinese Unicom Telecom
Telephonymanager Telmanager = (telephonymanager) getsystemservice (context.telephony_service);
/** gets the SIM card's IMSI code
* SIM card Unique ID: IMSI International Mobile User identification Code (imsi:international Mobile Subscriber identi
domestic GSM mobile communication network to move customers. So to distinguish between moving or unicom, just get the MNC field in the SIM card can be
*
/String IMSI = Telmanager.getsubscriberid ();
if (imsi!=null) {
if (Imsi.startswith ("46000") | | imsi.startswith ("46002")) {//Because the IMSI under mobile network number 46000 has been exhausted
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
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.