imei查询:868348000273437

苹果4解ID IOS7解网络锁 日版英版加版解锁 改IMEI 修复序列号 有锁变无锁QQ:_土豆_高清视频在线观看imei:725_百度知道
这是一道待解决的难题
您的回答被采纳后将获得系统奖励20(财富值+经验值)+难题奖励30(财富值+经验值)
我有更好的答案
按默认排序
//g.baidu://g.com/zhidao/wh%3D600%2C800/sign=a17ef7e73aacb/aecb46a98226cffc17ae.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink"><img class="ikqb_img" src="/zhidao/wh%3D450%2C600/sign=f3d7ca0caf/aecb46a98226cffc17ae<a href="http.hiphotos./zhidao/pic/item/aecb46a98226cffc17ae.baidu://g.jpg" esrc="http
其他类似问题
imei的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁数据加载中,请稍后...
//手机销售记录查询
使用IMEI码查询
请输入IMEI和SN码
请输入正确的IMEI号
请输入正确的S/N号
可在包装盒背或电池仓找到编号贴:
在拨号界面输入“*#06#”查询IMEI
如手机包装上的IMEI号与在拨号界面查询的IMEI号不同,您的手机可能不是正品。您还可以通过。
数据加载中,请稍后...
打开微信,点击右上角的“+”,选择“扫一扫”功能,对准下方二维码即可。
正在排队,请稍候喔!
抱歉,目前排队人数较多,导致服务器压力山大,请您耐心排队等待,我们将在稍后告诉您排队结果。
抱歉,网络拥堵无法连接服务器
由于访问人数太多导致服务器压力山大,请您稍后再重试。
Please select your country or regionIMEI- International Mobile Equipment Identity
Related Terms
IMEI is short for International Mobile Equipment Identity and is a unique number given to every single mobile phone, typically found behind the battery.
IMEI numbers of cellular phones connected to a
network are stored in a database (EIR - Equipment Identity Register) containing all valid mobile phone equipment.
When a phone is reported stolen or is not type approved, the number is marked invalid.
The number consists of four groups that looks this:
nnnnnn--nn-nnnnnn-n
The first set of numbers is the type approval code (TAC). The first two digits represent the country code. The rest make up the final assembly code. The second group of numbers identifies the manufacturer:
01 and 02 = AEG
07 and 40 = Motorola
10 and 20 = Nokia
41and 44 = Siemens
51= Sony, Siemens, Ericsson
The third set is the serial number and the last single digit is an additional number (usually 0).
TECH RESOURCES FROM OUR PARTNERS
DID YOU KNOW?
It's not just your lawnmower and household tools that your neighbor won't return. Our top picks include everything from updating device firmware...
Business transformation will remain the buzzword of the moment as channel firms continue to assess the direction of their companies in the age of...
Companies and organizations will use a VPN to communicate confidentially over a public network and to send voice, video or data.
QUICK REFERENCE
From wacky alarm clocks to lecture hall tools and after class entertainment, these Android apps are a good fit for a student's life and budget.
A network is a group of two or more computer systems or devices, linked together to share resources, exchange files and electronic communications....
This Webopedia& study guide describes the different parts of a computer system and their relations.
WEBOPEDIA WEEKLY
Stay up to date on the latest developments in Internet terminology with a free weekly newsletter from Webopedia. Join to subscribe now.
We Recommend
Thanks for your registration, follow us on our social networks to keep up-to-dateIOS IMEI 获取 - pengyingh - 博客园
//& network.h
//& AUOiWay_Mobile
//& Created by Mahmood1 on 2/21/12.
//& Copyright (c) 2012 __MyCompanyName__. All rights reserved.
#import&&UIKit/UIKit.h&
#define SUPPORTS_IOKIT_EXTENSIONS& &&1
&* To use, you must add the (semi)public IOKit framework before compiling
#if SUPPORTS_IOKIT_EXTENSIONS
@interface&UIDevice (IOKit_Extensions)
- (NSString&*)
- (NSString&*)
- (NSString&*)
- (NSString&*)
//& network.m
//& AUOiWay_Mobile
//& Created by Mahmood1 on 2/21/12.
//& Copyright (c) 2012 __MyCompanyName__. All rights reserved.
#import&"network.h"
#include&&sys/types.h&
#include&&sys/sysctl.h&
#import&&mach/mach_host.h&
#include&&netinet/in.h&
#include&&arpa/inet.h&
#include&&netdb.h&
#include&&ifaddrs.h&
#include&&sys/socket.h&
#include&&net/if.h&
#include&&net/if_dl.h&
#include&&ifaddrs.h&
#if SUPPORTS_IOKIT_EXTENSIONS
#pragma mark IOKit miniheaders
#define kIODeviceTreePlane& & & &&"IODeviceTree"
& & kIORegistryIterateRecursively& & =&0x,
& & kIORegistryIterateParents& & & & =&0x
typedef&mach_port_t& & io_object_t;
typedef&io_object_t& & io_registry_entry_t;
typedef&char& & & & io_name_t[128];
typedef&UInt32& & & & IOOptionB
IORegistryEntrySearchCFProperty(
& & & & & & & & & & & & & & & &&io_registry_entry_t& & entry,
& & & & & & & & & & & & & & & &&const&io_name_t& & & & plane,
& & & & & & & & & & & & & & & &&CFStringRef& & & & key,
& & & & & & & & & & & & & & & &&CFAllocatorRef& & & & allocator,
& & & & & & & & & & & & & & & &&IOOptionBits& & & & options );
kern_return_t
IOMasterPort(&mach_port_t& & bootstrapPort,
&& & & & & &&mach_port_t&*& & masterPort );
io_registry_entry_t
IORegistryGetRootEntry(
&& & & & & & & & & & &&mach_port_t& & masterPort );
IORegistryEntrySearchCFProperty(
& & & & & & & & & & & & & & & &&io_registry_entry_t& & entry,
& & & & & & & & & & & & & & & &&const&io_name_t& & & & plane,
& & & & & & & & & & & & & & & &&CFStringRef& & & & key,
& & & & & & & & & & & & & & & &&CFAllocatorRef& & & & allocator,
& & & & & & & & & & & & & & & &&IOOptionBits& & & & options );
kern_return_t&& mach_port_deallocate
(ipc_space_t&& & & & & & & & & & & & & & & task,
&mach_port_name_t& & & & & & & & & & & & & name);
@implementation&UIDevice (IOKit_Extensions)
#pragma mark IOKit Utils
NSArray&*getValue(NSString&*iosearch)
& &&mach_port_t& & & & & masterP
& &&CFTypeID&& & & & & & propID = (CFTypeID)&NULL;
& &&unsigned&int&& & & & bufS
& &&kern_return_t&kr =&IOMasterPort(MACH_PORT_NULL, &masterPort);
& &&if&(kr !=&noErr)&return&nil;
& &&io_registry_entry_t&entry =&IORegistryGetRootEntry(masterPort);
& &&if&(entry ==&MACH_PORT_NULL)&return&nil;
& &&CFTypeRef&prop =&IORegistryEntrySearchCFProperty(entry,kIODeviceTreePlane, (CFStringRef) iosearch,&nil,kIORegistryIterateRecursively);
& &&if&(!prop)&return&nil;
& & propID =&CFGetTypeID(prop);
& &&if&(!(propID ==&CFDataGetTypeID()))&
& & & &&mach_port_deallocate(mach_task_self(), masterPort);
& & & &&return&nil;
& &&CFDataRef&propData = (CFDataRef)
& &&if&(!propData)&return&nil;
& & bufSize =&CFDataGetLength(propData);
& &&if&(!bufSize)&return&nil;
& &&//NSString *p1 = [[[NSString alloc] initWithBytes:CFDataGetBytePtr(propData) length:bufSize encoding:1] autorelease];
& &&NSString&*p1 = [[[NSString&alloc]initWithBytes:CFDataGetBytePtr(propData)&length:bufSizeencoding:NSUTF8StringEncoding]&autorelease];
& &&mach_port_deallocate(mach_task_self(), masterPort);
& &&return&[p1&componentsSeparatedByString:@"/0"];
- (NSString&*) imei
& &&NSArray&*results =&getValue(@"device-imei");
& &&if&(results)
& & & &&//return [results objectAtIndex:0];
& & & &&NSString&*string_content = [results&objectAtIndex:0];
& & & &&const&char&*char_content = [string_content&UTF8String];
& & & &&return& [[NSString&alloc]&initWithCString:(constchar*)char_content&&encoding:NSUTF8StringEncoding];
& &&//if(results)
& &&//& & return [(NSString *)[results objectAtIndex:0] substringToIndex:2];
& &&return&@"";
- (NSString&*) serialnumber
& &&NSArray&*results =&getValue(@"serial-number");
& &&if&(results)&return&[results&objectAtIndex:0];
& &&return&nil;
- (NSString&*) backlightlevel
& &&NSArray&*results =&getValue(@"backlight-level");
& &&if&(results)&return&[results&objectAtIndex:0];
& &&return&nil;
- (NSString&*) macaddress
& &&int& & & & & & & & & & mib[6];
& &&size_t& & & & & & & &
& &&char& & & & & & & & *
& &&unsigned&char& & & & *
& &&struct&if_msghdr& & *
& &&struct&sockaddr_dl& & *
& & mib[0] =&CTL_NET;
& & mib[1] =&AF_ROUTE;
& & mib[2] =&0;
& & mib[3] =&AF_LINK;
& & mib[4] =&NET_RT_IFLIST;
& &&if&((mib[5] =&if_nametoindex("en0")) ==&0) {
& & & &&printf("Error: if_nametoindex error/n");
& & & &&return&NULL;
& &&if&(sysctl(mib,&6,&NULL, &len,&NULL,&0) &&0) {
& & & &&printf("Error: sysctl, take 1/n");
& & & &&return&NULL;
& &&if&((buf =&malloc(len)) ==&NULL) {
& & & &&printf("Could not allocate memory. error!/n");
& & & &&return&NULL;
& &&if&(sysctl(mib,&6, buf, &len,&NULL,&0) &&0) {
& & & &&printf("Error: sysctl, take 2");
& & & &&return&NULL;
& & ifm = (struct&if_msghdr&*)
& & sdl = (struct&sockaddr_dl&*)(ifm +&1);
& & ptr = (unsigned&char&*)LLADDR(sdl);
& &&NSString&*outstring = [NSStringstringWithFormat:@"%02x%02x%02x%02x%02x%02x", *ptr, *(ptr+1), *(ptr+2), *(ptr+3), *(ptr+4), *(ptr+5)];
& &&free(buf);
& &&return&[outstring&uppercaseString];
-(void) loadDoc : (NSString&* )docName inView:(UIWebView*)webViewID
& &&NSString *path = [[NSBundle mainBundle] pathForResource:docName ofType:nil];
& &&NSURL *url = [NSURL fileURLWithPath:path];
&&&&NSURLRequest *req = [NSURLRequest requestWithURL:url];
& &&[webViewID loadRequest:req];

我要回帖

更多关于 imei查询 的文章

 

随机推荐