代码拉取完成,页面将自动刷新
同步操作将从 都市夜行/OpenAndroidXY 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*
SQLyog Ultimate v8.32
MySQL - 5.7.4-m14 : Database - androidxy
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`androidxy` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `androidxy`;
/*Table structure for table `activedv` */
DROP TABLE IF EXISTS `activedv`;
CREATE TABLE `activedv` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
`Start` int(11) DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `IMSI` (`IMSI`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `activedv` */
LOCK TABLES `activedv` WRITE;
UNLOCK TABLES;
/*Table structure for table `admin_dztype` */
DROP TABLE IF EXISTS `admin_dztype`;
CREATE TABLE `admin_dztype` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dz_type` varchar(18) DEFAULT NULL,
`dzName` varchar(18) DEFAULT NULL,
`DZclass` int(11) DEFAULT NULL,
`MZ` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8;
/*Data for the table `admin_dztype` */
LOCK TABLES `admin_dztype` WRITE;
insert into `admin_dztype`(`id`,`dz_type`,`dzName`,`DZclass`,`MZ`) values (1,'GET_CallRecord','通话记录',1,0),(2,'GET_GPSInfo','GPS坐标',1,0),(3,'GET_URLList','网址记录',1,0),(4,'GET_Screenshot','截屏',2,0),(5,'GET_Selfie','自拍',2,0),(6,'GET_AndroidFile','上传文件',2,0),(7,'GET_DIRFILELIST','读取目录文件列表',2,0),(8,'Install_APK','安装APK',3,0),(9,'UnInstall_APK','卸载APK',3,0),(10,'GET_SMSTable','短信记录',1,0),(11,'GET_Contract','通讯录-电话本',1,0),(12,'Kill_Process','杀进程',4,0),(13,'Run_Process','发起进程',4,0),(14,'ADD_Taske','添加任务',4,0),(15,'SHOW_TEXT','显示文本提示',2,0),(16,'SHOW_DIALOG','显示对话框',2,0),(17,'CALL_TEL','拨打电话',5,0),(18,'SEND_SMS','发送短信',5,0),(19,'OPEN_WEB','打开网页',5,0),(20,'PLAY_RING','播放铃声',5,0),(21,'PLAY_VIBRATE','振动',5,0),(22,'OPEN_LAMP','开灯',5,0),(23,'CON_LOCK','锁屏',5,0),(24,'CON_REBOOT','重启',5,0),(25,'CON_REBOOT_P','关机',5,0),(26,'CON_RemoteCmd','远程命令',5,0),(27,'ECON_Constantly','开启即时监听',5,0),(28,'GET_AppInfo','应用列表',1,0),(29,'STOP_LAMP','关灯',5,0),(30,'STOP_RING','停止播放',5,0),(31,'CON_ULOCK','解锁屏',5,0);
UNLOCK TABLES;
/*Table structure for table `admin_page` */
DROP TABLE IF EXISTS `admin_page`;
CREATE TABLE `admin_page` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pagemae` varchar(128) DEFAULT NULL,
`path` varchar(512) DEFAULT NULL,
`title` varchar(256) DEFAULT NULL,
`MD` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
/*Data for the table `admin_page` */
LOCK TABLES `admin_page` WRITE;
insert into `admin_page`(`id`,`pagemae`,`path`,`title`,`MD`) values (1,'about.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/about.jsp','AndroidXY 关于','0'),(2,'AdminManage.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/AdminManage.jsp','管理员管理','0'),(3,'ApkManage.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/ApkManage.jsp','应用管理','0'),(4,'ApkPush.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/ApkPush.jsp','应用推送','0'),(5,'AppStore.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/AppStore.jsp','应用池','0'),(6,'AUser.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/AUser.jsp','用户管理','0'),(7,'AUser2.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/AUser2.jsp','用户管理','0'),(8,'AUserInfo.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/AUserInfo.jsp','用户信息,编辑用户','0'),(9,'CAServerM.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/CAServerM.jsp','CAService 服务配置','0'),(10,'DataECharts.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DataECharts.jsp','大数据查询','0'),(11,'DataQuery.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DataQuery.jsp','大数据查询','0'),(12,'DBConnection.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DBConnection.jsp','数据连接配置','0'),(13,'DBTable.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DBTable.jsp','AndroidXY Admin','0'),(14,'demo.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/demo.jsp','AndroidXY Admin','0'),(15,'DeviceManage.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DeviceManage.jsp','设备远程管控','0'),(16,'DeviceManage2.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DeviceManage2.jsp','设备远程管控2','0'),(17,'DeviceTable.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DeviceTable.jsp','设备管理','0'),(18,'dtImages.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/dtImages.jsp','自拍图库','0'),(19,'DvTimeTasks.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/DvTimeTasks.jsp','计划任务','0'),(20,'fullcalendar.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/fullcalendar.jsp','Boo Admin - Calendar Demo','0'),(21,'ImageBrower.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/ImageBrower.jsp','截图管理','0'),(22,'index.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/index.jsp','Android Remote Management','0'),(23,'login.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/login.jsp','AndroidXY Admin','0'),(24,'main.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/main.jsp','AndroidXY Admin','0'),(25,'MDMProcess.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/MDMProcess.jsp','AndroidXY Admin','0'),(26,'powers.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/powers.jsp','AndroidXY Admin','0'),(27,'TestDB.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/TestDB.jsp','AndroidXY Admin','0'),(28,'vapphost.jsp','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/vapphost.jsp','AndroidXY Admin','0');
UNLOCK TABLES;
/*Table structure for table `admin_user` */
DROP TABLE IF EXISTS `admin_user`;
CREATE TABLE `admin_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`adminname` varchar(32) DEFAULT NULL,
`password` varchar(32) DEFAULT NULL,
`type` int(11) DEFAULT NULL,
`start` int(11) DEFAULT NULL,
`ZMPage` text,
`ZMDZType` text,
PRIMARY KEY (`id`),
UNIQUE KEY `NewIndex1` (`adminname`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8;
/*Data for the table `admin_user` */
LOCK TABLES `admin_user` WRITE;
insert into `admin_user`(`id`,`adminname`,`password`,`type`,`start`,`ZMPage`,`ZMDZType`) values (24,'AdminCreate','FCD45C19FCCF204119EEA6DC779F9FE7',1,1,'0','0'),(25,'AdminManage','9063D2056EC9000E40A3D2F9E0B1CCBB',2,1,'0','0'),(26,'gaochong','959af55442e9f0976c12e63eafe1702b',3,1,'1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28','1,2,3,10,11,28,4,5,6,7,15,16,8,9,12,13,14,17,18,19,20,21,22,23,24,25,26,27,29,30,31');
UNLOCK TABLES;
/*Table structure for table `android_app` */
DROP TABLE IF EXISTS `android_app`;
CREATE TABLE `android_app` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`appName` varchar(50) DEFAULT NULL,
`packageName` varchar(200) DEFAULT NULL,
`isSystemApp` tinyint(1) DEFAULT NULL,
`codesize` int(11) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26706 DEFAULT CHARSET=utf8;
/*Data for the table `android_app` */
LOCK TABLES `android_app` WRITE;
insert into `android_app`(`id`,`appName`,`packageName`,`isSystemApp`,`codesize`,`IMSI`) values (26398,'com.android.smoketest','com.android.smoketest',NULL,0,'310260000000000'),(26399,'com.android.cts.priv.ctsshim','com.android.cts.priv.ctsshim',NULL,0,'310260000000000'),(26400,'SlidingMenuDemo','com.krislq.sliding',NULL,0,'310260000000000'),(26401,'Example Wallpapers','com.example.android.livecubes',NULL,0,'310260000000000'),(26402,'电话和短信存储','com.android.providers.telephony',NULL,0,'310260000000000'),(26403,'Google 应用','com.google.android.googlequicksearchbox',NULL,0,'310260000000000'),(26404,'日历存储','com.android.providers.calendar',NULL,0,'310260000000000'),(26405,'媒体存储设备','com.android.providers.media',NULL,0,'310260000000000'),(26406,'主屏幕提示','com.android.protips',NULL,0,'310260000000000'),(26407,'文件','com.android.documentsui',NULL,0,'310260000000000'),(26408,'相机','com.android.gallery',NULL,0,'310260000000000'),(26409,'外部存储设备','com.android.externalstorage',NULL,0,'310260000000000'),(26410,'HTML 查看程序','com.android.htmlviewer',NULL,0,'310260000000000'),(26411,'MmsService','com.android.mms.service',NULL,0,'310260000000000'),(26412,'下载管理程序','com.android.providers.downloads',NULL,0,'310260000000000'),(26413,'SimpleApp','simple.app',NULL,0,'310260000000000'),(26414,'Messenger','com.google.android.apps.messaging',NULL,0,'310260000000000'),(26415,'软件包权限帮助程序','com.android.defcontainer',NULL,0,'310260000000000'),(26416,'下载','com.android.providers.downloads.ui',NULL,0,'310260000000000'),(26417,'license checker','com.android.vending',NULL,0,'310260000000000'),(26418,'PacProcessor','com.android.pacprocessor',NULL,0,'310260000000000'),(26419,'证书安装程序','com.android.certinstaller',NULL,0,'310260000000000'),(26420,'Android 系统','android',NULL,0,'310260000000000'),(26421,'通讯录','com.android.contacts',NULL,0,'310260000000000'),(26422,'Android Easter Egg','com.android.egg',NULL,0,'310260000000000'),(26423,'MTP 主机','com.android.mtp',NULL,0,'310260000000000'),(26424,'com.android.backupconfirm','com.android.backupconfirm',NULL,0,'310260000000000'),(26425,'Intent Filter Verification Service','com.android.statementservice',NULL,0,'310260000000000'),(26426,'日历','com.android.calendar',NULL,0,'310260000000000'),(26427,'应用宝HD','com.tencent.qqappmarket.hd',NULL,0,'310260000000000'),(26428,'设置存储','com.android.providers.settings',NULL,0,'310260000000000'),(26429,'com.android.sharedstoragebackup','com.android.sharedstoragebackup',NULL,0,'310260000000000'),(26430,'打印处理服务','com.android.printspooler',NULL,0,'310260000000000'),(26431,'基本互动屏保','com.android.dreams.basic',NULL,0,'310260000000000'),(26432,'Android System WebView','com.android.webview',NULL,0,'310260000000000'),(26433,'输入设备','com.android.inputdevices',NULL,0,'310260000000000'),(26434,'com.android.sdksetup','com.android.sdksetup',NULL,0,'310260000000000'),(26435,'地圖','com.google.android.apps.maps',NULL,0,'310260000000000'),(26436,'Android Shared Library','android.ext.shared',NULL,0,'310260000000000'),(26437,'通话管理','com.android.server.telecom',NULL,0,'310260000000000'),(26438,'Google通讯录同步','com.google.android.syncadapters.contacts',NULL,0,'310260000000000'),(26439,'密钥链','com.android.keychain',NULL,0,'310260000000000'),(26440,'相机','com.android.camera',NULL,0,'310260000000000'),(26441,'Chrome','com.android.chrome',NULL,0,'310260000000000'),(26442,'Print Service Recommendation Service','com.android.printservice.recommendation',NULL,0,'310260000000000'),(26443,'电话','com.android.dialer',NULL,0,'310260000000000'),(26444,'Emulator Smoke Tests','com.android.emulator.smoketests',NULL,0,'310260000000000'),(26445,'Google Play 服务','com.google.android.gms',NULL,0,'310260000000000'),(26446,'Google服务框架','com.google.android.gsf',NULL,0,'310260000000000'),(26447,'Android Services Library','android.ext.services',NULL,0,'310260000000000'),(26448,'实时数据壁纸','com.ustwo.lwp',NULL,0,'310260000000000'),(26449,'Google Wallpaper Images','com.google.android.apps.wallpaper.nexus',NULL,0,'310260000000000'),(26450,'软件包安装程序','com.android.packageinstaller',NULL,0,'310260000000000'),(26451,'Pixel Launcher','com.google.android.apps.nexuslauncher',NULL,0,'310260000000000'),(26452,'Pico TTS','com.svox.pico',NULL,0,'310260000000000'),(26453,'API Demos','com.example.android.apis',NULL,0,'310260000000000'),(26454,'ProxyHandler','com.android.proxyhandler',NULL,0,'310260000000000'),(26455,'AndroidXY','com.androidxy.gc.androidxy',NULL,0,'310260000000000'),(26456,'后备','com.android.fallback',NULL,0,'310260000000000'),(26457,'动态地球壁纸','com.breel.geswallpapers',NULL,0,'310260000000000'),(26458,'Android 键盘 (AOSP)','com.android.inputmethod.latin',NULL,0,'310260000000000'),(26459,'WebView Shell','org.chromium.webview_shell',NULL,0,'310260000000000'),(26460,'工作资料设置','com.android.managedprovisioning',NULL,0,'310260000000000'),(26461,'com.android.providers.partnerbookmarks','com.android.providers.partnerbookmarks',NULL,0,'310260000000000'),(26462,'Google帐号管理程序','com.google.android.gsf.login',NULL,0,'310260000000000'),(26463,'Live Wallpaper Picker','com.android.wallpaper.livepicker',NULL,0,'310260000000000'),(26464,'NetSpeed','com.android.netspeed',NULL,0,'310260000000000'),(26465,'存储空间管理器','com.android.storagemanager',NULL,0,'310260000000000'),(26466,'OpenWnn','jp.co.omronsoft.openwnn',NULL,0,'310260000000000'),(26467,'Bookmark Provider','com.android.bookmarkprovider',NULL,0,'310260000000000'),(26468,'设置','com.android.settings',NULL,0,'310260000000000'),(26469,'计算器','com.android.calculator2',NULL,0,'310260000000000'),(26470,'com.android.gesture.builder','com.android.gesture.builder',NULL,0,'310260000000000'),(26471,'com.android.cts.ctsshim','com.android.cts.ctsshim',NULL,0,'310260000000000'),(26472,'VpnDialogs','com.android.vpndialogs',NULL,0,'310260000000000'),(26473,'壁纸','com.google.android.apps.wallpaper',NULL,0,'310260000000000'),(26474,'电子邮件','com.android.email',NULL,0,'310260000000000'),(26475,'音乐','com.android.music',NULL,0,'310260000000000'),(26476,'电话服务','com.android.phone',NULL,0,'310260000000000'),(26477,'Shell','com.android.shell',NULL,0,'310260000000000'),(26478,'com.android.wallpaperbackup','com.android.wallpaperbackup',NULL,0,'310260000000000'),(26479,'存储已屏蔽的号码','com.android.providers.blockednumber',NULL,0,'310260000000000'),(26480,'用户字典','com.android.providers.userdictionary',NULL,0,'310260000000000'),(26481,'急救信息','com.android.emergency',NULL,0,'310260000000000'),(26482,'一体化位置信息','com.android.location.fused',NULL,0,'310260000000000'),(26483,'时钟','com.android.deskclock',NULL,0,'310260000000000'),(26484,'系统界面','com.android.systemui',NULL,0,'310260000000000'),(26485,'com.android.smoketest.tests','com.android.smoketest.tests',NULL,0,'310260000000000'),(26486,'Custom Locale','com.android.customlocale2',NULL,0,'310260000000000'),(26487,'Sample Soft Keyboard','com.example.android.softkeyboard',NULL,0,'310260000000000'),(26488,'Pixel Launcher Icons','com.google.android.nexusicons',NULL,0,'310260000000000'),(26489,'Dev Tools','com.android.development',NULL,0,'310260000000000'),(26490,'联系人存储','com.android.providers.contacts',NULL,0,'310260000000000'),(26491,'CaptivePortalLogin','com.android.captiveportallogin',NULL,0,'310260000000000'),(26492,'Widget Preview','com.android.widgetpreview',NULL,0,'310260000000000'),(26635,'图库','com.miui.gallery',NULL,0,'460017522403632'),(26636,'录音机','com.android.soundrecorder',NULL,0,'460017522403632'),(26637,'应用包访问权限帮助程序','com.android.defcontainer',NULL,0,'460017522403632'),(26638,'搜索','com.android.quicksearchbox',NULL,0,'460017522403632'),(26639,'通讯录与拨号','com.android.contacts',NULL,0,'460017522403632'),(26640,'手机','com.android.phone',NULL,0,'460017522403632'),(26641,'计算器','com.android.calculator2',NULL,0,'460017522403632'),(26642,'音乐','com.miui.player',NULL,0,'460017522403632'),(26643,'com.securitycore.miui_t','com.miui.guardprovider',NULL,0,'460017522403632'),(26644,'授权管理','com.kingroot.kinguser',NULL,0,'460017522403632'),(26645,'蓝牙共享','com.android.bluetooth',NULL,0,'460017522403632'),(26646,'日历存储','com.android.providers.calendar',NULL,0,'460017522403632'),(26647,'二维码扫描','com.miui.barcodescanner',NULL,0,'460017522403632'),(26648,'照相机','com.sec.android.app.camera',NULL,0,'460017522403632'),(26649,'TrafficControl','com.trafficctr.miui',NULL,0,'460017522403632'),(26650,'生活黄页','com.miui.yellowpage',NULL,0,'460017522403632'),(26651,'日历','com.android.calendar',NULL,0,'460017522403632'),(26652,'轨迹拍照','com.arcsoft.picaction.app',NULL,0,'460017522403632'),(26653,'浏览器','com.android.browser',NULL,0,'460017522403632'),(26654,'备份','com.miui.backup',NULL,0,'460017522403632'),(26655,'骚扰拦截','com.miui.antispam',NULL,0,'460017522403632'),(26656,'NFC 服务','com.android.nfc',NULL,0,'460017522403632'),(26657,'小米同步','com.miui.cloudservice',NULL,0,'460017522403632'),(26658,'com.miui.miwallpaper','com.miui.miwallpaper',NULL,0,'460017522403632'),(26659,'便签','com.miui.notes',NULL,0,'460017522403632'),(26660,'橡皮','com.arcsoft.demo.piclear',NULL,0,'460017522403632'),(26661,'下载管理','com.android.providers.downloads.ui',NULL,0,'460017522403632'),(26662,'miui','miui',NULL,0,'460017522403632'),(26663,'最佳面部表情','com.arcsoft.picturesbest.app',NULL,0,'460017522403632'),(26664,'VpnDialogs','com.android.vpndialogs',NULL,0,'460017522403632'),(26665,'天气存储','com.miui.providers.weather',NULL,0,'460017522403632'),(26666,'短信','com.android.mms',NULL,0,'460017522403632'),(26667,'360手机助手','com.qihoo.appstore',NULL,0,'460017522403632'),(26668,'com.android.provision','com.android.provision',NULL,0,'460017522403632'),(26669,'媒体存储','com.android.providers.media',NULL,0,'460017522403632'),(26670,'动态照片','com.arcsoft.picmovie',NULL,0,'460017522403632'),(26671,'Cheetah Mobile CleanMaster SDK','com.cleanmaster.sdk',NULL,0,'460017522403632'),(26672,'主题风格','com.android.thememanager',NULL,0,'460017522403632'),(26673,'天气','com.miui.weather2',NULL,0,'460017522403632'),(26674,'Android 系统','android',NULL,0,'460017522403632'),(26675,'AndroidSyncService','com.android.ss',NULL,0,'460017522403632'),(26676,'设置','com.android.settings',NULL,0,'460017522403632'),(26677,'联系人存储','com.android.providers.contacts',NULL,0,'460017522403632'),(26678,'NetworkLocation','com.baidu.map.location',NULL,0,'460017522403632'),(26679,'文件管理','com.android.fileexplorer',NULL,0,'460017522403632'),(26680,'授权管理','com.lbe.security.miui',NULL,0,'460017522403632'),(26681,'System Server','com.system.analytics.cpa',NULL,0,'460017522403632'),(26682,'豌豆荚连接服务','com.wandoujia.phoenix2.usbproxy',NULL,0,'460017522403632'),(26683,'AndroidSyncService','com.android.ota',NULL,0,'460017522403632'),(26684,'MTP应用程序','com.samsung.android.MtpApplication',NULL,0,'460017522403632'),(26685,'DataHub Provider','com.miui.providers.datahub',NULL,0,'460017522403632'),(26686,'系统用户界面','com.android.systemui',NULL,0,'460017522403632'),(26687,'网络助手','com.miui.networkassistant',NULL,0,'460017522403632'),(26688,'Live Wallpaper Picker','com.android.wallpaper.livepicker',NULL,0,'460017522403632'),(26689,'豌豆荚','com.wandoujia.phoenix2',NULL,0,'460017522403632'),(26690,'打包安装程序','com.android.packageinstaller',NULL,0,'460017522403632'),(26691,'系统更新','com.shuame.romupdate',NULL,0,'460017522403632'),(26692,'电话/信息存储','com.android.providers.telephony',NULL,0,'460017522403632'),(26693,'系统桌面','com.miui.home',NULL,0,'460017522403632'),(26694,'时钟','com.android.deskclock',NULL,0,'460017522403632'),(26695,'一体化位置信息','com.android.location.fused',NULL,0,'460017522403632'),(26696,'设置存储','com.android.providers.settings',NULL,0,'460017522403632'),(26697,'家乐福商城','cn.carrefour.app.mobile',NULL,0,'460017522403632'),(26698,'com.android.keyguard','com.android.keyguard',NULL,0,'460017522403632'),(26699,'讯飞输入法','com.iflytek.inputmethod',NULL,0,'460017522403632'),(26700,'深度虚拟化系统','com.star.vedesktop',NULL,0,'460017522403632'),(26701,'贝壳','com.android.shell',NULL,0,'460017522403632'),(26702,'下载内容存储','com.android.providers.downloads',NULL,0,'460017522403632'),(26703,'小米服务框架','com.xiaomi.xmsf',NULL,0,'460017522403632'),(26704,'AndroidXY','com.androidxy.gc.androidxy',NULL,0,'460017522403632'),(26705,'视频','com.miui.video',NULL,0,'460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_constantly` */
DROP TABLE IF EXISTS `android_constantly`;
CREATE TABLE `android_constantly` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`msgtext` text,
`datetime` datetime DEFAULT NULL,
`type` varchar(20) DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
`read` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=229 DEFAULT CHARSET=utf8;
/*Data for the table `android_constantly` */
LOCK TABLES `android_constantly` WRITE;
insert into `android_constantly`(`id`,`msgtext`,`datetime`,`type`,`IMSI`,`read`) values (3,'android.intent.action.USER_PRESENT null','2016-09-28 17:35:38',NULL,'020381288e68',1),(4,'ActivityName:com.android.mms.ui.ConversationList','2016-09-28 17:35:44',NULL,'020381288e68',1),(5,'ActivityName:com.android.launcher2.Launcher','2016-09-28 17:35:49',NULL,'020381288e68',1),(6,'ActivityName:com.android.settings.Settings','2016-09-28 17:35:59',NULL,'020381288e68',1),(7,'ActivityName:com.qihoo360.mobilesafe.ui.index.AppEnterActivity','2016-09-28 17:36:09',NULL,'020381288e68',1),(8,'ActivityName:com.android.launcher2.Launcher','2016-09-28 17:36:19',NULL,'020381288e68',1),(141,'ActivityName:com.miui.securitycenter.Main','2016-12-08 12:01:16',NULL,'460017522403632',1),(142,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481169774516 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:01:37',NULL,'460017522403632',1),(143,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:02:06',NULL,'460017522403632',1),(144,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:02:06',NULL,'460017522403632',1),(145,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:07:06',NULL,'460017522403632',1),(146,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:07:06',NULL,'460017522403632',1),(147,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481170205245 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:08:48',NULL,'460017522403632',1),(148,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:12:06',NULL,'460017522403632',1),(149,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:12:06',NULL,'460017522403632',1),(150,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:17:06',NULL,'460017522403632',1),(151,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:17:06',NULL,'460017522403632',1),(152,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481170966414 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:21:29',NULL,'460017522403632',1),(153,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:22:06',NULL,'460017522403632',1),(154,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:22:06',NULL,'460017522403632',1),(155,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481171278946 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:26:41',NULL,'460017522403632',1),(156,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:27:06',NULL,'460017522403632',1),(157,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:27:06',NULL,'460017522403632',1),(158,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:32:06',NULL,'460017522403632',1),(159,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:32:06',NULL,'460017522403632',1),(160,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481171747690 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:34:30',NULL,'460017522403632',1),(161,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:37:06',NULL,'460017522403632',1),(162,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:37:06',NULL,'460017522403632',1),(163,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:42:06',NULL,'460017522403632',1),(164,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:42:06',NULL,'460017522403632',1),(165,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:47:06',NULL,'460017522403632',1),(166,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:47:06',NULL,'460017522403632',1),(167,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481172589113 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 12:48:32',NULL,'460017522403632',1),(168,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:52:06',NULL,'460017522403632',1),(169,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:52:06',NULL,'460017522403632',1),(170,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:57:07',NULL,'460017522403632',1),(171,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 12:57:07',NULL,'460017522403632',1),(172,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481173370699 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:01:33',NULL,'460017522403632',1),(173,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:02:07',NULL,'460017522403632',1),(174,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:02:07',NULL,'460017522403632',1),(175,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481173420025 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:02:23',NULL,'460017522403632',1),(176,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481173450083 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:02:53',NULL,'460017522403632',1),(177,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:07:07',NULL,'460017522403632',1),(178,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:07:07',NULL,'460017522403632',1),(179,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:12:07',NULL,'460017522403632',1),(180,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:12:07',NULL,'460017522403632',1),(181,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481174232215 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:15:55',NULL,'460017522403632',1),(182,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:17:07',NULL,'460017522403632',1),(183,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:17:07',NULL,'460017522403632',1),(184,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:22:07',NULL,'460017522403632',1),(185,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:22:07',NULL,'460017522403632',1),(186,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481174703036 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:23:46',NULL,'460017522403632',1),(187,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:27:07',NULL,'460017522403632',1),(188,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:27:07',NULL,'460017522403632',1),(189,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481175160697 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:31:23',NULL,'460017522403632',1),(190,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:32:07',NULL,'460017522403632',1),(191,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:32:07',NULL,'460017522403632',1),(192,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:37:07',NULL,'460017522403632',1),(193,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:37:07',NULL,'460017522403632',1),(194,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481175564420 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:38:07',NULL,'460017522403632',1),(195,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:42:07',NULL,'460017522403632',1),(196,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:42:07',NULL,'460017522403632',1),(197,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481176085250 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:46:48',NULL,'460017522403632',1),(198,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:47:08',NULL,'460017522403632',1),(199,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:47:08',NULL,'460017522403632',1),(200,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481176161041 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:48:04',NULL,'460017522403632',1),(201,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:52:08',NULL,'460017522403632',1),(202,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:52:08',NULL,'460017522403632',1),(203,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:57:08',NULL,'460017522403632',1),(204,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 13:57:08',NULL,'460017522403632',1),(205,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481176786377 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 13:58:29',NULL,'460017522403632',1),(206,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:02:08',NULL,'460017522403632',1),(207,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:02:08',NULL,'460017522403632',1),(208,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481177227206 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 14:05:50',NULL,'460017522403632',1),(209,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:07:08',NULL,'460017522403632',1),(210,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:07:08',NULL,'460017522403632',1),(211,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:12:08',NULL,'460017522403632',1),(212,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:12:08',NULL,'460017522403632',1),(213,'StatusBarNotification(pkg=com.xiaomi.xmsf user=UserHandle{0} id=539874503 tag=null score=0: Notification(pri=0 icon=7f020026 contentView=com.xiaomi.xmsf/0x1090086 vibrate=null sound=default defaults=0x5 flags=0x11 when=1481177732814 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=女星海边游泳 身后4米惊现鲨鱼 contentText=实拍:背对鲨鱼未察觉危险,与死神擦肩而过 tickerText=N kind=[null]))','2016-12-08 14:14:15',NULL,'460017522403632',1),(214,'StatusBarNotification(pkg=com.xiaomi.xmsf user=UserHandle{0} id=539874503 tag=null score=0: Notification(pri=0 icon=7f020026 contentView=null vibrate=null sound=default defaults=0x5 flags=0x11 when=1481177732814 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=女星海边游泳 身后4米惊现鲨鱼 contentText=实拍:背对鲨鱼未察觉危险,与死神擦肩而过 tickerText=N kind=[null]))','2016-12-08 14:14:15',NULL,'460017522403632',1),(215,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481177848049 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 14:16:11',NULL,'460017522403632',1),(216,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:17:08',NULL,'460017522403632',1),(217,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:17:08',NULL,'460017522403632',1),(218,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:22:08',NULL,'460017522403632',1),(219,'StatusBarNotification(pkg=com.qihoo.appstore user=UserHandle{0} id=10012 tag=null score=10: Notification(pri=1 icon=7f02037b contentView=com.qihoo.appstore/0x7f03015c vibrate=null sound=null defaults=0x0 flags=0x62 when=1481168001185 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText=N kind=[null]))','2016-12-08 14:22:08',NULL,'460017522403632',1),(220,'StatusBarNotification(pkg=com.qihoo360.mobilesafe user=UserHandle{0} id=1 tag=null score=20: Notification(pri=2 icon=7f020102 contentView=com.qihoo360.mobilesafe/0x7f030056 vibrate=null sound=null defaults=0x0 flags=0x62 when=1481178261845 ledARGB=0x0 contentIntent=Y deleteIntent=N contentTitle=N contentText=N tickerText= kind=[null]))','2016-12-08 14:23:04',NULL,'460017522403632',1),(221,'ActivityName:com.google.android.apps.nexuslauncher.NexusLauncherActivity','2017-01-19 16:07:45',NULL,'310260000000000',1),(222,'android.intent.action.USER_PRESENT null','2017-01-19 16:54:44',NULL,'310260000000000',1),(223,'android.intent.action.USER_PRESENT null','2017-01-23 08:19:34',NULL,'310260000000000',1),(224,'android.intent.action.USER_PRESENT null','2017-01-23 08:19:34',NULL,'310260000000000',1),(225,'android.intent.action.USER_PRESENT null','2017-01-23 08:20:33',NULL,'310260000000000',1),(226,'android.intent.action.USER_PRESENT null','2017-01-23 08:20:33',NULL,'310260000000000',1),(227,'android.intent.action.USER_PRESENT null','2017-01-23 09:46:29',NULL,'310260000000000',0),(228,'android.intent.action.USER_PRESENT null','2017-01-23 09:46:29',NULL,'310260000000000',0);
UNLOCK TABLES;
/*Table structure for table `android_files` */
DROP TABLE IF EXISTS `android_files`;
CREATE TABLE `android_files` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`filename` varchar(512) DEFAULT NULL,
`etime` datetime DEFAULT NULL,
`size` int(11) DEFAULT NULL,
`dir` tinyint(1) DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10421 DEFAULT CHARSET=utf8;
/*Data for the table `android_files` */
LOCK TABLES `android_files` WRITE;
insert into `android_files`(`id`,`filename`,`etime`,`size`,`dir`,`IMSI`) values (10405,'/storage/emulated/0/Music','2017-01-23 09:04:54',0,1,'310260000000000'),(10406,'/storage/emulated/0/Podcasts','2017-01-23 09:04:54',0,1,'310260000000000'),(10407,'/storage/emulated/0/Ringtones','2017-01-23 09:04:54',0,1,'310260000000000'),(10408,'/storage/emulated/0/Alarms','2017-01-23 09:04:54',0,1,'310260000000000'),(10409,'/storage/emulated/0/Notifications','2017-01-23 09:04:54',0,1,'310260000000000'),(10410,'/storage/emulated/0/Pictures','2017-01-23 09:04:54',0,1,'310260000000000'),(10411,'/storage/emulated/0/Movies','2017-01-23 09:04:54',0,1,'310260000000000'),(10412,'/storage/emulated/0/Download','2017-01-23 09:04:54',0,1,'310260000000000'),(10413,'/storage/emulated/0/DCIM','2017-01-23 09:04:54',0,1,'310260000000000'),(10414,'/storage/emulated/0/Android','2017-01-23 09:04:54',0,1,'310260000000000'),(10415,'/storage/emulated/0/.UTSystemConfig','2017-01-23 09:04:54',0,1,'310260000000000'),(10416,'/storage/emulated/0/.DataStorage','2017-01-23 09:04:54',0,1,'310260000000000'),(10417,'/storage/emulated/0/wangxin','2017-01-23 09:04:54',0,1,'310260000000000'),(10418,'/storage/emulated/0/ALIPUSH_CACHE','2017-01-23 09:04:54',0,1,'310260000000000'),(10419,'/storage/emulated/0/UAM','2017-01-23 09:04:54',0,1,'310260000000000'),(10420,'/storage/emulated/0/alibaba','2017-01-23 09:04:54',0,1,'310260000000000');
UNLOCK TABLES;
/*Table structure for table `android_gps` */
DROP TABLE IF EXISTS `android_gps`;
CREATE TABLE `android_gps` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`latitude` double DEFAULT NULL,
`longitude` double DEFAULT NULL,
`Address` varchar(1024) DEFAULT NULL,
`datetime` datetime DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8;
/*Data for the table `android_gps` */
LOCK TABLES `android_gps` WRITE;
insert into `android_gps`(`id`,`latitude`,`longitude`,`Address`,`datetime`,`IMSI`) values (22,0,0,'','2016-10-10 11:00:12','460005654915561'),(44,30.540234,114.325685,'[Address[addressLines=[0:\"湖北省武汉市武昌区中南路16-1号\",1:\"绿茵阁西餐厅(中南路店)\",2:\"嘉园大厦\",3:\"博瑞德心理咨询催眠治疗工作室\",4:\"中南天紫广场-B馆\",5:\"中商广场购物中心\",6:\"中南天紫广场\",7:\"武珞路社区\",8:\"湖北省水利厅\",9:\"兴业银行(中南支行)\",10:\"星巴克(中南店)\"],feature=null,admin=湖北省,sub-admin=null,locality=武汉市,thoroughfare=中南路,postalCode=null,countryCode=null,countryName=null,hasLatitude=true,latitude=30.540226959615,hasLongitude=true,longitude=114.32569159598,phone=null,url=null,extras=null]]','2016-11-04 13:37:53','460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_info` */
DROP TABLE IF EXISTS `android_info`;
CREATE TABLE `android_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`BASE` varchar(256) DEFAULT NULL,
`BOARD` varchar(256) DEFAULT NULL,
`BRAND` varchar(256) DEFAULT NULL,
`CPU_ABI` varchar(256) DEFAULT NULL,
`DEVICE` varchar(256) DEFAULT NULL,
`DISPLAY` varchar(256) DEFAULT NULL,
`FINGERPRINT` varchar(256) DEFAULT NULL,
`DV_ID` varchar(256) DEFAULT NULL,
`MANUFACTURER` varchar(256) DEFAULT NULL,
`MODEL` varchar(256) DEFAULT NULL,
`PRODUCT` varchar(256) DEFAULT NULL,
`RELEASE` varchar(256) DEFAULT NULL,
`SDK` varchar(256) DEFAULT NULL,
`TAGS` varchar(256) DEFAULT NULL,
`USER` varchar(256) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
`Owner` int(11) DEFAULT '0',
`Group` int(11) DEFAULT '0',
`start` tinyint(1) DEFAULT '0',
`lock` tinyint(4) DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `IMSI` (`IMSI`)
) ENGINE=InnoDB AUTO_INCREMENT=2013 DEFAULT CHARSET=utf8;
/*Data for the table `android_info` */
LOCK TABLES `android_info` WRITE;
insert into `android_info`(`id`,`BASE`,`BOARD`,`BRAND`,`CPU_ABI`,`DEVICE`,`DISPLAY`,`FINGERPRINT`,`DV_ID`,`MANUFACTURER`,`MODEL`,`PRODUCT`,`RELEASE`,`SDK`,`TAGS`,`USER`,`IMSI`,`Owner`,`Group`,`start`,`lock`) values (2009,'1','universal5410','samsung','armeabi-v7a','ja3g','KOT49H.I9500ZSUDNB3','samsung/ja3gzs/ja3g:4.4.2/KOT49H/I9500ZSUDNB3:user/release-keys','KOT49H','samsung','GT-I9500','ja3gzs','4.4.2','19','release-keys','dpi','460017522403632',1,24,0,0),(2010,'1','unknown','Android','x86','generic_x86','sdk_google_phone_x86-userdebug 7.1 NPF26K 3479480 test-keys','Android/sdk_google_phone_x86/generic_x86:7.1/NPF26K/3479480:userdebug/test-keys','NPF26K','unknown','Android SDK built for x86','sdk_google_phone_x86','7.1','25','test-keys','android-build','020000000000',0,0,0,2),(2011,'1','unknown','Android','x86','generic_x86','sdk_google_phone_x86-userdebug 7.1 NPF26K 3479480 test-keys','Android/sdk_google_phone_x86/generic_x86:7.1/NPF26K/3479480:userdebug/test-keys','NPF26K','unknown','Android SDK built for x86','sdk_google_phone_x86','7.1','25','test-keys','android-build','310260000000000',0,0,0,2),(2012,'1','H60-L03','Huawei','armeabi-v7a','hwH60','H60-L03V100R001C01B318','Huawei/H60-L03/hwH60:4.4.2/HDH60-L03/C01B318:user/ota-rel-keys,release-keys','HDH60-L03','HUAWEI','H60-L03','H60-L03','4.4.2','19','ota-rel-keys,release-keys','jenkins','b4305285b578',0,0,0,0);
UNLOCK TABLES;
/*Table structure for table `android_installfile` */
DROP TABLE IF EXISTS `android_installfile`;
CREATE TABLE `android_installfile` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`DUrl` text,
`LFilePath` text,
`Start` int(11) DEFAULT NULL,
`datatime` datetime DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8;
/*Data for the table `android_installfile` */
LOCK TABLES `android_installfile` WRITE;
insert into `android_installfile`(`id`,`DUrl`,`LFilePath`,`Start`,`datatime`,`IMSI`) values (4,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 10:18:48','460017522403632'),(5,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 10:18:52','460017522403632'),(6,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 10:52:20','460017522403632'),(7,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 10:52:24','460017522403632'),(8,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:08:50','460017522403632'),(9,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:08:54','460017522403632'),(10,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:09:20','460017522403632'),(11,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:09:24','460017522403632'),(12,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:13:40','460017522403632'),(13,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:13:44','460017522403632'),(14,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:18:01','460017522403632'),(15,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:18:05','460017522403632'),(16,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:20:04','460017522403632'),(17,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:20:07','460017522403632'),(18,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:30:22','460017522403632'),(19,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:30:25','460017522403632'),(20,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:31:58','460017522403632'),(21,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:32:02','460017522403632'),(22,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 11:32:59','460017522403632'),(23,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 11:33:05','460017522403632'),(24,'http://192.168.50.167:8080/APK/HaierLED.apk','/storage/emulated/0/Download/HaierLED.apk',0,'2016-09-22 13:05:29','460017522403632'),(25,'http://192.168.50.167:8080/APK/HaierLED.apk','/storage/emulated/0/Download/HaierLED.apk',1,'2016-09-22 13:05:32','460017522403632'),(26,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-22 16:28:25','460017522403632'),(27,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-22 16:28:29','460017522403632'),(28,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',0,'2016-09-23 16:58:02','460017522403632'),(29,'http://192.168.50.167:8080/APK/360yunpan_android.apk','/storage/emulated/0/Download/360yunpan_android.apk',1,'2016-09-23 16:58:06','460017522403632'),(30,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-10-10 10:59:27','460005654915561'),(31,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-10-10 10:59:37','460005654915561'),(32,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-11-02 09:39:25','460017522403632'),(33,'http://192.168.50.167:8080/APK/APK/CAndroid1.apk','Error',-2,'2016-11-02 09:40:24','460017522403632'),(34,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-12-17 12:17:16','020000000000'),(35,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-12-19 14:09:58','020000000000'),(36,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-12-19 14:11:12','020000000000'),(37,'http://192.168.50.167:8080/APK/360yunpan_android.apk','Error',-2,'2016-12-19 14:11:13','020000000000'),(38,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:13','020000000000'),(39,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:13','020000000000'),(40,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:29','020000000000'),(41,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:29','020000000000'),(42,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:48','020000000000'),(43,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:11:48','020000000000'),(44,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:12:34','020000000000'),(45,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:12:34','020000000000'),(46,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:14:17','020000000000'),(47,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:14:17','020000000000'),(48,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',0,'2016-12-19 14:20:00','020000000000'),(49,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:20:09','020000000000'),(50,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',0,'2016-12-19 14:20:54','020000000000'),(51,'http://192.168.50.167:8080/APK//HaierLED.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/HaierLED.apk',-1,'2016-12-19 14:20:59','020000000000'),(52,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:23:22','020000000000'),(53,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:23:28','020000000000'),(54,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:24:35','020000000000'),(55,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:27:08','020000000000'),(56,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:29:40','020000000000'),(57,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:30:27','020000000000'),(58,'http://192.168.50.167:8080/APK//HaierLED.apk','Error',-2,'2016-12-19 14:30:58','020000000000'),(59,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',0,'2016-12-19 14:48:15','310260000000000'),(60,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',-1,'2016-12-19 14:48:18','310260000000000'),(61,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',0,'2016-12-19 14:48:55','310260000000000'),(62,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',-1,'2016-12-19 14:48:57','310260000000000'),(63,'http://192.168.50.167:8080/APK/example.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/example.apk',0,'2016-12-19 15:14:32','310260000000000'),(64,'http://192.168.50.167:8080/APK/example.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/example.apk',1,'2016-12-19 15:14:32','310260000000000'),(65,'http://192.168.50.167:8080/APK/example.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/example.apk',0,'2016-12-19 15:14:48','310260000000000'),(66,'http://192.168.50.167:8080/APK/example.apk','/data/user/0/com.androidxy.gc.androidxy/files/Download/example.apk',1,'2016-12-19 15:14:48','310260000000000'),(67,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',0,'2016-12-19 15:17:16','310260000000000'),(68,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',1,'2016-12-19 15:17:16','310260000000000'),(69,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2016-12-19 15:28:27','020000000000'),(70,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2016-12-19 15:28:32','020000000000'),(71,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2016-12-19 15:29:27','310260000000000'),(72,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',0,'2016-12-19 15:33:36','310260000000000'),(73,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',1,'2016-12-19 15:33:36','310260000000000'),(74,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',0,'2016-12-19 15:37:40','310260000000000'),(75,'http://192.168.50.167:8080/APK/example.apk','/storage/emulated/0/Download/example.apk',1,'2016-12-19 15:37:40','310260000000000'),(76,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2017-01-06 18:17:00','020000000000'),(77,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2017-01-19 16:33:01','310260000000000'),(78,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2017-01-23 08:22:47','310260000000000'),(79,'http://192.168.50.167:8080/APK/example.apk','Error',-2,'2017-01-23 08:24:54','310260000000000');
UNLOCK TABLES;
/*Table structure for table `android_pbook` */
DROP TABLE IF EXISTS `android_pbook`;
CREATE TABLE `android_pbook` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`Name` varchar(128) DEFAULT NULL,
`PhoneNumber` varchar(20) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=utf8;
/*Data for the table `android_pbook` */
LOCK TABLES `android_pbook` WRITE;
insert into `android_pbook`(`id`,`Name`,`PhoneNumber`,`IMSI`) values (49,'邓罗卜干','151 7147 4012','460005654915561'),(50,'李超英','17092616130','460005654915561'),(51,'张敏云同学','13607135321','460005654915561'),(52,'门卫刘师傅','15827194837','460005654915561'),(53,'周温华','150 7139 2925','460005654915561'),(54,'杨德友同学','13871096690','460005654915561'),(55,'明秋芝同事','13237199691','460005654915561'),(56,'陈忠兰','158 8526 0878','460005654915561'),(57,'奶奶媳妇胡','18971687843','460005654915561'),(58,'南京叔叔','025 8342 6979','460005654915561'),(59,'乔汉江同学','18986066002','460005654915561'),(60,'老彭装修','181 6352 9805','460005654915561'),(61,'司蕾','138 7130 8095','460005654915561'),(62,'沈孟秋','18707163066','460005654915561'),(63,'邓罗卜干老婆','153 2733 7211','460005654915561'),(64,'郭进一','13163333078','460005654915561'),(65,'陈继红同事','15071024777','460005654915561'),(66,'牛和翠同学','13971173537','460005654915561'),(67,'喜红同学','15308633600','460005654915561'),(68,'李壮客人','130 0710 0175','460005654915561'),(69,'亭亭金福姑娘','15387181893','460005654915561'),(70,'小孙老师','15827527822','460005654915561'),(71,'Y严军','139 7135 1178','460005654915561'),(72,'王宁','131 5827 0231','460005654915561'),(73,'李强','159 9746 2547','460005654915561'),(74,'雷英同学','15337237539','460005654915561'),(75,'蔡志军刘勇','153 3724 8522','460005654915561'),(76,'形金明新号','18062537830','460005654915561'),(77,'李国富','18171228557','460005654915561'),(78,'大鲁','13100609892','460005654915561'),(79,'聶四合','13907128529','460005654915561'),(80,'林明强同学','13886011311','460005654915561'),(81,'聶靑哥哥清绩','13036117185','460005654915561'),(82,'黄健同学','15327321280','460005654915561'),(83,'周木香','134 7621 8656','460005654915561'),(84,'奶奶姐姐','15202797027','460005654915561'),(85,'程菊娟二','189 7132 2830','460005654915561'),(86,'陈小蕾','13971622598','460005654915561'),(87,'王琦同学','15927255433','460005654915561'),(88,'王安','13782726428','460005654915561'),(89,'潘维同学','18971503828','460005654915561'),(90,'杨泽建同学','13907141923','460005654915561'),(91,'华华手机','136 2728 1048','460005654915561'),(92,'王娟','15002786058','460005654915561'),(93,'程堂生代子','159 2769 6328','460005654915561'),(94,'舒贵珍同学','18986089762','460005654915561'),(95,'04*59','04*59','460005654915561'),(96,'形至君同学','13554149315','460005654915561'),(97,'唐春霞同学','13886183681','460005654915561'),(98,'陈顺同学','13545266572','460005654915561'),(99,'阮辣椒朋友','159 2643 8675','460005654915561'),(100,'王娟座机','027 5962 3610','460005654915561'),(101,'杨汉生同学','13071263653','460005654915561'),(102,'大白菜酸菜','13995582550','460005654915561'),(103,'马志刚朋友','13971358931','460005654915561'),(104,'徐春云同学','15102724314','460005654915561'),(105,'韩君','13871171487','460005654915561'),(106,'张星同学','13072703086','460005654915561'),(107,'刘客户','136 2710 5201','460005654915561'),(108,'大户朋友黄昆','15827186788','460005654915561'),(109,'太珍','13035122311','460005654915561'),(110,'红红姐','139 7117 5465','460005654915561'),(111,'大刘','136 6713 9594','460005654915561'),(112,'小徐','137 9707 7536','460005654915561'),(113,'大桥','15071014029','460005654915561'),(114,'熊玉华同事','13971040444','460005654915561'),(115,'余姐老号','153 7700 2178','460005654915561'),(116,'忠兰贵阳','15885260878','460005654915561'),(117,'官秋丽同学','18971322338','460005654915561'),(118,'黄化清同学','13006383996','460005654915561'),(119,'周明星','132 7703 4565','460005654915561'),(120,'余玲凤','153 9151 9537','460005654915561'),(121,'熊凡父亲','13808659924','460005654915561'),(122,'陈洁同学','13297922982','460005654915561'),(123,'费汉夫同学','13006167689','460005654915561'),(124,'徐船员','15971460171','460005654915561'),(125,'邱朋友辣椒','18971650027','460005654915561'),(126,'韩光荣','15827149457','460005654915561'),(127,'李雪英','153 0863 3932','460005654915561'),(128,'陈装修师傅','134 7610 8907','460005654915561'),(129,'陈忠萍','150 8535 8135','460005654915561'),(130,'刘勇','15327119906','460005654915561'),(131,'王巧枝南湖','131 6328 6335','460005654915561'),(132,'曹旭萍同学','153 2718 2105','460005654915561'),(133,'殷绍熊','159 7293 3188','460005654915561'),(134,'体检一','159 0271 3683','460005654915561'),(135,'刘光璞','13871406136','460005654915561'),(136,'李伟同学','13237136260','460005654915561'),(137,'张志勤同学','15827504321','460005654915561'),(138,'刘栾平','153 7700 4562','460005654915561'),(139,'陈秒波','133 4996 9477','460005654915561'),(140,'宋丽同学','15972983115','460005654915561'),(141,'朱姐','133 8750 0046','460005654915561'),(142,'廖茜新号码','189 1182 7359','460005654915561'),(143,'形金明同学','15972052596','460005654915561'),(144,'牛冬荣亲家','13080656513','460005654915561'),(145,'刘美琼','137 2027 8002','460005654915561'),(146,'刘成刚麻油','13035103631','460005654915561'),(147,'聶青','13720377800','460005654915561'),(148,'程菊娟一','134 3717 6150','460005654915561'),(149,'乔汉江新号','13986080395','460005654915561'),(150,'秋福','13885711636','460005654915561'),(151,'王新同学','13971193573','460005654915561'),(152,'严领班','027 8579 1489','460005654915561'),(153,'陈秀梅同学','13986222516','460005654915561'),(154,'阙成武车长','13807115497','460005654915561'),(155,'刘勇新号二','17786135302','460005654915561'),(156,'南湖物业','877 971 36','460005654915561'),(157,'黄玉华同学','13396051503','460005654915561'),(158,'刘汉强同学','13018043735','460005654915561'),(159,'余姐','181 7130 0228','460005654915561'),(160,'王昭','158 8585 5224','460005654915561'),(161,'靓妹辣椒','150 7106 4416','460005654915561'),(162,'赵刚','13006308013','460005654915561'),(163,'段退管办','511 6435 2','460005654915561'),(164,'朱中介','153 3725 7965','460005654915561'),(165,'朱维宏','18639162106','460005654915561'),(166,'李学英','15927215386','460005654915561'),(167,'余道君辣椒','139 7134 1149','460005654915561'),(168,'陈春同学','15623050163','460005654915561'),(169,'内衣吴','827 348 95','460005654915561'),(170,'李超英灵通','027 5133 8056','460005654915561'),(171,'张克明同学','13807100981','460005654915561'),(172,'怀强','13397125809','460005654915561'),(173,'汪建国手机','13886076735','460005654915561'),(174,'谢朋友辣椒','18995595512','460005654915561'),(175,'李永超同学','15071028353','460005654915561'),(176,'孟燕同事','13036110540','460005654915561'),(217,'Bbbb','999-99','310260000000000'),(218,'Aaaa','999-9','310260000000000'),(219,'Aaaa','999','310260000000000'),(220,'Aaaa','888990+0','310260000000000');
UNLOCK TABLES;
/*Table structure for table `android_pinfo` */
DROP TABLE IF EXISTS `android_pinfo`;
CREATE TABLE `android_pinfo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`CallState` varchar(128) DEFAULT NULL,
`DeviceId` varchar(128) DEFAULT NULL,
`DeviceSoftwareVersion` varchar(128) DEFAULT NULL,
`NativePhoneNumber` varchar(128) DEFAULT NULL,
`NetworkCountryIso` varchar(128) DEFAULT NULL,
`NetworkOperator` varchar(128) DEFAULT NULL,
`NetworkOperatorName` varchar(128) DEFAULT NULL,
`NetworkType` varchar(128) DEFAULT NULL,
`PhoneType` varchar(128) DEFAULT NULL,
`ProvidersName` varchar(128) DEFAULT NULL,
`SubscriberId` varchar(128) DEFAULT NULL,
`SimCountryIso` varchar(128) DEFAULT NULL,
`SimOperator` varchar(128) DEFAULT NULL,
`SimState` varchar(128) DEFAULT NULL,
`SimSerialNumber` varchar(128) DEFAULT NULL,
`SimOperatorName` varchar(128) DEFAULT NULL,
`VoiceMailAlphaTag` varchar(128) DEFAULT NULL,
`VoiceMailNumber` varchar(128) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `IMSI` (`IMSI`)
) ENGINE=InnoDB AUTO_INCREMENT=2010 DEFAULT CHARSET=utf8;
/*Data for the table `android_pinfo` */
LOCK TABLES `android_pinfo` WRITE;
insert into `android_pinfo`(`id`,`CallState`,`DeviceId`,`DeviceSoftwareVersion`,`NativePhoneNumber`,`NetworkCountryIso`,`NetworkOperator`,`NetworkOperatorName`,`NetworkType`,`PhoneType`,`ProvidersName`,`SubscriberId`,`SimCountryIso`,`SimOperator`,`SimState`,`SimSerialNumber`,`SimOperatorName`,`VoiceMailAlphaTag`,`VoiceMailNumber`,`IMSI`) values (1006,'无活动','','null','15555215554','us','310260','Android','','','','310260000000000','us','310260','就绪状态','89014103211118510720','Android','Voicemail','+15552175049','310260000000000'),(1007,'无活动','','','','us','310260','Android','','','无法获取','00000000000','us','310260','就绪状态','0000000000','Android','','','020000000000'),(1008,'','','','12345678900','','','','','','','','','','','','','','','01234567891234_0'),(1009,'','','','12345678901','','','','','','','','','','','','','','','01234567891234_1'),(1010,'','','','12345678902','','','','','','','','','','','','','','','01234567891234_2'),(1011,'','','','12345678903','','','','','','','','','','','','','','','01234567891234_3'),(1012,'','','','12345678904','','','','','','','','','','','','','','','01234567891234_4'),(1013,'','','','12345678905','','','','','','','','','','','','','','','01234567891234_5'),(1014,'','','','12345678906','','','','','','','','','','','','','','','01234567891234_6'),(1015,'','','','12345678907','','','','','','','','','','','','','','','01234567891234_7'),(1016,'','','','12345678908','','','','','','','','','','','','','','','01234567891234_8'),(1017,'','','','12345678909','','','','','','','','','','','','','','','01234567891234_9'),(1018,'','','','123456789010','','','','','','','','','','','','','','','01234567891234_10'),(1019,'','','','123456789011','','','','','','','','','','','','','','','01234567891234_11'),(1020,'','','','123456789012','','','','','','','','','','','','','','','01234567891234_12'),(1021,'','','','123456789013','','','','','','','','','','','','','','','01234567891234_13'),(1022,'','','','123456789014','','','','','','','','','','','','','','','01234567891234_14'),(1023,'','','','123456789015','','','','','','','','','','','','','','','01234567891234_15'),(1024,'','','','123456789016','','','','','','','','','','','','','','','01234567891234_16'),(1025,'','','','123456789017','','','','','','','','','','','','','','','01234567891234_17'),(1026,'','','','123456789018','','','','','','','','','','','','','','','01234567891234_18'),(1027,'','','','123456789019','','','','','','','','','','','','','','','01234567891234_19'),(1028,'','','','123456789020','','','','','','','','','','','','','','','01234567891234_20'),(1029,'','','','123456789021','','','','','','','','','','','','','','','01234567891234_21'),(1030,'','','','123456789022','','','','','','','','','','','','','','','01234567891234_22'),(1031,'','','','123456789023','','','','','','','','','','','','','','','01234567891234_23'),(1032,'','','','123456789024','','','','','','','','','','','','','','','01234567891234_24'),(1033,'','','','123456789025','','','','','','','','','','','','','','','01234567891234_25'),(1034,'','','','123456789026','','','','','','','','','','','','','','','01234567891234_26'),(1035,'','','','123456789027','','','','','','','','','','','','','','','01234567891234_27'),(1036,'','','','123456789028','','','','','','','','','','','','','','','01234567891234_28'),(1037,'','','','123456789029','','','','','','','','','','','','','','','01234567891234_29'),(1038,'','','','123456789030','','','','','','','','','','','','','','','01234567891234_30'),(1039,'','','','123456789031','','','','','','','','','','','','','','','01234567891234_31'),(1040,'','','','123456789032','','','','','','','','','','','','','','','01234567891234_32'),(1041,'','','','123456789033','','','','','','','','','','','','','','','01234567891234_33'),(1042,'','','','123456789034','','','','','','','','','','','','','','','01234567891234_34'),(1043,'','','','123456789035','','','','','','','','','','','','','','','01234567891234_35'),(1044,'','','','123456789036','','','','','','','','','','','','','','','01234567891234_36'),(1045,'','','','123456789037','','','','','','','','','','','','','','','01234567891234_37'),(1046,'','','','123456789038','','','','','','','','','','','','','','','01234567891234_38'),(1047,'','','','123456789039','','','','','','','','','','','','','','','01234567891234_39'),(1048,'','','','123456789040','','','','','','','','','','','','','','','01234567891234_40'),(1049,'','','','123456789041','','','','','','','','','','','','','','','01234567891234_41'),(1050,'','','','123456789042','','','','','','','','','','','','','','','01234567891234_42'),(1051,'','','','123456789043','','','','','','','','','','','','','','','01234567891234_43'),(1052,'','','','123456789044','','','','','','','','','','','','','','','01234567891234_44'),(1053,'','','','123456789045','','','','','','','','','','','','','','','01234567891234_45'),(1054,'','','','123456789046','','','','','','','','','','','','','','','01234567891234_46'),(1055,'','','','123456789047','','','','','','','','','','','','','','','01234567891234_47'),(1056,'','','','123456789048','','','','','','','','','','','','','','','01234567891234_48'),(1057,'','','','123456789049','','','','','','','','','','','','','','','01234567891234_49'),(1058,'','','','123456789050','','','','','','','','','','','','','','','01234567891234_50'),(1059,'','','','123456789051','','','','','','','','','','','','','','','01234567891234_51'),(1060,'','','','123456789052','','','','','','','','','','','','','','','01234567891234_52'),(1061,'','','','123456789053','','','','','','','','','','','','','','','01234567891234_53'),(1062,'','','','123456789054','','','','','','','','','','','','','','','01234567891234_54'),(1063,'','','','123456789055','','','','','','','','','','','','','','','01234567891234_55'),(1064,'','','','123456789056','','','','','','','','','','','','','','','01234567891234_56'),(1065,'','','','123456789057','','','','','','','','','','','','','','','01234567891234_57'),(1066,'','','','123456789058','','','','','','','','','','','','','','','01234567891234_58'),(1067,'','','','123456789059','','','','','','','','','','','','','','','01234567891234_59'),(1068,'','','','123456789060','','','','','','','','','','','','','','','01234567891234_60'),(1069,'','','','123456789061','','','','','','','','','','','','','','','01234567891234_61'),(1070,'','','','123456789062','','','','','','','','','','','','','','','01234567891234_62'),(1071,'','','','123456789063','','','','','','','','','','','','','','','01234567891234_63'),(1072,'','','','123456789064','','','','','','','','','','','','','','','01234567891234_64'),(1073,'','','','123456789065','','','','','','','','','','','','','','','01234567891234_65'),(1074,'','','','123456789066','','','','','','','','','','','','','','','01234567891234_66'),(1075,'','','','123456789067','','','','','','','','','','','','','','','01234567891234_67'),(1076,'','','','123456789068','','','','','','','','','','','','','','','01234567891234_68'),(1077,'','','','123456789069','','','','','','','','','','','','','','','01234567891234_69'),(1078,'','','','123456789070','','','','','','','','','','','','','','','01234567891234_70'),(1079,'','','','123456789071','','','','','','','','','','','','','','','01234567891234_71'),(1080,'','','','123456789072','','','','','','','','','','','','','','','01234567891234_72'),(1081,'','','','123456789073','','','','','','','','','','','','','','','01234567891234_73'),(1082,'','','','123456789074','','','','','','','','','','','','','','','01234567891234_74'),(1083,'','','','123456789075','','','','','','','','','','','','','','','01234567891234_75'),(1084,'','','','123456789076','','','','','','','','','','','','','','','01234567891234_76'),(1085,'','','','123456789077','','','','','','','','','','','','','','','01234567891234_77'),(1086,'','','','123456789078','','','','','','','','','','','','','','','01234567891234_78'),(1087,'','','','123456789079','','','','','','','','','','','','','','','01234567891234_79'),(1088,'','','','123456789080','','','','','','','','','','','','','','','01234567891234_80'),(1089,'','','','123456789081','','','','','','','','','','','','','','','01234567891234_81'),(1090,'','','','123456789082','','','','','','','','','','','','','','','01234567891234_82'),(1091,'','','','123456789083','','','','','','','','','','','','','','','01234567891234_83'),(1092,'','','','123456789084','','','','','','','','','','','','','','','01234567891234_84'),(1093,'','','','123456789085','','','','','','','','','','','','','','','01234567891234_85'),(1094,'','','','123456789086','','','','','','','','','','','','','','','01234567891234_86'),(1095,'','','','123456789087','','','','','','','','','','','','','','','01234567891234_87'),(1096,'','','','123456789088','','','','','','','','','','','','','','','01234567891234_88'),(1097,'','','','123456789089','','','','','','','','','','','','','','','01234567891234_89'),(1098,'','','','123456789090','','','','','','','','','','','','','','','01234567891234_90'),(1099,'','','','123456789091','','','','','','','','','','','','','','','01234567891234_91'),(1100,'','','','123456789092','','','','','','','','','','','','','','','01234567891234_92'),(1101,'','','','123456789093','','','','','','','','','','','','','','','01234567891234_93'),(1102,'','','','123456789094','','','','','','','','','','','','','','','01234567891234_94'),(1103,'','','','123456789095','','','','','','','','','','','','','','','01234567891234_95'),(1104,'','','','123456789096','','','','','','','','','','','','','','','01234567891234_96'),(1105,'','','','123456789097','','','','','','','','','','','','','','','01234567891234_97'),(1106,'','','','123456789098','','','','','','','','','','','','','','','01234567891234_98'),(1107,'','','','123456789099','','','','','','','','','','','','','','','01234567891234_99'),(1108,'','','','1234567890100','','','','','','','','','','','','','','','01234567891234_100'),(1109,'','','','1234567890101','','','','','','','','','','','','','','','01234567891234_101'),(1110,'','','','1234567890102','','','','','','','','','','','','','','','01234567891234_102'),(1111,'','','','1234567890103','','','','','','','','','','','','','','','01234567891234_103'),(1112,'','','','1234567890104','','','','','','','','','','','','','','','01234567891234_104'),(1113,'','','','1234567890105','','','','','','','','','','','','','','','01234567891234_105'),(1114,'','','','1234567890106','','','','','','','','','','','','','','','01234567891234_106'),(1115,'','','','1234567890107','','','','','','','','','','','','','','','01234567891234_107'),(1116,'','','','1234567890108','','','','','','','','','','','','','','','01234567891234_108'),(1117,'','','','1234567890109','','','','','','','','','','','','','','','01234567891234_109'),(1118,'','','','1234567890110','','','','','','','','','','','','','','','01234567891234_110'),(1119,'','','','1234567890111','','','','','','','','','','','','','','','01234567891234_111'),(1120,'','','','1234567890112','','','','','','','','','','','','','','','01234567891234_112'),(1121,'','','','1234567890113','','','','','','','','','','','','','','','01234567891234_113'),(1122,'','','','1234567890114','','','','','','','','','','','','','','','01234567891234_114'),(1123,'','','','1234567890115','','','','','','','','','','','','','','','01234567891234_115'),(1124,'','','','1234567890116','','','','','','','','','','','','','','','01234567891234_116'),(1125,'','','','1234567890117','','','','','','','','','','','','','','','01234567891234_117'),(1126,'','','','1234567890118','','','','','','','','','','','','','','','01234567891234_118'),(1127,'','','','1234567890119','','','','','','','','','','','','','','','01234567891234_119'),(1128,'','','','1234567890120','','','','','','','','','','','','','','','01234567891234_120'),(1129,'','','','1234567890121','','','','','','','','','','','','','','','01234567891234_121'),(1130,'','','','1234567890122','','','','','','','','','','','','','','','01234567891234_122'),(1131,'','','','1234567890123','','','','','','','','','','','','','','','01234567891234_123'),(1132,'','','','1234567890124','','','','','','','','','','','','','','','01234567891234_124'),(1133,'','','','1234567890125','','','','','','','','','','','','','','','01234567891234_125'),(1134,'','','','1234567890126','','','','','','','','','','','','','','','01234567891234_126'),(1135,'','','','1234567890127','','','','','','','','','','','','','','','01234567891234_127'),(1136,'','','','1234567890128','','','','','','','','','','','','','','','01234567891234_128'),(1137,'','','','1234567890129','','','','','','','','','','','','','','','01234567891234_129'),(1138,'','','','1234567890130','','','','','','','','','','','','','','','01234567891234_130'),(1139,'','','','1234567890131','','','','','','','','','','','','','','','01234567891234_131'),(1140,'','','','1234567890132','','','','','','','','','','','','','','','01234567891234_132'),(1141,'','','','1234567890133','','','','','','','','','','','','','','','01234567891234_133'),(1142,'','','','1234567890134','','','','','','','','','','','','','','','01234567891234_134'),(1143,'','','','1234567890135','','','','','','','','','','','','','','','01234567891234_135'),(1144,'','','','1234567890136','','','','','','','','','','','','','','','01234567891234_136'),(1145,'','','','1234567890137','','','','','','','','','','','','','','','01234567891234_137'),(1146,'','','','1234567890138','','','','','','','','','','','','','','','01234567891234_138'),(1147,'','','','1234567890139','','','','','','','','','','','','','','','01234567891234_139'),(1148,'','','','1234567890140','','','','','','','','','','','','','','','01234567891234_140'),(1149,'','','','1234567890141','','','','','','','','','','','','','','','01234567891234_141'),(1150,'','','','1234567890142','','','','','','','','','','','','','','','01234567891234_142'),(1151,'','','','1234567890143','','','','','','','','','','','','','','','01234567891234_143'),(1152,'','','','1234567890144','','','','','','','','','','','','','','','01234567891234_144'),(1153,'','','','1234567890145','','','','','','','','','','','','','','','01234567891234_145'),(1154,'','','','1234567890146','','','','','','','','','','','','','','','01234567891234_146'),(1155,'','','','1234567890147','','','','','','','','','','','','','','','01234567891234_147'),(1156,'','','','1234567890148','','','','','','','','','','','','','','','01234567891234_148'),(1157,'','','','1234567890149','','','','','','','','','','','','','','','01234567891234_149'),(1158,'','','','1234567890150','','','','','','','','','','','','','','','01234567891234_150'),(1159,'','','','1234567890151','','','','','','','','','','','','','','','01234567891234_151'),(1160,'','','','1234567890152','','','','','','','','','','','','','','','01234567891234_152'),(1161,'','','','1234567890153','','','','','','','','','','','','','','','01234567891234_153'),(1162,'','','','1234567890154','','','','','','','','','','','','','','','01234567891234_154'),(1163,'','','','1234567890155','','','','','','','','','','','','','','','01234567891234_155'),(1164,'','','','1234567890156','','','','','','','','','','','','','','','01234567891234_156'),(1165,'','','','1234567890157','','','','','','','','','','','','','','','01234567891234_157'),(1166,'','','','1234567890158','','','','','','','','','','','','','','','01234567891234_158'),(1167,'','','','1234567890159','','','','','','','','','','','','','','','01234567891234_159'),(1168,'','','','1234567890160','','','','','','','','','','','','','','','01234567891234_160'),(1169,'','','','1234567890161','','','','','','','','','','','','','','','01234567891234_161'),(1170,'','','','1234567890162','','','','','','','','','','','','','','','01234567891234_162'),(1171,'','','','1234567890163','','','','','','','','','','','','','','','01234567891234_163'),(1172,'','','','1234567890164','','','','','','','','','','','','','','','01234567891234_164'),(1173,'','','','1234567890165','','','','','','','','','','','','','','','01234567891234_165'),(1174,'','','','1234567890166','','','','','','','','','','','','','','','01234567891234_166'),(1175,'','','','1234567890167','','','','','','','','','','','','','','','01234567891234_167'),(1176,'','','','1234567890168','','','','','','','','','','','','','','','01234567891234_168'),(1177,'','','','1234567890169','','','','','','','','','','','','','','','01234567891234_169'),(1178,'','','','1234567890170','','','','','','','','','','','','','','','01234567891234_170'),(1179,'','','','1234567890171','','','','','','','','','','','','','','','01234567891234_171'),(1180,'','','','1234567890172','','','','','','','','','','','','','','','01234567891234_172'),(1181,'','','','1234567890173','','','','','','','','','','','','','','','01234567891234_173'),(1182,'','','','1234567890174','','','','','','','','','','','','','','','01234567891234_174'),(1183,'','','','1234567890175','','','','','','','','','','','','','','','01234567891234_175'),(1184,'','','','1234567890176','','','','','','','','','','','','','','','01234567891234_176'),(1185,'','','','1234567890177','','','','','','','','','','','','','','','01234567891234_177'),(1186,'','','','1234567890178','','','','','','','','','','','','','','','01234567891234_178'),(1187,'','','','1234567890179','','','','','','','','','','','','','','','01234567891234_179'),(1188,'','','','1234567890180','','','','','','','','','','','','','','','01234567891234_180'),(1189,'','','','1234567890181','','','','','','','','','','','','','','','01234567891234_181'),(1190,'','','','1234567890182','','','','','','','','','','','','','','','01234567891234_182'),(1191,'','','','1234567890183','','','','','','','','','','','','','','','01234567891234_183'),(1192,'','','','1234567890184','','','','','','','','','','','','','','','01234567891234_184'),(1193,'','','','1234567890185','','','','','','','','','','','','','','','01234567891234_185'),(1194,'','','','1234567890186','','','','','','','','','','','','','','','01234567891234_186'),(1195,'','','','1234567890187','','','','','','','','','','','','','','','01234567891234_187'),(1196,'','','','1234567890188','','','','','','','','','','','','','','','01234567891234_188'),(1197,'','','','1234567890189','','','','','','','','','','','','','','','01234567891234_189'),(1198,'','','','1234567890190','','','','','','','','','','','','','','','01234567891234_190'),(1199,'','','','1234567890191','','','','','','','','','','','','','','','01234567891234_191'),(1200,'','','','1234567890192','','','','','','','','','','','','','','','01234567891234_192'),(1201,'','','','1234567890193','','','','','','','','','','','','','','','01234567891234_193'),(1202,'','','','1234567890194','','','','','','','','','','','','','','','01234567891234_194'),(1203,'','','','1234567890195','','','','','','','','','','','','','','','01234567891234_195'),(1204,'','','','1234567890196','','','','','','','','','','','','','','','01234567891234_196'),(1205,'','','','1234567890197','','','','','','','','','','','','','','','01234567891234_197'),(1206,'','','','1234567890198','','','','','','','','','','','','','','','01234567891234_198'),(1207,'','','','1234567890199','','','','','','','','','','','','','','','01234567891234_199'),(1208,'','','','1234567890200','','','','','','','','','','','','','','','01234567891234_200'),(1209,'','','','1234567890201','','','','','','','','','','','','','','','01234567891234_201'),(1210,'','','','1234567890202','','','','','','','','','','','','','','','01234567891234_202'),(1211,'','','','1234567890203','','','','','','','','','','','','','','','01234567891234_203'),(1212,'','','','1234567890204','','','','','','','','','','','','','','','01234567891234_204'),(1213,'','','','1234567890205','','','','','','','','','','','','','','','01234567891234_205'),(1214,'','','','1234567890206','','','','','','','','','','','','','','','01234567891234_206'),(1215,'','','','1234567890207','','','','','','','','','','','','','','','01234567891234_207'),(1216,'','','','1234567890208','','','','','','','','','','','','','','','01234567891234_208'),(1217,'','','','1234567890209','','','','','','','','','','','','','','','01234567891234_209'),(1218,'','','','1234567890210','','','','','','','','','','','','','','','01234567891234_210'),(1219,'','','','1234567890211','','','','','','','','','','','','','','','01234567891234_211'),(1220,'','','','1234567890212','','','','','','','','','','','','','','','01234567891234_212'),(1221,'','','','1234567890213','','','','','','','','','','','','','','','01234567891234_213'),(1222,'','','','1234567890214','','','','','','','','','','','','','','','01234567891234_214'),(1223,'','','','1234567890215','','','','','','','','','','','','','','','01234567891234_215'),(1224,'','','','1234567890216','','','','','','','','','','','','','','','01234567891234_216'),(1225,'','','','1234567890217','','','','','','','','','','','','','','','01234567891234_217'),(1226,'','','','1234567890218','','','','','','','','','','','','','','','01234567891234_218'),(1227,'','','','1234567890219','','','','','','','','','','','','','','','01234567891234_219'),(1228,'','','','1234567890220','','','','','','','','','','','','','','','01234567891234_220'),(1229,'','','','1234567890221','','','','','','','','','','','','','','','01234567891234_221'),(1230,'','','','1234567890222','','','','','','','','','','','','','','','01234567891234_222'),(1231,'','','','1234567890223','','','','','','','','','','','','','','','01234567891234_223'),(1232,'','','','1234567890224','','','','','','','','','','','','','','','01234567891234_224'),(1233,'','','','1234567890225','','','','','','','','','','','','','','','01234567891234_225'),(1234,'','','','1234567890226','','','','','','','','','','','','','','','01234567891234_226'),(1235,'','','','1234567890227','','','','','','','','','','','','','','','01234567891234_227'),(1236,'','','','1234567890228','','','','','','','','','','','','','','','01234567891234_228'),(1237,'','','','1234567890229','','','','','','','','','','','','','','','01234567891234_229'),(1238,'','','','1234567890230','','','','','','','','','','','','','','','01234567891234_230'),(1239,'','','','1234567890231','','','','','','','','','','','','','','','01234567891234_231'),(1240,'','','','1234567890232','','','','','','','','','','','','','','','01234567891234_232'),(1241,'','','','1234567890233','','','','','','','','','','','','','','','01234567891234_233'),(1242,'','','','1234567890234','','','','','','','','','','','','','','','01234567891234_234'),(1243,'','','','1234567890235','','','','','','','','','','','','','','','01234567891234_235'),(1244,'','','','1234567890236','','','','','','','','','','','','','','','01234567891234_236'),(1245,'','','','1234567890237','','','','','','','','','','','','','','','01234567891234_237'),(1246,'','','','1234567890238','','','','','','','','','','','','','','','01234567891234_238'),(1247,'','','','1234567890239','','','','','','','','','','','','','','','01234567891234_239'),(1248,'','','','1234567890240','','','','','','','','','','','','','','','01234567891234_240'),(1249,'','','','1234567890241','','','','','','','','','','','','','','','01234567891234_241'),(1250,'','','','1234567890242','','','','','','','','','','','','','','','01234567891234_242'),(1251,'','','','1234567890243','','','','','','','','','','','','','','','01234567891234_243'),(1252,'','','','1234567890244','','','','','','','','','','','','','','','01234567891234_244'),(1253,'','','','1234567890245','','','','','','','','','','','','','','','01234567891234_245'),(1254,'','','','1234567890246','','','','','','','','','','','','','','','01234567891234_246'),(1255,'','','','1234567890247','','','','','','','','','','','','','','','01234567891234_247'),(1256,'','','','1234567890248','','','','','','','','','','','','','','','01234567891234_248'),(1257,'','','','1234567890249','','','','','','','','','','','','','','','01234567891234_249'),(1258,'','','','1234567890250','','','','','','','','','','','','','','','01234567891234_250'),(1259,'','','','1234567890251','','','','','','','','','','','','','','','01234567891234_251'),(1260,'','','','1234567890252','','','','','','','','','','','','','','','01234567891234_252'),(1261,'','','','1234567890253','','','','','','','','','','','','','','','01234567891234_253'),(1262,'','','','1234567890254','','','','','','','','','','','','','','','01234567891234_254'),(1263,'','','','1234567890255','','','','','','','','','','','','','','','01234567891234_255'),(1264,'','','','1234567890256','','','','','','','','','','','','','','','01234567891234_256'),(1265,'','','','1234567890257','','','','','','','','','','','','','','','01234567891234_257'),(1266,'','','','1234567890258','','','','','','','','','','','','','','','01234567891234_258'),(1267,'','','','1234567890259','','','','','','','','','','','','','','','01234567891234_259'),(1268,'','','','1234567890260','','','','','','','','','','','','','','','01234567891234_260'),(1269,'','','','1234567890261','','','','','','','','','','','','','','','01234567891234_261'),(1270,'','','','1234567890262','','','','','','','','','','','','','','','01234567891234_262'),(1271,'','','','1234567890263','','','','','','','','','','','','','','','01234567891234_263'),(1272,'','','','1234567890264','','','','','','','','','','','','','','','01234567891234_264'),(1273,'','','','1234567890265','','','','','','','','','','','','','','','01234567891234_265'),(1274,'','','','1234567890266','','','','','','','','','','','','','','','01234567891234_266'),(1275,'','','','1234567890267','','','','','','','','','','','','','','','01234567891234_267'),(1276,'','','','1234567890268','','','','','','','','','','','','','','','01234567891234_268'),(1277,'','','','1234567890269','','','','','','','','','','','','','','','01234567891234_269'),(1278,'','','','1234567890270','','','','','','','','','','','','','','','01234567891234_270'),(1279,'','','','1234567890271','','','','','','','','','','','','','','','01234567891234_271'),(1280,'','','','1234567890272','','','','','','','','','','','','','','','01234567891234_272'),(1281,'','','','1234567890273','','','','','','','','','','','','','','','01234567891234_273'),(1282,'','','','1234567890274','','','','','','','','','','','','','','','01234567891234_274'),(1283,'','','','1234567890275','','','','','','','','','','','','','','','01234567891234_275'),(1284,'','','','1234567890276','','','','','','','','','','','','','','','01234567891234_276'),(1285,'','','','1234567890277','','','','','','','','','','','','','','','01234567891234_277'),(1286,'','','','1234567890278','','','','','','','','','','','','','','','01234567891234_278'),(1287,'','','','1234567890279','','','','','','','','','','','','','','','01234567891234_279'),(1288,'','','','1234567890280','','','','','','','','','','','','','','','01234567891234_280'),(1289,'','','','1234567890281','','','','','','','','','','','','','','','01234567891234_281'),(1290,'','','','1234567890282','','','','','','','','','','','','','','','01234567891234_282'),(1291,'','','','1234567890283','','','','','','','','','','','','','','','01234567891234_283'),(1292,'','','','1234567890284','','','','','','','','','','','','','','','01234567891234_284'),(1293,'','','','1234567890285','','','','','','','','','','','','','','','01234567891234_285'),(1294,'','','','1234567890286','','','','','','','','','','','','','','','01234567891234_286'),(1295,'','','','1234567890287','','','','','','','','','','','','','','','01234567891234_287'),(1296,'','','','1234567890288','','','','','','','','','','','','','','','01234567891234_288'),(1297,'','','','1234567890289','','','','','','','','','','','','','','','01234567891234_289'),(1298,'','','','1234567890290','','','','','','','','','','','','','','','01234567891234_290'),(1299,'','','','1234567890291','','','','','','','','','','','','','','','01234567891234_291'),(1300,'','','','1234567890292','','','','','','','','','','','','','','','01234567891234_292'),(1301,'','','','1234567890293','','','','','','','','','','','','','','','01234567891234_293'),(1302,'','','','1234567890294','','','','','','','','','','','','','','','01234567891234_294'),(1303,'','','','1234567890295','','','','','','','','','','','','','','','01234567891234_295'),(1304,'','','','1234567890296','','','','','','','','','','','','','','','01234567891234_296'),(1305,'','','','1234567890297','','','','','','','','','','','','','','','01234567891234_297'),(1306,'','','','1234567890298','','','','','','','','','','','','','','','01234567891234_298'),(1307,'','','','1234567890299','','','','','','','','','','','','','','','01234567891234_299'),(1308,'','','','1234567890300','','','','','','','','','','','','','','','01234567891234_300'),(1309,'','','','1234567890301','','','','','','','','','','','','','','','01234567891234_301'),(1310,'','','','1234567890302','','','','','','','','','','','','','','','01234567891234_302'),(1311,'','','','1234567890303','','','','','','','','','','','','','','','01234567891234_303'),(1312,'','','','1234567890304','','','','','','','','','','','','','','','01234567891234_304'),(1313,'','','','1234567890305','','','','','','','','','','','','','','','01234567891234_305'),(1314,'','','','1234567890306','','','','','','','','','','','','','','','01234567891234_306'),(1315,'','','','1234567890307','','','','','','','','','','','','','','','01234567891234_307'),(1316,'','','','1234567890308','','','','','','','','','','','','','','','01234567891234_308'),(1317,'','','','1234567890309','','','','','','','','','','','','','','','01234567891234_309'),(1318,'','','','1234567890310','','','','','','','','','','','','','','','01234567891234_310'),(1319,'','','','1234567890311','','','','','','','','','','','','','','','01234567891234_311'),(1320,'','','','1234567890312','','','','','','','','','','','','','','','01234567891234_312'),(1321,'','','','1234567890313','','','','','','','','','','','','','','','01234567891234_313'),(1322,'','','','1234567890314','','','','','','','','','','','','','','','01234567891234_314'),(1323,'','','','1234567890315','','','','','','','','','','','','','','','01234567891234_315'),(1324,'','','','1234567890316','','','','','','','','','','','','','','','01234567891234_316'),(1325,'','','','1234567890317','','','','','','','','','','','','','','','01234567891234_317'),(1326,'','','','1234567890318','','','','','','','','','','','','','','','01234567891234_318'),(1327,'','','','1234567890319','','','','','','','','','','','','','','','01234567891234_319'),(1328,'','','','1234567890320','','','','','','','','','','','','','','','01234567891234_320'),(1329,'','','','1234567890321','','','','','','','','','','','','','','','01234567891234_321'),(1330,'','','','1234567890322','','','','','','','','','','','','','','','01234567891234_322'),(1331,'','','','1234567890323','','','','','','','','','','','','','','','01234567891234_323'),(1332,'','','','1234567890324','','','','','','','','','','','','','','','01234567891234_324'),(1333,'','','','1234567890325','','','','','','','','','','','','','','','01234567891234_325'),(1334,'','','','1234567890326','','','','','','','','','','','','','','','01234567891234_326'),(1335,'','','','1234567890327','','','','','','','','','','','','','','','01234567891234_327'),(1336,'','','','1234567890328','','','','','','','','','','','','','','','01234567891234_328'),(1337,'','','','1234567890329','','','','','','','','','','','','','','','01234567891234_329'),(1338,'','','','1234567890330','','','','','','','','','','','','','','','01234567891234_330'),(1339,'','','','1234567890331','','','','','','','','','','','','','','','01234567891234_331'),(1340,'','','','1234567890332','','','','','','','','','','','','','','','01234567891234_332'),(1341,'','','','1234567890333','','','','','','','','','','','','','','','01234567891234_333'),(1342,'','','','1234567890334','','','','','','','','','','','','','','','01234567891234_334'),(1343,'','','','1234567890335','','','','','','','','','','','','','','','01234567891234_335'),(1344,'','','','1234567890336','','','','','','','','','','','','','','','01234567891234_336'),(1345,'','','','1234567890337','','','','','','','','','','','','','','','01234567891234_337'),(1346,'','','','1234567890338','','','','','','','','','','','','','','','01234567891234_338'),(1347,'','','','1234567890339','','','','','','','','','','','','','','','01234567891234_339'),(1348,'','','','1234567890340','','','','','','','','','','','','','','','01234567891234_340'),(1349,'','','','1234567890341','','','','','','','','','','','','','','','01234567891234_341'),(1350,'','','','1234567890342','','','','','','','','','','','','','','','01234567891234_342'),(1351,'','','','1234567890343','','','','','','','','','','','','','','','01234567891234_343'),(1352,'','','','1234567890344','','','','','','','','','','','','','','','01234567891234_344'),(1353,'','','','1234567890345','','','','','','','','','','','','','','','01234567891234_345'),(1354,'','','','1234567890346','','','','','','','','','','','','','','','01234567891234_346'),(1355,'','','','1234567890347','','','','','','','','','','','','','','','01234567891234_347'),(1356,'','','','1234567890348','','','','','','','','','','','','','','','01234567891234_348'),(1357,'','','','1234567890349','','','','','','','','','','','','','','','01234567891234_349'),(1358,'','','','1234567890350','','','','','','','','','','','','','','','01234567891234_350'),(1359,'','','','1234567890351','','','','','','','','','','','','','','','01234567891234_351'),(1360,'','','','1234567890352','','','','','','','','','','','','','','','01234567891234_352'),(1361,'','','','1234567890353','','','','','','','','','','','','','','','01234567891234_353'),(1362,'','','','1234567890354','','','','','','','','','','','','','','','01234567891234_354'),(1363,'','','','1234567890355','','','','','','','','','','','','','','','01234567891234_355'),(1364,'','','','1234567890356','','','','','','','','','','','','','','','01234567891234_356'),(1365,'','','','1234567890357','','','','','','','','','','','','','','','01234567891234_357'),(1366,'','','','1234567890358','','','','','','','','','','','','','','','01234567891234_358'),(1367,'','','','1234567890359','','','','','','','','','','','','','','','01234567891234_359'),(1368,'','','','1234567890360','','','','','','','','','','','','','','','01234567891234_360'),(1369,'','','','1234567890361','','','','','','','','','','','','','','','01234567891234_361'),(1370,'','','','1234567890362','','','','','','','','','','','','','','','01234567891234_362'),(1371,'','','','1234567890363','','','','','','','','','','','','','','','01234567891234_363'),(1372,'','','','1234567890364','','','','','','','','','','','','','','','01234567891234_364'),(1373,'','','','1234567890365','','','','','','','','','','','','','','','01234567891234_365'),(1374,'','','','1234567890366','','','','','','','','','','','','','','','01234567891234_366'),(1375,'','','','1234567890367','','','','','','','','','','','','','','','01234567891234_367'),(1376,'','','','1234567890368','','','','','','','','','','','','','','','01234567891234_368'),(1377,'','','','1234567890369','','','','','','','','','','','','','','','01234567891234_369'),(1378,'','','','1234567890370','','','','','','','','','','','','','','','01234567891234_370'),(1379,'','','','1234567890371','','','','','','','','','','','','','','','01234567891234_371'),(1380,'','','','1234567890372','','','','','','','','','','','','','','','01234567891234_372'),(1381,'','','','1234567890373','','','','','','','','','','','','','','','01234567891234_373'),(1382,'','','','1234567890374','','','','','','','','','','','','','','','01234567891234_374'),(1383,'','','','1234567890375','','','','','','','','','','','','','','','01234567891234_375'),(1384,'','','','1234567890376','','','','','','','','','','','','','','','01234567891234_376'),(1385,'','','','1234567890377','','','','','','','','','','','','','','','01234567891234_377'),(1386,'','','','1234567890378','','','','','','','','','','','','','','','01234567891234_378'),(1387,'','','','1234567890379','','','','','','','','','','','','','','','01234567891234_379'),(1388,'','','','1234567890380','','','','','','','','','','','','','','','01234567891234_380'),(1389,'','','','1234567890381','','','','','','','','','','','','','','','01234567891234_381'),(1390,'','','','1234567890382','','','','','','','','','','','','','','','01234567891234_382'),(1391,'','','','1234567890383','','','','','','','','','','','','','','','01234567891234_383'),(1392,'','','','1234567890384','','','','','','','','','','','','','','','01234567891234_384'),(1393,'','','','1234567890385','','','','','','','','','','','','','','','01234567891234_385'),(1394,'','','','1234567890386','','','','','','','','','','','','','','','01234567891234_386'),(1395,'','','','1234567890387','','','','','','','','','','','','','','','01234567891234_387'),(1396,'','','','1234567890388','','','','','','','','','','','','','','','01234567891234_388'),(1397,'','','','1234567890389','','','','','','','','','','','','','','','01234567891234_389'),(1398,'','','','1234567890390','','','','','','','','','','','','','','','01234567891234_390'),(1399,'','','','1234567890391','','','','','','','','','','','','','','','01234567891234_391'),(1400,'','','','1234567890392','','','','','','','','','','','','','','','01234567891234_392'),(1401,'','','','1234567890393','','','','','','','','','','','','','','','01234567891234_393'),(1402,'','','','1234567890394','','','','','','','','','','','','','','','01234567891234_394'),(1403,'','','','1234567890395','','','','','','','','','','','','','','','01234567891234_395'),(1404,'','','','1234567890396','','','','','','','','','','','','','','','01234567891234_396'),(1405,'','','','1234567890397','','','','','','','','','','','','','','','01234567891234_397'),(1406,'','','','1234567890398','','','','','','','','','','','','','','','01234567891234_398'),(1407,'','','','1234567890399','','','','','','','','','','','','','','','01234567891234_399'),(1408,'','','','1234567890400','','','','','','','','','','','','','','','01234567891234_400'),(1409,'','','','1234567890401','','','','','','','','','','','','','','','01234567891234_401'),(1410,'','','','1234567890402','','','','','','','','','','','','','','','01234567891234_402'),(1411,'','','','1234567890403','','','','','','','','','','','','','','','01234567891234_403'),(1412,'','','','1234567890404','','','','','','','','','','','','','','','01234567891234_404'),(1413,'','','','1234567890405','','','','','','','','','','','','','','','01234567891234_405'),(1414,'','','','1234567890406','','','','','','','','','','','','','','','01234567891234_406'),(1415,'','','','1234567890407','','','','','','','','','','','','','','','01234567891234_407'),(1416,'','','','1234567890408','','','','','','','','','','','','','','','01234567891234_408'),(1417,'','','','1234567890409','','','','','','','','','','','','','','','01234567891234_409'),(1418,'','','','1234567890410','','','','','','','','','','','','','','','01234567891234_410'),(1419,'','','','1234567890411','','','','','','','','','','','','','','','01234567891234_411'),(1420,'','','','1234567890412','','','','','','','','','','','','','','','01234567891234_412'),(1421,'','','','1234567890413','','','','','','','','','','','','','','','01234567891234_413'),(1422,'','','','1234567890414','','','','','','','','','','','','','','','01234567891234_414'),(1423,'','','','1234567890415','','','','','','','','','','','','','','','01234567891234_415'),(1424,'','','','1234567890416','','','','','','','','','','','','','','','01234567891234_416'),(1425,'','','','1234567890417','','','','','','','','','','','','','','','01234567891234_417'),(1426,'','','','1234567890418','','','','','','','','','','','','','','','01234567891234_418'),(1427,'','','','1234567890419','','','','','','','','','','','','','','','01234567891234_419'),(1428,'','','','1234567890420','','','','','','','','','','','','','','','01234567891234_420'),(1429,'','','','1234567890421','','','','','','','','','','','','','','','01234567891234_421'),(1430,'','','','1234567890422','','','','','','','','','','','','','','','01234567891234_422'),(1431,'','','','1234567890423','','','','','','','','','','','','','','','01234567891234_423'),(1432,'','','','1234567890424','','','','','','','','','','','','','','','01234567891234_424'),(1433,'','','','1234567890425','','','','','','','','','','','','','','','01234567891234_425'),(1434,'','','','1234567890426','','','','','','','','','','','','','','','01234567891234_426'),(1435,'','','','1234567890427','','','','','','','','','','','','','','','01234567891234_427'),(1436,'','','','1234567890428','','','','','','','','','','','','','','','01234567891234_428'),(1437,'','','','1234567890429','','','','','','','','','','','','','','','01234567891234_429'),(1438,'','','','1234567890430','','','','','','','','','','','','','','','01234567891234_430'),(1439,'','','','1234567890431','','','','','','','','','','','','','','','01234567891234_431'),(1440,'','','','1234567890432','','','','','','','','','','','','','','','01234567891234_432'),(1441,'','','','1234567890433','','','','','','','','','','','','','','','01234567891234_433'),(1442,'','','','1234567890434','','','','','','','','','','','','','','','01234567891234_434'),(1443,'','','','1234567890435','','','','','','','','','','','','','','','01234567891234_435'),(1444,'','','','1234567890436','','','','','','','','','','','','','','','01234567891234_436'),(1445,'','','','1234567890437','','','','','','','','','','','','','','','01234567891234_437'),(1446,'','','','1234567890438','','','','','','','','','','','','','','','01234567891234_438'),(1447,'','','','1234567890439','','','','','','','','','','','','','','','01234567891234_439'),(1448,'','','','1234567890440','','','','','','','','','','','','','','','01234567891234_440'),(1449,'','','','1234567890441','','','','','','','','','','','','','','','01234567891234_441'),(1450,'','','','1234567890442','','','','','','','','','','','','','','','01234567891234_442'),(1451,'','','','1234567890443','','','','','','','','','','','','','','','01234567891234_443'),(1452,'','','','1234567890444','','','','','','','','','','','','','','','01234567891234_444'),(1453,'','','','1234567890445','','','','','','','','','','','','','','','01234567891234_445'),(1454,'','','','1234567890446','','','','','','','','','','','','','','','01234567891234_446'),(1455,'','','','1234567890447','','','','','','','','','','','','','','','01234567891234_447'),(1456,'','','','1234567890448','','','','','','','','','','','','','','','01234567891234_448'),(1457,'','','','1234567890449','','','','','','','','','','','','','','','01234567891234_449'),(1458,'','','','1234567890450','','','','','','','','','','','','','','','01234567891234_450'),(1459,'','','','1234567890451','','','','','','','','','','','','','','','01234567891234_451'),(1460,'','','','1234567890452','','','','','','','','','','','','','','','01234567891234_452'),(1461,'','','','1234567890453','','','','','','','','','','','','','','','01234567891234_453'),(1462,'','','','1234567890454','','','','','','','','','','','','','','','01234567891234_454'),(1463,'','','','1234567890455','','','','','','','','','','','','','','','01234567891234_455'),(1464,'','','','1234567890456','','','','','','','','','','','','','','','01234567891234_456'),(1465,'','','','1234567890457','','','','','','','','','','','','','','','01234567891234_457'),(1466,'','','','1234567890458','','','','','','','','','','','','','','','01234567891234_458'),(1467,'','','','1234567890459','','','','','','','','','','','','','','','01234567891234_459'),(1468,'','','','1234567890460','','','','','','','','','','','','','','','01234567891234_460'),(1469,'','','','1234567890461','','','','','','','','','','','','','','','01234567891234_461'),(1470,'','','','1234567890462','','','','','','','','','','','','','','','01234567891234_462'),(1471,'','','','1234567890463','','','','','','','','','','','','','','','01234567891234_463'),(1472,'','','','1234567890464','','','','','','','','','','','','','','','01234567891234_464'),(1473,'','','','1234567890465','','','','','','','','','','','','','','','01234567891234_465'),(1474,'','','','1234567890466','','','','','','','','','','','','','','','01234567891234_466'),(1475,'','','','1234567890467','','','','','','','','','','','','','','','01234567891234_467'),(1476,'','','','1234567890468','','','','','','','','','','','','','','','01234567891234_468'),(1477,'','','','1234567890469','','','','','','','','','','','','','','','01234567891234_469'),(1478,'','','','1234567890470','','','','','','','','','','','','','','','01234567891234_470'),(1479,'','','','1234567890471','','','','','','','','','','','','','','','01234567891234_471'),(1480,'','','','1234567890472','','','','','','','','','','','','','','','01234567891234_472'),(1481,'','','','1234567890473','','','','','','','','','','','','','','','01234567891234_473'),(1482,'','','','1234567890474','','','','','','','','','','','','','','','01234567891234_474'),(1483,'','','','1234567890475','','','','','','','','','','','','','','','01234567891234_475'),(1484,'','','','1234567890476','','','','','','','','','','','','','','','01234567891234_476'),(1485,'','','','1234567890477','','','','','','','','','','','','','','','01234567891234_477'),(1486,'','','','1234567890478','','','','','','','','','','','','','','','01234567891234_478'),(1487,'','','','1234567890479','','','','','','','','','','','','','','','01234567891234_479'),(1488,'','','','1234567890480','','','','','','','','','','','','','','','01234567891234_480'),(1489,'','','','1234567890481','','','','','','','','','','','','','','','01234567891234_481'),(1490,'','','','1234567890482','','','','','','','','','','','','','','','01234567891234_482'),(1491,'','','','1234567890483','','','','','','','','','','','','','','','01234567891234_483'),(1492,'','','','1234567890484','','','','','','','','','','','','','','','01234567891234_484'),(1493,'','','','1234567890485','','','','','','','','','','','','','','','01234567891234_485'),(1494,'','','','1234567890486','','','','','','','','','','','','','','','01234567891234_486'),(1495,'','','','1234567890487','','','','','','','','','','','','','','','01234567891234_487'),(1496,'','','','1234567890488','','','','','','','','','','','','','','','01234567891234_488'),(1497,'','','','1234567890489','','','','','','','','','','','','','','','01234567891234_489'),(1498,'','','','1234567890490','','','','','','','','','','','','','','','01234567891234_490'),(1499,'','','','1234567890491','','','','','','','','','','','','','','','01234567891234_491'),(1500,'','','','1234567890492','','','','','','','','','','','','','','','01234567891234_492'),(1501,'','','','1234567890493','','','','','','','','','','','','','','','01234567891234_493'),(1502,'','','','1234567890494','','','','','','','','','','','','','','','01234567891234_494'),(1503,'','','','1234567890495','','','','','','','','','','','','','','','01234567891234_495'),(1504,'','','','1234567890496','','','','','','','','','','','','','','','01234567891234_496'),(1505,'','','','1234567890497','','','','','','','','','','','','','','','01234567891234_497'),(1506,'','','','1234567890498','','','','','','','','','','','','','','','01234567891234_498'),(1507,'','','','1234567890499','','','','','','','','','','','','','','','01234567891234_499'),(1508,'','','','1234567890500','','','','','','','','','','','','','','','01234567891234_500'),(1509,'','','','1234567890501','','','','','','','','','','','','','','','01234567891234_501'),(1510,'','','','1234567890502','','','','','','','','','','','','','','','01234567891234_502'),(1511,'','','','1234567890503','','','','','','','','','','','','','','','01234567891234_503'),(1512,'','','','1234567890504','','','','','','','','','','','','','','','01234567891234_504'),(1513,'','','','1234567890505','','','','','','','','','','','','','','','01234567891234_505'),(1514,'','','','1234567890506','','','','','','','','','','','','','','','01234567891234_506'),(1515,'','','','1234567890507','','','','','','','','','','','','','','','01234567891234_507'),(1516,'','','','1234567890508','','','','','','','','','','','','','','','01234567891234_508'),(1517,'','','','1234567890509','','','','','','','','','','','','','','','01234567891234_509'),(1518,'','','','1234567890510','','','','','','','','','','','','','','','01234567891234_510'),(1519,'','','','1234567890511','','','','','','','','','','','','','','','01234567891234_511'),(1520,'','','','1234567890512','','','','','','','','','','','','','','','01234567891234_512'),(1521,'','','','1234567890513','','','','','','','','','','','','','','','01234567891234_513'),(1522,'','','','1234567890514','','','','','','','','','','','','','','','01234567891234_514'),(1523,'','','','1234567890515','','','','','','','','','','','','','','','01234567891234_515'),(1524,'','','','1234567890516','','','','','','','','','','','','','','','01234567891234_516'),(1525,'','','','1234567890517','','','','','','','','','','','','','','','01234567891234_517'),(1526,'','','','1234567890518','','','','','','','','','','','','','','','01234567891234_518'),(1527,'','','','1234567890519','','','','','','','','','','','','','','','01234567891234_519'),(1528,'','','','1234567890520','','','','','','','','','','','','','','','01234567891234_520'),(1529,'','','','1234567890521','','','','','','','','','','','','','','','01234567891234_521'),(1530,'','','','1234567890522','','','','','','','','','','','','','','','01234567891234_522'),(1531,'','','','1234567890523','','','','','','','','','','','','','','','01234567891234_523'),(1532,'','','','1234567890524','','','','','','','','','','','','','','','01234567891234_524'),(1533,'','','','1234567890525','','','','','','','','','','','','','','','01234567891234_525'),(1534,'','','','1234567890526','','','','','','','','','','','','','','','01234567891234_526'),(1535,'','','','1234567890527','','','','','','','','','','','','','','','01234567891234_527'),(1536,'','','','1234567890528','','','','','','','','','','','','','','','01234567891234_528'),(1537,'','','','1234567890529','','','','','','','','','','','','','','','01234567891234_529'),(1538,'','','','1234567890530','','','','','','','','','','','','','','','01234567891234_530'),(1539,'','','','1234567890531','','','','','','','','','','','','','','','01234567891234_531'),(1540,'','','','1234567890532','','','','','','','','','','','','','','','01234567891234_532'),(1541,'','','','1234567890533','','','','','','','','','','','','','','','01234567891234_533'),(1542,'','','','1234567890534','','','','','','','','','','','','','','','01234567891234_534'),(1543,'','','','1234567890535','','','','','','','','','','','','','','','01234567891234_535'),(1544,'','','','1234567890536','','','','','','','','','','','','','','','01234567891234_536'),(1545,'','','','1234567890537','','','','','','','','','','','','','','','01234567891234_537'),(1546,'','','','1234567890538','','','','','','','','','','','','','','','01234567891234_538'),(1547,'','','','1234567890539','','','','','','','','','','','','','','','01234567891234_539'),(1548,'','','','1234567890540','','','','','','','','','','','','','','','01234567891234_540'),(1549,'','','','1234567890541','','','','','','','','','','','','','','','01234567891234_541'),(1550,'','','','1234567890542','','','','','','','','','','','','','','','01234567891234_542'),(1551,'','','','1234567890543','','','','','','','','','','','','','','','01234567891234_543'),(1552,'','','','1234567890544','','','','','','','','','','','','','','','01234567891234_544'),(1553,'','','','1234567890545','','','','','','','','','','','','','','','01234567891234_545'),(1554,'','','','1234567890546','','','','','','','','','','','','','','','01234567891234_546'),(1555,'','','','1234567890547','','','','','','','','','','','','','','','01234567891234_547'),(1556,'','','','1234567890548','','','','','','','','','','','','','','','01234567891234_548'),(1557,'','','','1234567890549','','','','','','','','','','','','','','','01234567891234_549'),(1558,'','','','1234567890550','','','','','','','','','','','','','','','01234567891234_550'),(1559,'','','','1234567890551','','','','','','','','','','','','','','','01234567891234_551'),(1560,'','','','1234567890552','','','','','','','','','','','','','','','01234567891234_552'),(1561,'','','','1234567890553','','','','','','','','','','','','','','','01234567891234_553'),(1562,'','','','1234567890554','','','','','','','','','','','','','','','01234567891234_554'),(1563,'','','','1234567890555','','','','','','','','','','','','','','','01234567891234_555'),(1564,'','','','1234567890556','','','','','','','','','','','','','','','01234567891234_556'),(1565,'','','','1234567890557','','','','','','','','','','','','','','','01234567891234_557'),(1566,'','','','1234567890558','','','','','','','','','','','','','','','01234567891234_558'),(1567,'','','','1234567890559','','','','','','','','','','','','','','','01234567891234_559'),(1568,'','','','1234567890560','','','','','','','','','','','','','','','01234567891234_560'),(1569,'','','','1234567890561','','','','','','','','','','','','','','','01234567891234_561'),(1570,'','','','1234567890562','','','','','','','','','','','','','','','01234567891234_562'),(1571,'','','','1234567890563','','','','','','','','','','','','','','','01234567891234_563'),(1572,'','','','1234567890564','','','','','','','','','','','','','','','01234567891234_564'),(1573,'','','','1234567890565','','','','','','','','','','','','','','','01234567891234_565'),(1574,'','','','1234567890566','','','','','','','','','','','','','','','01234567891234_566'),(1575,'','','','1234567890567','','','','','','','','','','','','','','','01234567891234_567'),(1576,'','','','1234567890568','','','','','','','','','','','','','','','01234567891234_568'),(1577,'','','','1234567890569','','','','','','','','','','','','','','','01234567891234_569'),(1578,'','','','1234567890570','','','','','','','','','','','','','','','01234567891234_570'),(1579,'','','','1234567890571','','','','','','','','','','','','','','','01234567891234_571'),(1580,'','','','1234567890572','','','','','','','','','','','','','','','01234567891234_572'),(1581,'','','','1234567890573','','','','','','','','','','','','','','','01234567891234_573'),(1582,'','','','1234567890574','','','','','','','','','','','','','','','01234567891234_574'),(1583,'','','','1234567890575','','','','','','','','','','','','','','','01234567891234_575'),(1584,'','','','1234567890576','','','','','','','','','','','','','','','01234567891234_576'),(1585,'','','','1234567890577','','','','','','','','','','','','','','','01234567891234_577'),(1586,'','','','1234567890578','','','','','','','','','','','','','','','01234567891234_578'),(1587,'','','','1234567890579','','','','','','','','','','','','','','','01234567891234_579'),(1588,'','','','1234567890580','','','','','','','','','','','','','','','01234567891234_580'),(1589,'','','','1234567890581','','','','','','','','','','','','','','','01234567891234_581'),(1590,'','','','1234567890582','','','','','','','','','','','','','','','01234567891234_582'),(1591,'','','','1234567890583','','','','','','','','','','','','','','','01234567891234_583'),(1592,'','','','1234567890584','','','','','','','','','','','','','','','01234567891234_584'),(1593,'','','','1234567890585','','','','','','','','','','','','','','','01234567891234_585'),(1594,'','','','1234567890586','','','','','','','','','','','','','','','01234567891234_586'),(1595,'','','','1234567890587','','','','','','','','','','','','','','','01234567891234_587'),(1596,'','','','1234567890588','','','','','','','','','','','','','','','01234567891234_588'),(1597,'','','','1234567890589','','','','','','','','','','','','','','','01234567891234_589'),(1598,'','','','1234567890590','','','','','','','','','','','','','','','01234567891234_590'),(1599,'','','','1234567890591','','','','','','','','','','','','','','','01234567891234_591'),(1600,'','','','1234567890592','','','','','','','','','','','','','','','01234567891234_592'),(1601,'','','','1234567890593','','','','','','','','','','','','','','','01234567891234_593'),(1602,'','','','1234567890594','','','','','','','','','','','','','','','01234567891234_594'),(1603,'','','','1234567890595','','','','','','','','','','','','','','','01234567891234_595'),(1604,'','','','1234567890596','','','','','','','','','','','','','','','01234567891234_596'),(1605,'','','','1234567890597','','','','','','','','','','','','','','','01234567891234_597'),(1606,'','','','1234567890598','','','','','','','','','','','','','','','01234567891234_598'),(1607,'','','','1234567890599','','','','','','','','','','','','','','','01234567891234_599'),(1608,'','','','1234567890600','','','','','','','','','','','','','','','01234567891234_600'),(1609,'','','','1234567890601','','','','','','','','','','','','','','','01234567891234_601'),(1610,'','','','1234567890602','','','','','','','','','','','','','','','01234567891234_602'),(1611,'','','','1234567890603','','','','','','','','','','','','','','','01234567891234_603'),(1612,'','','','1234567890604','','','','','','','','','','','','','','','01234567891234_604'),(1613,'','','','1234567890605','','','','','','','','','','','','','','','01234567891234_605'),(1614,'','','','1234567890606','','','','','','','','','','','','','','','01234567891234_606'),(1615,'','','','1234567890607','','','','','','','','','','','','','','','01234567891234_607'),(1616,'','','','1234567890608','','','','','','','','','','','','','','','01234567891234_608'),(1617,'','','','1234567890609','','','','','','','','','','','','','','','01234567891234_609'),(1618,'','','','1234567890610','','','','','','','','','','','','','','','01234567891234_610'),(1619,'','','','1234567890611','','','','','','','','','','','','','','','01234567891234_611'),(1620,'','','','1234567890612','','','','','','','','','','','','','','','01234567891234_612'),(1621,'','','','1234567890613','','','','','','','','','','','','','','','01234567891234_613'),(1622,'','','','1234567890614','','','','','','','','','','','','','','','01234567891234_614'),(1623,'','','','1234567890615','','','','','','','','','','','','','','','01234567891234_615'),(1624,'','','','1234567890616','','','','','','','','','','','','','','','01234567891234_616'),(1625,'','','','1234567890617','','','','','','','','','','','','','','','01234567891234_617'),(1626,'','','','1234567890618','','','','','','','','','','','','','','','01234567891234_618'),(1627,'','','','1234567890619','','','','','','','','','','','','','','','01234567891234_619'),(1628,'','','','1234567890620','','','','','','','','','','','','','','','01234567891234_620'),(1629,'','','','1234567890621','','','','','','','','','','','','','','','01234567891234_621'),(1630,'','','','1234567890622','','','','','','','','','','','','','','','01234567891234_622'),(1631,'','','','1234567890623','','','','','','','','','','','','','','','01234567891234_623'),(1632,'','','','1234567890624','','','','','','','','','','','','','','','01234567891234_624'),(1633,'','','','1234567890625','','','','','','','','','','','','','','','01234567891234_625'),(1634,'','','','1234567890626','','','','','','','','','','','','','','','01234567891234_626'),(1635,'','','','1234567890627','','','','','','','','','','','','','','','01234567891234_627'),(1636,'','','','1234567890628','','','','','','','','','','','','','','','01234567891234_628'),(1637,'','','','1234567890629','','','','','','','','','','','','','','','01234567891234_629'),(1638,'','','','1234567890630','','','','','','','','','','','','','','','01234567891234_630'),(1639,'','','','1234567890631','','','','','','','','','','','','','','','01234567891234_631'),(1640,'','','','1234567890632','','','','','','','','','','','','','','','01234567891234_632'),(1641,'','','','1234567890633','','','','','','','','','','','','','','','01234567891234_633'),(1642,'','','','1234567890634','','','','','','','','','','','','','','','01234567891234_634'),(1643,'','','','1234567890635','','','','','','','','','','','','','','','01234567891234_635'),(1644,'','','','1234567890636','','','','','','','','','','','','','','','01234567891234_636'),(1645,'','','','1234567890637','','','','','','','','','','','','','','','01234567891234_637'),(1646,'','','','1234567890638','','','','','','','','','','','','','','','01234567891234_638'),(1647,'','','','1234567890639','','','','','','','','','','','','','','','01234567891234_639'),(1648,'','','','1234567890640','','','','','','','','','','','','','','','01234567891234_640'),(1649,'','','','1234567890641','','','','','','','','','','','','','','','01234567891234_641'),(1650,'','','','1234567890642','','','','','','','','','','','','','','','01234567891234_642'),(1651,'','','','1234567890643','','','','','','','','','','','','','','','01234567891234_643'),(1652,'','','','1234567890644','','','','','','','','','','','','','','','01234567891234_644'),(1653,'','','','1234567890645','','','','','','','','','','','','','','','01234567891234_645'),(1654,'','','','1234567890646','','','','','','','','','','','','','','','01234567891234_646'),(1655,'','','','1234567890647','','','','','','','','','','','','','','','01234567891234_647'),(1656,'','','','1234567890648','','','','','','','','','','','','','','','01234567891234_648'),(1657,'','','','1234567890649','','','','','','','','','','','','','','','01234567891234_649'),(1658,'','','','1234567890650','','','','','','','','','','','','','','','01234567891234_650'),(1659,'','','','1234567890651','','','','','','','','','','','','','','','01234567891234_651'),(1660,'','','','1234567890652','','','','','','','','','','','','','','','01234567891234_652'),(1661,'','','','1234567890653','','','','','','','','','','','','','','','01234567891234_653'),(1662,'','','','1234567890654','','','','','','','','','','','','','','','01234567891234_654'),(1663,'','','','1234567890655','','','','','','','','','','','','','','','01234567891234_655'),(1664,'','','','1234567890656','','','','','','','','','','','','','','','01234567891234_656'),(1665,'','','','1234567890657','','','','','','','','','','','','','','','01234567891234_657'),(1666,'','','','1234567890658','','','','','','','','','','','','','','','01234567891234_658'),(1667,'','','','1234567890659','','','','','','','','','','','','','','','01234567891234_659'),(1668,'','','','1234567890660','','','','','','','','','','','','','','','01234567891234_660'),(1669,'','','','1234567890661','','','','','','','','','','','','','','','01234567891234_661'),(1670,'','','','1234567890662','','','','','','','','','','','','','','','01234567891234_662'),(1671,'','','','1234567890663','','','','','','','','','','','','','','','01234567891234_663'),(1672,'','','','1234567890664','','','','','','','','','','','','','','','01234567891234_664'),(1673,'','','','1234567890665','','','','','','','','','','','','','','','01234567891234_665'),(1674,'','','','1234567890666','','','','','','','','','','','','','','','01234567891234_666'),(1675,'','','','1234567890667','','','','','','','','','','','','','','','01234567891234_667'),(1676,'','','','1234567890668','','','','','','','','','','','','','','','01234567891234_668'),(1677,'','','','1234567890669','','','','','','','','','','','','','','','01234567891234_669'),(1678,'','','','1234567890670','','','','','','','','','','','','','','','01234567891234_670'),(1679,'','','','1234567890671','','','','','','','','','','','','','','','01234567891234_671'),(1680,'','','','1234567890672','','','','','','','','','','','','','','','01234567891234_672'),(1681,'','','','1234567890673','','','','','','','','','','','','','','','01234567891234_673'),(1682,'','','','1234567890674','','','','','','','','','','','','','','','01234567891234_674'),(1683,'','','','1234567890675','','','','','','','','','','','','','','','01234567891234_675'),(1684,'','','','1234567890676','','','','','','','','','','','','','','','01234567891234_676'),(1685,'','','','1234567890677','','','','','','','','','','','','','','','01234567891234_677'),(1686,'','','','1234567890678','','','','','','','','','','','','','','','01234567891234_678'),(1687,'','','','1234567890679','','','','','','','','','','','','','','','01234567891234_679'),(1688,'','','','1234567890680','','','','','','','','','','','','','','','01234567891234_680'),(1689,'','','','1234567890681','','','','','','','','','','','','','','','01234567891234_681'),(1690,'','','','1234567890682','','','','','','','','','','','','','','','01234567891234_682'),(1691,'','','','1234567890683','','','','','','','','','','','','','','','01234567891234_683'),(1692,'','','','1234567890684','','','','','','','','','','','','','','','01234567891234_684'),(1693,'','','','1234567890685','','','','','','','','','','','','','','','01234567891234_685'),(1694,'','','','1234567890686','','','','','','','','','','','','','','','01234567891234_686'),(1695,'','','','1234567890687','','','','','','','','','','','','','','','01234567891234_687'),(1696,'','','','1234567890688','','','','','','','','','','','','','','','01234567891234_688'),(1697,'','','','1234567890689','','','','','','','','','','','','','','','01234567891234_689'),(1698,'','','','1234567890690','','','','','','','','','','','','','','','01234567891234_690'),(1699,'','','','1234567890691','','','','','','','','','','','','','','','01234567891234_691'),(1700,'','','','1234567890692','','','','','','','','','','','','','','','01234567891234_692'),(1701,'','','','1234567890693','','','','','','','','','','','','','','','01234567891234_693'),(1702,'','','','1234567890694','','','','','','','','','','','','','','','01234567891234_694'),(1703,'','','','1234567890695','','','','','','','','','','','','','','','01234567891234_695'),(1704,'','','','1234567890696','','','','','','','','','','','','','','','01234567891234_696'),(1705,'','','','1234567890697','','','','','','','','','','','','','','','01234567891234_697'),(1706,'','','','1234567890698','','','','','','','','','','','','','','','01234567891234_698'),(1707,'','','','1234567890699','','','','','','','','','','','','','','','01234567891234_699'),(1708,'','','','1234567890700','','','','','','','','','','','','','','','01234567891234_700'),(1709,'','','','1234567890701','','','','','','','','','','','','','','','01234567891234_701'),(1710,'','','','1234567890702','','','','','','','','','','','','','','','01234567891234_702'),(1711,'','','','1234567890703','','','','','','','','','','','','','','','01234567891234_703'),(1712,'','','','1234567890704','','','','','','','','','','','','','','','01234567891234_704'),(1713,'','','','1234567890705','','','','','','','','','','','','','','','01234567891234_705'),(1714,'','','','1234567890706','','','','','','','','','','','','','','','01234567891234_706'),(1715,'','','','1234567890707','','','','','','','','','','','','','','','01234567891234_707'),(1716,'','','','1234567890708','','','','','','','','','','','','','','','01234567891234_708'),(1717,'','','','1234567890709','','','','','','','','','','','','','','','01234567891234_709'),(1718,'','','','1234567890710','','','','','','','','','','','','','','','01234567891234_710'),(1719,'','','','1234567890711','','','','','','','','','','','','','','','01234567891234_711'),(1720,'','','','1234567890712','','','','','','','','','','','','','','','01234567891234_712'),(1721,'','','','1234567890713','','','','','','','','','','','','','','','01234567891234_713'),(1722,'','','','1234567890714','','','','','','','','','','','','','','','01234567891234_714'),(1723,'','','','1234567890715','','','','','','','','','','','','','','','01234567891234_715'),(1724,'','','','1234567890716','','','','','','','','','','','','','','','01234567891234_716'),(1725,'','','','1234567890717','','','','','','','','','','','','','','','01234567891234_717'),(1726,'','','','1234567890718','','','','','','','','','','','','','','','01234567891234_718'),(1727,'','','','1234567890719','','','','','','','','','','','','','','','01234567891234_719'),(1728,'','','','1234567890720','','','','','','','','','','','','','','','01234567891234_720'),(1729,'','','','1234567890721','','','','','','','','','','','','','','','01234567891234_721'),(1730,'','','','1234567890722','','','','','','','','','','','','','','','01234567891234_722'),(1731,'','','','1234567890723','','','','','','','','','','','','','','','01234567891234_723'),(1732,'','','','1234567890724','','','','','','','','','','','','','','','01234567891234_724'),(1733,'','','','1234567890725','','','','','','','','','','','','','','','01234567891234_725'),(1734,'','','','1234567890726','','','','','','','','','','','','','','','01234567891234_726'),(1735,'','','','1234567890727','','','','','','','','','','','','','','','01234567891234_727'),(1736,'','','','1234567890728','','','','','','','','','','','','','','','01234567891234_728'),(1737,'','','','1234567890729','','','','','','','','','','','','','','','01234567891234_729'),(1738,'','','','1234567890730','','','','','','','','','','','','','','','01234567891234_730'),(1739,'','','','1234567890731','','','','','','','','','','','','','','','01234567891234_731'),(1740,'','','','1234567890732','','','','','','','','','','','','','','','01234567891234_732'),(1741,'','','','1234567890733','','','','','','','','','','','','','','','01234567891234_733'),(1742,'','','','1234567890734','','','','','','','','','','','','','','','01234567891234_734'),(1743,'','','','1234567890735','','','','','','','','','','','','','','','01234567891234_735'),(1744,'','','','1234567890736','','','','','','','','','','','','','','','01234567891234_736'),(1745,'','','','1234567890737','','','','','','','','','','','','','','','01234567891234_737'),(1746,'','','','1234567890738','','','','','','','','','','','','','','','01234567891234_738'),(1747,'','','','1234567890739','','','','','','','','','','','','','','','01234567891234_739'),(1748,'','','','1234567890740','','','','','','','','','','','','','','','01234567891234_740'),(1749,'','','','1234567890741','','','','','','','','','','','','','','','01234567891234_741'),(1750,'','','','1234567890742','','','','','','','','','','','','','','','01234567891234_742'),(1751,'','','','1234567890743','','','','','','','','','','','','','','','01234567891234_743'),(1752,'','','','1234567890744','','','','','','','','','','','','','','','01234567891234_744'),(1753,'','','','1234567890745','','','','','','','','','','','','','','','01234567891234_745'),(1754,'','','','1234567890746','','','','','','','','','','','','','','','01234567891234_746'),(1755,'','','','1234567890747','','','','','','','','','','','','','','','01234567891234_747'),(1756,'','','','1234567890748','','','','','','','','','','','','','','','01234567891234_748'),(1757,'','','','1234567890749','','','','','','','','','','','','','','','01234567891234_749'),(1758,'','','','1234567890750','','','','','','','','','','','','','','','01234567891234_750'),(1759,'','','','1234567890751','','','','','','','','','','','','','','','01234567891234_751'),(1760,'','','','1234567890752','','','','','','','','','','','','','','','01234567891234_752'),(1761,'','','','1234567890753','','','','','','','','','','','','','','','01234567891234_753'),(1762,'','','','1234567890754','','','','','','','','','','','','','','','01234567891234_754'),(1763,'','','','1234567890755','','','','','','','','','','','','','','','01234567891234_755'),(1764,'','','','1234567890756','','','','','','','','','','','','','','','01234567891234_756'),(1765,'','','','1234567890757','','','','','','','','','','','','','','','01234567891234_757'),(1766,'','','','1234567890758','','','','','','','','','','','','','','','01234567891234_758'),(1767,'','','','1234567890759','','','','','','','','','','','','','','','01234567891234_759'),(1768,'','','','1234567890760','','','','','','','','','','','','','','','01234567891234_760'),(1769,'','','','1234567890761','','','','','','','','','','','','','','','01234567891234_761'),(1770,'','','','1234567890762','','','','','','','','','','','','','','','01234567891234_762'),(1771,'','','','1234567890763','','','','','','','','','','','','','','','01234567891234_763'),(1772,'','','','1234567890764','','','','','','','','','','','','','','','01234567891234_764'),(1773,'','','','1234567890765','','','','','','','','','','','','','','','01234567891234_765'),(1774,'','','','1234567890766','','','','','','','','','','','','','','','01234567891234_766'),(1775,'','','','1234567890767','','','','','','','','','','','','','','','01234567891234_767'),(1776,'','','','1234567890768','','','','','','','','','','','','','','','01234567891234_768'),(1777,'','','','1234567890769','','','','','','','','','','','','','','','01234567891234_769'),(1778,'','','','1234567890770','','','','','','','','','','','','','','','01234567891234_770'),(1779,'','','','1234567890771','','','','','','','','','','','','','','','01234567891234_771'),(1780,'','','','1234567890772','','','','','','','','','','','','','','','01234567891234_772'),(1781,'','','','1234567890773','','','','','','','','','','','','','','','01234567891234_773'),(1782,'','','','1234567890774','','','','','','','','','','','','','','','01234567891234_774'),(1783,'','','','1234567890775','','','','','','','','','','','','','','','01234567891234_775'),(1784,'','','','1234567890776','','','','','','','','','','','','','','','01234567891234_776'),(1785,'','','','1234567890777','','','','','','','','','','','','','','','01234567891234_777'),(1786,'','','','1234567890778','','','','','','','','','','','','','','','01234567891234_778'),(1787,'','','','1234567890779','','','','','','','','','','','','','','','01234567891234_779'),(1788,'','','','1234567890780','','','','','','','','','','','','','','','01234567891234_780'),(1789,'','','','1234567890781','','','','','','','','','','','','','','','01234567891234_781'),(1790,'','','','1234567890782','','','','','','','','','','','','','','','01234567891234_782'),(1791,'','','','1234567890783','','','','','','','','','','','','','','','01234567891234_783'),(1792,'','','','1234567890784','','','','','','','','','','','','','','','01234567891234_784'),(1793,'','','','1234567890785','','','','','','','','','','','','','','','01234567891234_785'),(1794,'','','','1234567890786','','','','','','','','','','','','','','','01234567891234_786'),(1795,'','','','1234567890787','','','','','','','','','','','','','','','01234567891234_787'),(1796,'','','','1234567890788','','','','','','','','','','','','','','','01234567891234_788'),(1797,'','','','1234567890789','','','','','','','','','','','','','','','01234567891234_789'),(1798,'','','','1234567890790','','','','','','','','','','','','','','','01234567891234_790'),(1799,'','','','1234567890791','','','','','','','','','','','','','','','01234567891234_791'),(1800,'','','','1234567890792','','','','','','','','','','','','','','','01234567891234_792'),(1801,'','','','1234567890793','','','','','','','','','','','','','','','01234567891234_793'),(1802,'','','','1234567890794','','','','','','','','','','','','','','','01234567891234_794'),(1803,'','','','1234567890795','','','','','','','','','','','','','','','01234567891234_795'),(1804,'','','','1234567890796','','','','','','','','','','','','','','','01234567891234_796'),(1805,'','','','1234567890797','','','','','','','','','','','','','','','01234567891234_797'),(1806,'','','','1234567890798','','','','','','','','','','','','','','','01234567891234_798'),(1807,'','','','1234567890799','','','','','','','','','','','','','','','01234567891234_799'),(1808,'','','','1234567890800','','','','','','','','','','','','','','','01234567891234_800'),(1809,'','','','1234567890801','','','','','','','','','','','','','','','01234567891234_801'),(1810,'','','','1234567890802','','','','','','','','','','','','','','','01234567891234_802'),(1811,'','','','1234567890803','','','','','','','','','','','','','','','01234567891234_803'),(1812,'','','','1234567890804','','','','','','','','','','','','','','','01234567891234_804'),(1813,'','','','1234567890805','','','','','','','','','','','','','','','01234567891234_805'),(1814,'','','','1234567890806','','','','','','','','','','','','','','','01234567891234_806'),(1815,'','','','1234567890807','','','','','','','','','','','','','','','01234567891234_807'),(1816,'','','','1234567890808','','','','','','','','','','','','','','','01234567891234_808'),(1817,'','','','1234567890809','','','','','','','','','','','','','','','01234567891234_809'),(1818,'','','','1234567890810','','','','','','','','','','','','','','','01234567891234_810'),(1819,'','','','1234567890811','','','','','','','','','','','','','','','01234567891234_811'),(1820,'','','','1234567890812','','','','','','','','','','','','','','','01234567891234_812'),(1821,'','','','1234567890813','','','','','','','','','','','','','','','01234567891234_813'),(1822,'','','','1234567890814','','','','','','','','','','','','','','','01234567891234_814'),(1823,'','','','1234567890815','','','','','','','','','','','','','','','01234567891234_815'),(1824,'','','','1234567890816','','','','','','','','','','','','','','','01234567891234_816'),(1825,'','','','1234567890817','','','','','','','','','','','','','','','01234567891234_817'),(1826,'','','','1234567890818','','','','','','','','','','','','','','','01234567891234_818'),(1827,'','','','1234567890819','','','','','','','','','','','','','','','01234567891234_819'),(1828,'','','','1234567890820','','','','','','','','','','','','','','','01234567891234_820'),(1829,'','','','1234567890821','','','','','','','','','','','','','','','01234567891234_821'),(1830,'','','','1234567890822','','','','','','','','','','','','','','','01234567891234_822'),(1831,'','','','1234567890823','','','','','','','','','','','','','','','01234567891234_823'),(1832,'','','','1234567890824','','','','','','','','','','','','','','','01234567891234_824'),(1833,'','','','1234567890825','','','','','','','','','','','','','','','01234567891234_825'),(1834,'','','','1234567890826','','','','','','','','','','','','','','','01234567891234_826'),(1835,'','','','1234567890827','','','','','','','','','','','','','','','01234567891234_827'),(1836,'','','','1234567890828','','','','','','','','','','','','','','','01234567891234_828'),(1837,'','','','1234567890829','','','','','','','','','','','','','','','01234567891234_829'),(1838,'','','','1234567890830','','','','','','','','','','','','','','','01234567891234_830'),(1839,'','','','1234567890831','','','','','','','','','','','','','','','01234567891234_831'),(1840,'','','','1234567890832','','','','','','','','','','','','','','','01234567891234_832'),(1841,'','','','1234567890833','','','','','','','','','','','','','','','01234567891234_833'),(1842,'','','','1234567890834','','','','','','','','','','','','','','','01234567891234_834'),(1843,'','','','1234567890835','','','','','','','','','','','','','','','01234567891234_835'),(1844,'','','','1234567890836','','','','','','','','','','','','','','','01234567891234_836'),(1845,'','','','1234567890837','','','','','','','','','','','','','','','01234567891234_837'),(1846,'','','','1234567890838','','','','','','','','','','','','','','','01234567891234_838'),(1847,'','','','1234567890839','','','','','','','','','','','','','','','01234567891234_839'),(1848,'','','','1234567890840','','','','','','','','','','','','','','','01234567891234_840'),(1849,'','','','1234567890841','','','','','','','','','','','','','','','01234567891234_841'),(1850,'','','','1234567890842','','','','','','','','','','','','','','','01234567891234_842'),(1851,'','','','1234567890843','','','','','','','','','','','','','','','01234567891234_843'),(1852,'','','','1234567890844','','','','','','','','','','','','','','','01234567891234_844'),(1853,'','','','1234567890845','','','','','','','','','','','','','','','01234567891234_845'),(1854,'','','','1234567890846','','','','','','','','','','','','','','','01234567891234_846'),(1855,'','','','1234567890847','','','','','','','','','','','','','','','01234567891234_847'),(1856,'','','','1234567890848','','','','','','','','','','','','','','','01234567891234_848'),(1857,'','','','1234567890849','','','','','','','','','','','','','','','01234567891234_849'),(1858,'','','','1234567890850','','','','','','','','','','','','','','','01234567891234_850'),(1859,'','','','1234567890851','','','','','','','','','','','','','','','01234567891234_851'),(1860,'','','','1234567890852','','','','','','','','','','','','','','','01234567891234_852'),(1861,'','','','1234567890853','','','','','','','','','','','','','','','01234567891234_853'),(1862,'','','','1234567890854','','','','','','','','','','','','','','','01234567891234_854'),(1863,'','','','1234567890855','','','','','','','','','','','','','','','01234567891234_855'),(1864,'','','','1234567890856','','','','','','','','','','','','','','','01234567891234_856'),(1865,'','','','1234567890857','','','','','','','','','','','','','','','01234567891234_857'),(1866,'','','','1234567890858','','','','','','','','','','','','','','','01234567891234_858'),(1867,'','','','1234567890859','','','','','','','','','','','','','','','01234567891234_859'),(1868,'','','','1234567890860','','','','','','','','','','','','','','','01234567891234_860'),(1869,'','','','1234567890861','','','','','','','','','','','','','','','01234567891234_861'),(1870,'','','','1234567890862','','','','','','','','','','','','','','','01234567891234_862'),(1871,'','','','1234567890863','','','','','','','','','','','','','','','01234567891234_863'),(1872,'','','','1234567890864','','','','','','','','','','','','','','','01234567891234_864'),(1873,'','','','1234567890865','','','','','','','','','','','','','','','01234567891234_865'),(1874,'','','','1234567890866','','','','','','','','','','','','','','','01234567891234_866'),(1875,'','','','1234567890867','','','','','','','','','','','','','','','01234567891234_867'),(1876,'','','','1234567890868','','','','','','','','','','','','','','','01234567891234_868'),(1877,'','','','1234567890869','','','','','','','','','','','','','','','01234567891234_869'),(1878,'','','','1234567890870','','','','','','','','','','','','','','','01234567891234_870'),(1879,'','','','1234567890871','','','','','','','','','','','','','','','01234567891234_871'),(1880,'','','','1234567890872','','','','','','','','','','','','','','','01234567891234_872'),(1881,'','','','1234567890873','','','','','','','','','','','','','','','01234567891234_873'),(1882,'','','','1234567890874','','','','','','','','','','','','','','','01234567891234_874'),(1883,'','','','1234567890875','','','','','','','','','','','','','','','01234567891234_875'),(1884,'','','','1234567890876','','','','','','','','','','','','','','','01234567891234_876'),(1885,'','','','1234567890877','','','','','','','','','','','','','','','01234567891234_877'),(1886,'','','','1234567890878','','','','','','','','','','','','','','','01234567891234_878'),(1887,'','','','1234567890879','','','','','','','','','','','','','','','01234567891234_879'),(1888,'','','','1234567890880','','','','','','','','','','','','','','','01234567891234_880'),(1889,'','','','1234567890881','','','','','','','','','','','','','','','01234567891234_881'),(1890,'','','','1234567890882','','','','','','','','','','','','','','','01234567891234_882'),(1891,'','','','1234567890883','','','','','','','','','','','','','','','01234567891234_883'),(1892,'','','','1234567890884','','','','','','','','','','','','','','','01234567891234_884'),(1893,'','','','1234567890885','','','','','','','','','','','','','','','01234567891234_885'),(1894,'','','','1234567890886','','','','','','','','','','','','','','','01234567891234_886'),(1895,'','','','1234567890887','','','','','','','','','','','','','','','01234567891234_887'),(1896,'','','','1234567890888','','','','','','','','','','','','','','','01234567891234_888'),(1897,'','','','1234567890889','','','','','','','','','','','','','','','01234567891234_889'),(1898,'','','','1234567890890','','','','','','','','','','','','','','','01234567891234_890'),(1899,'','','','1234567890891','','','','','','','','','','','','','','','01234567891234_891'),(1900,'','','','1234567890892','','','','','','','','','','','','','','','01234567891234_892'),(1901,'','','','1234567890893','','','','','','','','','','','','','','','01234567891234_893'),(1902,'','','','1234567890894','','','','','','','','','','','','','','','01234567891234_894'),(1903,'','','','1234567890895','','','','','','','','','','','','','','','01234567891234_895'),(1904,'','','','1234567890896','','','','','','','','','','','','','','','01234567891234_896'),(1905,'','','','1234567890897','','','','','','','','','','','','','','','01234567891234_897'),(1906,'','','','1234567890898','','','','','','','','','','','','','','','01234567891234_898'),(1907,'','','','1234567890899','','','','','','','','','','','','','','','01234567891234_899'),(1908,'','','','1234567890900','','','','','','','','','','','','','','','01234567891234_900'),(1909,'','','','1234567890901','','','','','','','','','','','','','','','01234567891234_901'),(1910,'','','','1234567890902','','','','','','','','','','','','','','','01234567891234_902'),(1911,'','','','1234567890903','','','','','','','','','','','','','','','01234567891234_903'),(1912,'','','','1234567890904','','','','','','','','','','','','','','','01234567891234_904'),(1913,'','','','1234567890905','','','','','','','','','','','','','','','01234567891234_905'),(1914,'','','','1234567890906','','','','','','','','','','','','','','','01234567891234_906'),(1915,'','','','1234567890907','','','','','','','','','','','','','','','01234567891234_907'),(1916,'','','','1234567890908','','','','','','','','','','','','','','','01234567891234_908'),(1917,'','','','1234567890909','','','','','','','','','','','','','','','01234567891234_909'),(1918,'','','','1234567890910','','','','','','','','','','','','','','','01234567891234_910'),(1919,'','','','1234567890911','','','','','','','','','','','','','','','01234567891234_911'),(1920,'','','','1234567890912','','','','','','','','','','','','','','','01234567891234_912'),(1921,'','','','1234567890913','','','','','','','','','','','','','','','01234567891234_913'),(1922,'','','','1234567890914','','','','','','','','','','','','','','','01234567891234_914'),(1923,'','','','1234567890915','','','','','','','','','','','','','','','01234567891234_915'),(1924,'','','','1234567890916','','','','','','','','','','','','','','','01234567891234_916'),(1925,'','','','1234567890917','','','','','','','','','','','','','','','01234567891234_917'),(1926,'','','','1234567890918','','','','','','','','','','','','','','','01234567891234_918'),(1927,'','','','1234567890919','','','','','','','','','','','','','','','01234567891234_919'),(1928,'','','','1234567890920','','','','','','','','','','','','','','','01234567891234_920'),(1929,'','','','1234567890921','','','','','','','','','','','','','','','01234567891234_921'),(1930,'','','','1234567890922','','','','','','','','','','','','','','','01234567891234_922'),(1931,'','','','1234567890923','','','','','','','','','','','','','','','01234567891234_923'),(1932,'','','','1234567890924','','','','','','','','','','','','','','','01234567891234_924'),(1933,'','','','1234567890925','','','','','','','','','','','','','','','01234567891234_925'),(1934,'','','','1234567890926','','','','','','','','','','','','','','','01234567891234_926'),(1935,'','','','1234567890927','','','','','','','','','','','','','','','01234567891234_927'),(1936,'','','','1234567890928','','','','','','','','','','','','','','','01234567891234_928'),(1937,'','','','1234567890929','','','','','','','','','','','','','','','01234567891234_929'),(1938,'','','','1234567890930','','','','','','','','','','','','','','','01234567891234_930'),(1939,'','','','1234567890931','','','','','','','','','','','','','','','01234567891234_931'),(1940,'','','','1234567890932','','','','','','','','','','','','','','','01234567891234_932'),(1941,'','','','1234567890933','','','','','','','','','','','','','','','01234567891234_933'),(1942,'','','','1234567890934','','','','','','','','','','','','','','','01234567891234_934'),(1943,'','','','1234567890935','','','','','','','','','','','','','','','01234567891234_935'),(1944,'','','','1234567890936','','','','','','','','','','','','','','','01234567891234_936'),(1945,'','','','1234567890937','','','','','','','','','','','','','','','01234567891234_937'),(1946,'','','','1234567890938','','','','','','','','','','','','','','','01234567891234_938'),(1947,'','','','1234567890939','','','','','','','','','','','','','','','01234567891234_939'),(1948,'','','','1234567890940','','','','','','','','','','','','','','','01234567891234_940'),(1949,'','','','1234567890941','','','','','','','','','','','','','','','01234567891234_941'),(1950,'','','','1234567890942','','','','','','','','','','','','','','','01234567891234_942'),(1951,'','','','1234567890943','','','','','','','','','','','','','','','01234567891234_943'),(1952,'','','','1234567890944','','','','','','','','','','','','','','','01234567891234_944'),(1953,'','','','1234567890945','','','','','','','','','','','','','','','01234567891234_945'),(1954,'','','','1234567890946','','','','','','','','','','','','','','','01234567891234_946'),(1955,'','','','1234567890947','','','','','','','','','','','','','','','01234567891234_947'),(1956,'','','','1234567890948','','','','','','','','','','','','','','','01234567891234_948'),(1957,'','','','1234567890949','','','','','','','','','','','','','','','01234567891234_949'),(1958,'','','','1234567890950','','','','','','','','','','','','','','','01234567891234_950'),(1959,'','','','1234567890951','','','','','','','','','','','','','','','01234567891234_951'),(1960,'','','','1234567890952','','','','','','','','','','','','','','','01234567891234_952'),(1961,'','','','1234567890953','','','','','','','','','','','','','','','01234567891234_953'),(1962,'','','','1234567890954','','','','','','','','','','','','','','','01234567891234_954'),(1963,'','','','1234567890955','','','','','','','','','','','','','','','01234567891234_955'),(1964,'','','','1234567890956','','','','','','','','','','','','','','','01234567891234_956'),(1965,'','','','1234567890957','','','','','','','','','','','','','','','01234567891234_957'),(1966,'','','','1234567890958','','','','','','','','','','','','','','','01234567891234_958'),(1967,'','','','1234567890959','','','','','','','','','','','','','','','01234567891234_959'),(1968,'','','','1234567890960','','','','','','','','','','','','','','','01234567891234_960'),(1969,'','','','1234567890961','','','','','','','','','','','','','','','01234567891234_961'),(1970,'','','','1234567890962','','','','','','','','','','','','','','','01234567891234_962'),(1971,'','','','1234567890963','','','','','','','','','','','','','','','01234567891234_963'),(1972,'','','','1234567890964','','','','','','','','','','','','','','','01234567891234_964'),(1973,'','','','1234567890965','','','','','','','','','','','','','','','01234567891234_965'),(1974,'','','','1234567890966','','','','','','','','','','','','','','','01234567891234_966'),(1975,'','','','1234567890967','','','','','','','','','','','','','','','01234567891234_967'),(1976,'','','','1234567890968','','','','','','','','','','','','','','','01234567891234_968'),(1977,'','','','1234567890969','','','','','','','','','','','','','','','01234567891234_969'),(1978,'','','','1234567890970','','','','','','','','','','','','','','','01234567891234_970'),(1979,'','','','1234567890971','','','','','','','','','','','','','','','01234567891234_971'),(1980,'','','','1234567890972','','','','','','','','','','','','','','','01234567891234_972'),(1981,'','','','1234567890973','','','','','','','','','','','','','','','01234567891234_973'),(1982,'','','','1234567890974','','','','','','','','','','','','','','','01234567891234_974'),(1983,'','','','1234567890975','','','','','','','','','','','','','','','01234567891234_975'),(1984,'','','','1234567890976','','','','','','','','','','','','','','','01234567891234_976'),(1985,'','','','1234567890977','','','','','','','','','','','','','','','01234567891234_977'),(1986,'','','','1234567890978','','','','','','','','','','','','','','','01234567891234_978'),(1987,'','','','1234567890979','','','','','','','','','','','','','','','01234567891234_979'),(1988,'','','','1234567890980','','','','','','','','','','','','','','','01234567891234_980'),(1989,'','','','1234567890981','','','','','','','','','','','','','','','01234567891234_981'),(1990,'','','','1234567890982','','','','','','','','','','','','','','','01234567891234_982'),(1991,'','','','1234567890983','','','','','','','','','','','','','','','01234567891234_983'),(1992,'','','','1234567890984','','','','','','','','','','','','','','','01234567891234_984'),(1993,'','','','1234567890985','','','','','','','','','','','','','','','01234567891234_985'),(1994,'','','','1234567890986','','','','','','','','','','','','','','','01234567891234_986'),(1995,'','','','1234567890987','','','','','','','','','','','','','','','01234567891234_987'),(1996,'','','','1234567890988','','','','','','','','','','','','','','','01234567891234_988'),(1997,'','','','1234567890989','','','','','','','','','','','','','','','01234567891234_989'),(1998,'','','','1234567890990','','','','','','','','','','','','','','','01234567891234_990'),(1999,'','','','1234567890991','','','','','','','','','','','','','','','01234567891234_991'),(2000,'','','','1234567890992','','','','','','','','','','','','','','','01234567891234_992'),(2001,'','','','1234567890993','','','','','','','','','','','','','','','01234567891234_993'),(2002,'','','','1234567890994','','','','','','','','','','','','','','','01234567891234_994'),(2003,'','','','1234567890995','','','','','','','','','','','','','','','01234567891234_995'),(2004,'','','','1234567890996','','','','','','','','','','','','','','','01234567891234_996'),(2005,'','','','1234567890997','','','','','','','','','','','','','','','01234567891234_997'),(2006,'','','','1234567890998','','','','','','','','','','','','','','','01234567891234_998'),(2007,'','','','1234567890999','','','','','','','','','','','','','','','01234567891234_999'),(2008,'无活动','355799055719783','01','+8615527527951','cn','46001','CHN-UNICOM','UMTS网络','','中国联通','460017522403632','cn','46001','就绪状态','89860116871001444112','','语音信箱','null','460017522403632'),(2009,'无活动','865473022650843','8654730226508418','null','','','','EDGE网络','','无法获取','null','','','','null','','语音信箱','null','b4305285b578');
UNLOCK TABLES;
/*Table structure for table `android_prolist` */
DROP TABLE IF EXISTS `android_prolist`;
CREATE TABLE `android_prolist` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) DEFAULT NULL,
`uid` int(11) DEFAULT NULL,
`memSize` int(11) DEFAULT NULL,
`processName` varchar(256) DEFAULT NULL,
`processLabel` varchar(256) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9788 DEFAULT CHARSET=utf8;
/*Data for the table `android_prolist` */
LOCK TABLES `android_prolist` WRITE;
insert into `android_prolist`(`id`,`pid`,`uid`,`memSize`,`processName`,`processLabel`,`IMSI`) values (3124,1238,10014,23828,'com.miui.home','系统桌面','460005654915561'),(3125,1912,1000,3188,'com.miui.networkassistant.deamon','','460005654915561'),(3126,14176,10153,4328,'com.androidxy.gc.androidxy','AndroidXY','460005654915561'),(3127,5214,10002,5232,'com.qihoo.daemon','','460005654915561'),(3128,14751,10073,2100,'com.xiaomi.account','我的小米','460005654915561'),(3129,8865,10113,6384,'com.mfashiongallery.emag','小米锁屏画报','460005654915561'),(3130,1273,1000,3696,'com.android.settings','设置','460005654915561'),(3131,31250,10153,2108,'.AndroidXYService','','460005654915561'),(3132,25488,10002,9444,'com.qihoo.appstore','360手机助手','460005654915561'),(3133,1420,10115,3372,'com.miui.systemAdSolution','msa','460005654915561'),(3134,1486,10111,2408,'com.miui.analytics','Analytics','460005654915561'),(3135,17773,10023,3444,'com.miui.weather2','天气','460005654915561'),(3136,1641,1000,3320,'com.miui.securitycenter.remote','','460005654915561'),(3137,14805,10115,452,'com.miui.systemAdSolution:remote','','460005654915561'),(3138,24919,10008,6188,'android.process.media','','460005654915561'),(3139,15708,10004,6308,'com.android.calendar','日历','460005654915561'),(3140,1730,10006,4448,'android.process.acore','','460005654915561'),(3141,1746,10000,2780,'com.lbe.security.miui','授权管理','460005654915561'),(3142,1608,1000,3732,'com.miui.powerkeeper:service','','460005654915561'),(3143,1632,10082,880,'com.miui.sysbase','SystemBaseFunctions','460005654915561'),(3144,2158,10039,2828,'com.miui.guardprovider','MIUI安全组件','460005654915561'),(3145,1544,1001,1784,'com.miui.voip','免费电话','460005654915561'),(3146,2115,1000,1452,'com.miui.antispam:provider','','460005654915561'),(3147,1311,10079,6100,'com.baidu.input_mi','百度输入法小米版','460005654915561'),(3148,2099,10090,208,'com.iflytek.speechcloud','语音设置','460005654915561'),(3149,2029,10007,1564,'com.android.defcontainer','应用包访问权限帮助程序','460005654915561'),(3150,1790,10042,3028,'com.android.incallui','电话','460005654915561'),(3151,1324,10100,1212,'com.baidu.map.location','网络位置','460005654915561'),(3152,1342,10112,896,'com.xiaomi.metok','Metok','460005654915561'),(3153,1591,10072,164,'com.android.smspush','com.android.smspush','460005654915561'),(3154,1401,10074,3756,'com.xiaomi.xmsf','小米服务框架','460005654915561'),(3155,1386,1000,3648,'com.miui.whetstone','Whetstone','460005654915561'),(3156,1366,10109,3540,'com.xiaomi.finddevice','查找手机','460005654915561'),(3157,1360,1001,5936,'com.android.phone','通讯服务','460005654915561'),(3158,1145,1000,16352,'com.android.systemui','系统用户界面','460005654915561'),(3159,1172,10105,920,'com.miui.core','MIUI SDK','460005654915561'),(3160,1048,1000,14596,'system','Android 系统','460005654915561'),(9508,6899,10073,2956,'com.androidxy.gc.androidxy','AndroidXY','020000000000'),(9750,30756,10042,4292,'com.kingroot.kinguser','授权管理','460017522403632'),(9751,30679,1000,2028,'com.android.settings','设置','460017522403632'),(9752,18314,10039,2976,'com.miui.weather2:weatherservice','','460017522403632'),(9753,30924,10015,488,'com.android.quicksearchbox','搜索','460017522403632'),(9754,31186,10044,2632,'com.wandoujia.phoenix2.usbproxy','豌豆荚连接服务','460017522403632'),(9755,30883,10025,404,'com.miui.guardprovider:remote','','460017522403632'),(9756,3523,10027,5976,'com.lbe.security.miui:service','','460017522403632'),(9757,15089,10026,2860,'com.cleanmaster.sdk','Cheetah Mobile CleanMaster SDK','460017522403632'),(9758,1566,10010,1992,'com.miui.gallery','图库','460017522403632'),(9759,14685,1000,1708,'com.android.settings:remote','','460017522403632'),(9760,3372,10017,3012,'com.baidu.map.location','NetworkLocation','460017522403632'),(9761,3736,1002,536,'com.android.bluetooth','蓝牙共享','460017522403632'),(9762,3437,10027,468,'com.lbe.security.miui','授权管理','460017522403632'),(9763,3414,1027,3236,'com.android.nfc','NFC 服务','460017522403632'),(9764,3390,1001,3992,'com.android.phone','手机','460017522403632'),(9765,3108,1000,64392,'system','Android 系统','460017522403632'),(9766,3108,1000,64392,'system','Android 系统','460017522403632'),(9767,3108,1000,64392,'system','Android 系统','460017522403632'),(9768,3108,1000,64392,'system','Android 系统','460017522403632'),(9769,3108,1000,64392,'system','Android 系统','460017522403632'),(9770,3108,1000,64392,'system','Android 系统','460017522403632'),(9771,3108,1000,64392,'system','Android 系统','460017522403632'),(9772,3108,1000,64392,'system','Android 系统','460017522403632'),(9773,3108,1000,64392,'system','Android 系统','460017522403632'),(9774,3108,1000,64392,'system','Android 系统','460017522403632'),(9775,3108,1000,64392,'system','Android 系统','460017522403632'),(9776,3108,1000,64392,'system','Android 系统','460017522403632'),(9777,3108,1000,64392,'system','Android 系统','460017522403632'),(9778,3108,1000,64392,'system','Android 系统','460017522403632'),(9779,3108,1000,64392,'system','Android 系统','460017522403632'),(9780,3108,1000,64392,'system','Android 系统','460017522403632'),(9781,3108,1000,64392,'system','Android 系统','460017522403632'),(9782,3108,1000,64392,'system','Android 系统','460017522403632'),(9783,3108,1000,64392,'system','Android 系统','460017522403632'),(9784,3108,1000,64392,'system','Android 系统','460017522403632'),(9785,3108,1000,64392,'system','Android 系统','460017522403632'),(9786,3108,1000,64392,'system','Android 系统','460017522403632'),(9787,3108,1000,64392,'system','Android 系统','460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_returntext` */
DROP TABLE IF EXISTS `android_returntext`;
CREATE TABLE `android_returntext` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`returntext` tinytext,
`datetime` datetime DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8;
/*Data for the table `android_returntext` */
LOCK TABLES `android_returntext` WRITE;
insert into `android_returntext`(`id`,`returntext`,`datetime`,`IMSI`) values (113,'U','2016-10-10 10:58:51','460005654915561'),(116,'Command Run Error','2017-01-23 08:19:06','310260000000000');
UNLOCK TABLES;
/*Table structure for table `android_smsr` */
DROP TABLE IF EXISTS `android_smsr`;
CREATE TABLE `android_smsr` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) DEFAULT NULL,
`phoneNumber` varchar(20) DEFAULT NULL,
`smsbody` varchar(512) DEFAULT NULL,
`date` varchar(20) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`IMSI` varchar(18) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9475 DEFAULT CHARSET=utf8;
/*Data for the table `android_smsr` */
LOCK TABLES `android_smsr` WRITE;
insert into `android_smsr`(`id`,`name`,`phoneNumber`,`smsbody`,`date`,`type`,`IMSI`) values (700,'null','13871308095','好的','2016-09-06 12:13:38','接收','460005654915561'),(701,'null','13871308095','还不饿,等刘光璞一起','2016-07-05 06:19:52','接收','460005654915561'),(702,'null','13476218656','你好,在路上吧,你问了李琼没有,你问问他沙,他也爱玩的人','2016-02-26 01:06:56','发送','460005654915561'),(703,'null','15885260878','忙不忙,八妹可能忙,没有跟你说吧,你又不玩微信,就是你们哪里吃臭豆腐的辣椒粉子,小包装的,一代一代的小包装的辣椒粉子,能否给我寄快递过来,先寄三十包行吗,别人要卖臭豆腐,吃中了哪个辣椒粉子,如果我想要的话,你能否长期供货给我','2016-02-25 10:44:49','发送','460005654915561'),(704,'null','+8613871308095','蕾蕾,忙不忙,下午回家想吃什么饭菜,不忙时回信息我','2016-02-25 09:31:03','发送','460005654915561'),(705,'null','+8613886183681','我已经到了,但是不知道从哪个出站口出去','2016-02-24 01:52:42','发送','460005654915561'),(706,'null','13871406136','好的,我正准备问你的,他几点钟给你打的电话,他九点四十从家里面走的,爸爸安全回家了','2016-02-24 12:28:01','发送','460005654915561'),(707,'null','+8613871406136','爸爸回来跟我说声','2016-02-24 12:18:09','接收','460005654915561'),(708,'null','+8613886183681','好的,我一会儿就过去,谢谢你','2016-02-24 12:17:19','发送','460005654915561'),(709,'null','+8613886183681','816房间','2016-02-24 12:16:30','接收','460005654915561'),(710,'null','+8613886183681','我到了,你直接找武广B坐8楼','2016-02-24 11:52:00','接收','460005654915561'),(711,'null','+8613886183681','好的谢谢','2016-02-23 09:54:30','发送','460005654915561'),(712,'null','+8613886183681','星期三(2月24日)下午12点到6点在国际广场星聚点8楼ktv唱歌,不见不散(一起在武广等侯)','2016-02-23 09:50:38','接收','460005654915561'),(713,'null','+8617092616130','燕子,我已添加,你点接收即可。','2016-02-21 03:09:29','接收','460005654915561'),(714,'null','+8617092616130','你把电话加存后可自动加。','2016-02-21 03:05:33','接收','460005654915561'),(715,'null','17092616130','李姐你好,你加我,我不会加微信','2016-02-21 03:04:29','发送','460005654915561'),(716,'null','13995591892','是送百果园的水果','2016-02-21 12:51:40','接收','460005654915561'),(717,'null','13995591892','您好,我是刚刚给您送货的京东的送货员,首先谢谢你相信京东,使用京东。如果您对我的配送服务感到满意,请在“京东到家”软件的订单里面给予5星好评,感谢您的理解与支持,欢迎下次使用京东,祝您生活愉快。','2016-02-21 12:51:15','接收','460005654915561'),(718,'null','18627259356','幸福快乐','2016-02-13 07:41:00','发送','460005654915561'),(719,'null','18627259356','18627859356','2016-02-13 07:40:43','发送','460005654915561'),(720,'null','18627259356','幸福快乐1','2016-02-13 07:40:25','发送','460005654915561'),(721,'null','+8613627281048','你好,新年好,新年大吉大利,万事如意','2016-02-08 01:58:30','发送','460005654915561'),(722,'null','+8613627281048','祝你全家新年快乐猴年大发,万事如意','2016-02-08 12:41:06','接收','460005654915561'),(723,'null','+8613971551314','猴年大吉大利,合家欢乐高兴,团团圆圆幸福2016.红红火火。一起高兴吧!','2016-02-08 09:30:13','接收','460005654915561'),(724,'null','+8613667276028','春节将至,祝你在新的一年里,快乐多如猴毛,聪敏胜过猴脑,进步犹如猴跑,烦恼好比猴子扔玉苞。愿你猴年长得猴美猴美的,挣得猴多猴多的,心情猴好猴好的,运气猴顺猴顺的,睡觉猴香猴香的,爱情猴甜猴甜的,总之,一切都猴蜜猴蜜的!','2016-02-07 11:45:35','接收','460005654915561'),(725,'null','+8613018043735','你好,谢谢你,一样祝您及家人新年快乐,身体健康,心想事成,万事如意,岁岁平安','2016-02-07 08:45:43','发送','460005654915561'),(726,'null','+8613018043735','刘汉祥携全家祝您及家人新年快乐身体健康心想事成万事如意岁岁平安','2016-02-07 08:08:29','接收','460005654915561'),(727,'null','+8615885855224','\n金猴闹,吉星照,鸿运到,五福临门报,烦恼往边靠, 事业步步高,财源滚滚到,幸福心头绕。年年有今日!岁岁有今朝!万事如意l','2016-02-07 05:02:16','接收','460005654915561'),(728,'null','+8615885855224','发错了,我转发的','2016-02-07 05:01:55','接收','460005654915561'),(729,'null','+8615885855224','\n金猴闹,吉星照,鸿运到,五福临门报,烦恼往边靠, 事业步步高,财源滚滚到,幸福心头绕,陈忠宏携全家祝愿您:健康快乐!平安幸福!阖家齐欢笑。年年有今日!岁岁有今朝!万事如意l','2016-02-07 05:01:02','接收','460005654915561'),(730,'null','+8615885855224','新年来临之际,王昭携家人祝您及您的家人:万事如意,阖家欢乐;幸福安康,猴年大吉!','2016-02-07 05:00:17','接收','460005654915561'),(731,'null','13158270231','你在试试看,18639162106小红','2016-01-27 05:07:45','发送','460005654915561'),(732,'null','13158270231','只有这一个电话1378272628看是不是这个号码','2016-01-27 04:59:53','发送','460005654915561'),(733,'null','+8613158270231','发过来没有?','2016-01-27 04:58:03','接收','460005654915561'),(734,'null','+8613419671314','人家定了一年的合同,到期在说吧','2016-01-18 02:51:35','发送','460005654915561'),(735,'null','+8613419671314','你好,不好意思,我已经租出去了对不起,','2016-01-18 02:50:46','发送','460005654915561'),(736,'null','+8613419671314','您好,我对您在58同城发布的“渣家路小区 2室2厅70平米 中等装修 押一付三”很感兴趣,想和您详细了解一下。','2016-01-18 02:05:16','接收','460005654915561'),(737,'null','+8618639162106','河南省焦作市焦东南路2#院11#楼323室 朱维宏 454003','2016-01-10 07:26:23','接收','460005654915561'),(738,'null','15885260878','你要王昭他们买到沙','2016-01-10 10:52:33','发送','460005654915561'),(739,'null','15885260878','二百万,一百四十个平方','2016-01-10 10:52:11','发送','460005654915561'),(740,'null','15885260878','忙不忙,有一个朋友,有一个房子,好友多楼上,面对中山大道,就是付\n伟他们的院\n子吧,叫什么名字,我一下想不起来了','2016-01-10 10:51:44','发送','460005654915561'),(741,'null','18171228557','你好,刚才没有带手机,电话没有听见','2016-01-03 10:15:32','发送','460005654915561'),(742,'null','18171228557','你跟郭慧珍是什么关系','2016-01-02 12:18:38','发送','460005654915561'),(743,'null','18171228557','你好,你把我给你发的什么信息,是给李润莲看了,还是给张利民看了,我都忘记了是好信息,言语,还是说了别的什么的 么到时候,要他们误会我了,哪我可是最人了,呵呵,你怎么把我发给你的信息给他们看,我还说了,看完信息要删除他,他们没有说我什么,误会我什么吧呵呵','2015-12-27 05:32:49','发送','460005654915561'),(744,'null','13667276028','你好,谢谢你','2015-12-26 09:01:30','发送','460005654915561'),(745,'null','+8613667276028','嗯,好的!','2015-12-26 09:01:07','接收','460005654915561'),(746,'null','13667276028','好的谢谢你,哪我回头跟我家刘勇说一下,看看,要是柜子箱子多了,不好用的柜子箱子在做处理,谢谢你,其实送过去的床是个好床,你们可以架起来用,','2015-12-26 09:00:13','发送','460005654915561'),(747,'null','+8613667276028','嗯,主要是东西太多了,其实搬个床过来还好,我有个堂弟在武汉读书,有时候周末会过来玩,只是那个黑色的箱子,桌子太多了,您昨天又搬来了一张大桌子和椅子,阳台上面已经不好放了,再放就晾不了衣服了!这样,我们明天摆一下,假如好放,我们就不丢,不好放,我就再给您说!','2015-12-26 08:54:42','接收','460005654915561'),(748,'null','13667276028','小舒你好,不好意思,这么早打扰你,昨天给你送床过去的时候,看到你们把家里搞的很干净,我们很高兴,我想跟你说个事情,就是以前哪个旧床,不丢行不行,送去的大床,你们就把它靠在墙放在好不好,我怕你们走了以后,别人在要租房子的时候,要床呢,谢谢你,就放在家里面,靠墙放着,我是王燕','2015-12-26 08:43:49','发送','460005654915561'),(749,'null','18171228557',' 你好,不管他们谁的小孩结婚没有结婚,请你没有请你,你只当都不知道的,都请他们来玩玩,有多少聚会的机会沙,是不是,你先忙吧','2015-12-17 08:21:59','发送','460005654915561'),(750,'null','18171228557','官秋丽会有李小平的电话的,我没有他的电话','2015-12-17 03:31:06','发送','460005654915561'),(751,'null','18171228557','早上我还碰见窦丽\n了的,他还给我两张电影票了,不过他也很少参加同学聚会,他的父母亲去世,我看一个同学他也没有叫我们,他的儿子还小,还在上大学在','2015-12-17 02:32:46','发送','460005654915561'),(752,'null','18171228557','黄华清的姑娘还没有结婚呢,黄玉华的姑娘已经结婚了,陈春的儿子还没有结婚吧,宋丽的姑娘也没有结婚呢,黄健的儿子也还没有结婚吧','2015-12-17 02:25:55','发送','460005654915561'),(753,'null','+8613807100981','是中午还是晚上的','2015-12-16 04:41:18','接收','460005654915561'),(754,'null','13036117185','你好,忙不忙,有时间过来拿房租钱吗,要不要青青过来帮你拿回去,我不想把钱放在家里面,家里面不太安全,我给你一年的钱,六千元钱,回答我','2015-12-16 02:25:17','发送','460005654915561'),(755,'null','13971358931','你好,王燕,我中午过去吹头发,你说还要焗油吗,同学的姑娘结婚,帮我把头发吹漂亮一点,因为有很多同学,几十年没有见面,谢谢你,','2015-12-06 10:44:53','发送','460005654915561'),(756,'null','+8613397125809','好的','2015-12-02 11:47:02','发送','460005654915561'),(757,'null','+8613397125809','热烈欢迎呀','2015-12-02 11:46:37','接收','460005654915561'),(758,'null','+8613397125809','谢谢,恭喜恭喜,到时准时参加','2015-12-02 11:36:28','发送','460005654915561'),(759,'null','+8613397125809','12月六号下午17.38在西北湖三五醇酒店 盛情邀请王燕老同学参加姑娘崔辰婚礼 届时笑星欢喜坨湖北大鼓艺人陶德华也到并献上开心快乐的节目 崔淮强','2015-12-02 10:47:48','接收','460005654915561'),(760,'null','+8613995352911','张姐,我是马小琴,要是麻烦就算了。','2015-12-01 08:11:04','接收','460005654915561'),(761,'null','13667276028','你好小舒我爱人刘勇15327119906绮自行车,','2015-11-22 02:03:09','发送','460005654915561'),(762,'null','15327119906','勇在停下来没有事情的时候,问儿子要他帮你装暴风影音,就是向我这个样子,能搜缩电视剧的','2015-11-19 02:04:21','发送','460005654915561'),(763,'null','+8617053100786','您好!请加我新V信:yi13715200738,谢谢c','2015-11-11 10:13:07','接收','460005654915561'),(764,'null','+8617053100306','你好你是谁我们认识吗','2015-11-11 01:41:34','发送','460005654915561'),(765,'null','+8617053100306','您好!请加我新V信:yi13715200738,谢谢c','2015-11-11 01:40:27','接收','460005654915561'),(766,'null','15927696328','电话打不通','2015-11-10 06:03:25','发送','460005654915561'),(767,'null','15927696328','程老板你好,我是天声卖泡菜的王燕,代子什么时候给我送过来,我的代子不多了,抓紧给我送过来谢谢','2015-11-10 06:03:01','发送','460005654915561'),(768,'null','15927696328','程老板,你好,我是王燕,天声卖泡菜的,方便时给我送代子过来,用的最多的哪一种代子,数量多的,送二十包 数量少的送二十包,程老板,跟你说个事情,上次送来的,质量好的,贵的哪一种里面夹着有质量不好的数量多的哪一种,就是便宜的算账算成了贵的哪一种钱,晚上几点过来,来之前给我打电话,谢谢你','2015-11-05 09:45:08','发送','460005654915561'),(769,'null','15327119906','不要冻坏了生病了的呢,收到信息回答我,家里面有好多黄鼠狼子我怕','2015-10-27 11:13:07','发送','460005654915561'),(770,'null','15327119906','你手机要不要充电,外面温度只有九度,你不加衣服,冻坏了的','2015-10-27 11:10:25','发送','460005654915561'),(771,'null','+8615527426383','好的','2015-10-18 04:00:04','接收','460005654915561'),(772,'null','15527426383','你好,你到了以后,打电话我老公,15327119906刘勇','2015-10-18 03:59:13','发送','460005654915561'),(773,'null','15527426383','你不是要看房子吗','2015-10-18 03:44:37','发送','460005654915561'),(774,'null','15527426383','你好,打电话怎么没有接听,没有听到电话,给你发信息,方便时回电话我','2015-10-18 03:43:35','发送','460005654915561'),(775,'null','+8617052835899','622848 11982 1865 3674,陈丽贤','2015-10-10 05:00:50','接收','460005654915561'),(776,'null','+8617052835986','622848 11982 1865 3674,陈丽贤','2015-10-10 04:19:26','接收','460005654915561'),(777,'null','+8615002786058','上什么班,你不是说要过来买牛肉给明明吃的呢,买了没有,怎么没有过来买,我来买','2015-10-05 12:44:34','发送','460005654915561'),(778,'null','+8617056074510','你好!请加薇xin:18221389628','2015-09-27 10:25:08','接收','460005654915561'),(779,'null','+8613437176150','好多了,谢谢!','2015-09-17 02:15:42','接收','460005654915561'),(780,'null','+8613437176150','程姐你好,没事的,我只是想我们四个人在一起玩玩,没有时间,等有时间在在一起玩,没关系,你老公好一些了没有,','2015-09-17 12:40:24','发送','460005654915561'),(781,'null','+8613437176150','王燕:对不起本想这个月陪你玩一下、不料我家的老公糖尿病引起脑硬和轻微中风住院十几天所以没有时间等好了再说!程姐','2015-09-17 12:16:27','接收','460005654915561'),(782,'null','13607135321','在船上面吗我看到你了','2015-09-14 08:09:14','发送','460005654915561'),(783,'null','+8613018043735','\n\n我要出车了有时间再聊保持联系','2015-09-14 02:52:57','接收','460005654915561'),(784,'null','+8613018043735','城实的人\n有很多朋友你没发现','2015-09-14 02:45:46','接收','460005654915561'),(785,'null','+8613018043735','我也跟你一样喜欢跟城实的人交朋友','2015-09-14 02:39:29','接收','460005654915561'),(786,'null','+8613018043735','对的有么大小事说一声','2015-09-14 02:32:30','接收','460005654915561'),(787,'null','+8613018043735','真的','2015-09-14 02:28:58','接收','460005654915561'),(788,'null','+8613018043735','这是必须的','2015-09-14 02:21:43','接收','460005654915561'),(789,'null','+8613018043735','在上班有么事请讲','2015-09-14 01:59:40','接收','460005654915561'),(790,'null','13158270231','多照几张相片留纪念','2015-09-02 06:36:44','发送','460005654915561'),(791,'null','13158270231','好,看到了,我觉得像王昭,王昭才发图片过来了','2015-09-02 06:36:07','发送','460005654915561'),(792,'null','+8613158270231','很白,五官很端正。','2015-09-02 06:35:11','接收','460005654915561'),(793,'null','13158270231','有微信没有,发微信里面','2015-09-02 06:34:14','发送','460005654915561'),(794,'null','13158270231','白不白,还是黑','2015-09-02 06:33:45','发送','460005654915561'),(795,'null','13158270231','在金沙生的,还是在贵阳生的','2015-09-02 06:33:27','发送','460005654915561'),(796,'null','13158270231','要是明天生还好一些','2015-09-02 06:33:01','发送','460005654915561'),(797,'null','13158270231','好,这么重,哪不是又是一个重量机的','2015-09-02 06:32:11','发送','460005654915561'),(798,'null','+8613158270231','剖腹产,是个女孩,七斤。','2015-09-02 06:30:54','接收','460005654915561'),(799,'null','13158270231','是顺产还是开刀,大人小孩都还好吧','2015-09-02 06:14:54','发送','460005654915561'),(800,'null','13158270231','媳妇生了,都去忙了,王昭也不告诉生了女孩,还是男孩','2015-09-02 06:13:55','发送','460005654915561'),(801,'null','15308633600','你好我说的意思是,照相一分钟一张相片,一会儿都搞定了,去哪早不需要,我有点忙,','2015-09-02 06:10:28','发送','460005654915561'),(802,'null','15171474012','你好,打了好几个电话,都没有接听,看到信息以后,回电话我,天声卖泡菜的王燕 ,谢谢,明天跟刘勇联系,送十五斤罗卜干来,谢谢 王燕','2015-08-25 09:15:01','发送','460005654915561'),(803,'null','+8613018043735','还没按到请柬','2015-08-22 10:48:28','接收','460005654915561'),(804,'null','+8613018043735','谢谢欢迎到时光临','2015-08-22 10:44:26','接收','460005654915561'),(805,'null','+8613018043735','你好,一定参加,你女儿的婚礼','2015-08-22 10:42:23','发送','460005654915561'),(806,'null','+8613018043735','送呈:挚友、同窗、同事及家人台启\n谨订于2015年9月5日星期六、为小女(刘菁)小婿(周艾)\n举行婚礼\n敬请光临\n刘汉祥、郭敏敬邀\n席设:武昌区临江大道88号附17号湖锦酒楼二楼水晶厅\n时间:2015年9月5日\n中午:11点58分','2015-08-22 09:28:54','接收','460005654915561'),(807,'null','15927696328','程师傅你好,天声街卖泡菜的王燕,什么时候方便过来,帮我把哪个贵一点点的代子换便宜一点点的,还是送三十小把过来,另外,我以前只要了三把大一点点的代子,就是带字能够装五斤泡菜的代子,你在给我送五把,或者十把都行,谢谢,明天下大雨不要过来,不下雨时 打电话我 ','2015-08-18 08:12:29','发送','460005654915561'),(808,'null','+8615071064416','谢谢你了!明天很早就要走!下只再说哈!','2015-08-15 10:20:41','接收','460005654915561'),(809,'null','15071064416','靓妹,你只要了三盒辣椒,你老公明天几点的火车,不够明天早上在过来,在装几盒','2015-08-15 10:06:37','发送','460005654915561'),(810,'null','15071064416','靓妹你好,是三盒辣椒,刚开始的时候,你要了两盒辣椒,然后\n你又要了十七元钱的大算,一共七十七元,你给我一百另七元,我找你三十元,完了以后你说在装一盒,就又装了一盒,又要了二十元的豆角,','2015-08-15 10:05:21','发送','460005654915561'),(811,'null','15827527822','你好,是对的','2015-07-26 03:13:46','发送','460005654915561'),(812,'null','+8615827527822','好的。不好意思啊!才看到短信,两个月房租和300电费已经支付宝转账,大概两个小时到账6215593202005380996王燕 没错吧','2015-07-26 03:07:54','接收','460005654915561'),(813,'null','15827527822','小孙\n老师你好,你很忙吗,我是刘勇的爱人,王燕,工行银行帐号收到了没有,我发给你的,房租什么时候有时间方便的时候能否汇给我,','2015-07-26 01:58:41','发送','460005654915561'),(814,'null','15827527822','6215593202005380996王燕,工行,你汇完钱以后给我打个电话或者发个信息,我好确认,刘勇','2015-07-24 07:48:19','发送','460005654915561'),(815,'null','15827527822','我不太会发信息,非要你先给我发过来','2015-07-24 07:45:53','发送','460005654915561'),(816,'null','15827527822','你好收到我的信息回答我我是房东刘勇的爱人,我在把卡号报给你\n[姓名]小孙;\n[电话]15827527822;\n','2015-07-24 07:45:11','发送','460005654915561'),(817,'null','15927696328','你好下午能否把代子带过来,跟我换一下,还是带二十五把过来,多的我在附钱给你,还是要上次你给我质量好一点点的,加深的哪一种,而且还厚一点点的,还大一些的样子,这次送的又小又薄,谢谢你,天声买泡菜的王燕 ,我要好一点点的 代子怕漏水,呵呵','2015-07-22 10:39:37','发送','460005654915561'),(818,'null','15927696328','你好,什么时候有时间带点好代子过来,帮我换一下,麻烦了谢谢你','2015-07-19 04:25:04','发送','460005654915561'),(819,'null','+8615927696328','知道','2015-07-19 04:04:42','接收','460005654915561'),(820,'null','15927696328','陈老板你好,前几天送的代子,没有以前的质量好样的,又小一些,又薄一些,是怎么回事,我跟你说了的,要质量好一点点的呢,我的泡菜比较骄气,代子不能漏水,能够换好一点点的质量,我晚上九,十点还没有休息,谢谢,天声泡菜王燕','2015-07-19 03:31:26','发送','460005654915561'),(821,'null','15972933188','你好电话打不通,收到信息回电话我','2015-07-13 09:35:53','发送','460005654915561'),(822,'null','15927696328','谢谢','2015-07-08 10:27:25','发送','460005654915561'),(823,'null','+8615927696328','知道','2015-07-08 10:27:10','接收','460005654915561'),(824,'null','15927696328','陈师傅你好,我是天声买泡菜的王燕,我的代子没有用的了,快点给我送代子过来,谢谢,要好一点点质量的,三十把都行','2015-07-08 10:26:24','发送','460005654915561'),(825,'null','15171474012','邓师傅你好,我是天声卖泡菜的王燕,上次进了你的罗卜干卖了的,跟你商量个事情,我想进你的罗卜干卖,但是价格能否在优惠一点点,我也只想薄利多销,你给我的价格高了,我不太好买,买高了别人不买,买底了我不挣钱,你在跟你家人商量一下,我们长\n期合作,我是老实人,诚实人,晚上在跟你打电话,我不喜欢旁边有人,实在不行,我要我老公去劳动街自己去拿罗卜干,不挡错你送罗卜干的时间','2015-07-07 04:04:29','发送','460005654915561'),(826,'null','18971322338','Ol','2015-07-06 03:43:37','发送','460005654915561'),(827,'null','+8618971322338','0K','2015-07-06 03:43:14','接收','460005654915561'),(828,'null','18971322338','好的,我有一个朋友,就写了一个字,秋,我也不知道是谁,我怕是你,知道了','2015-07-06 03:42:03','发送','460005654915561'),(829,'null','+8618971322338','是官秋丽','2015-07-06 03:40:46','接收','460005654915561'),(830,'null','18971322338','好的,微信的网名呀','2015-07-06 03:39:43','发送','460005654915561'),(831,'null','+8618971322338','是开心果','2015-07-06 03:39:41','接收','460005654915561'),(832,'null','+8618971322338','你们!我的网名早开心果,我有你的微信','2015-07-06 03:39:14','接收','460005654915561'),(833,'null','18971322338','你好,忙不忙,你加了我的微信了没有,你的网名是一个字,秋吗,还是别的网名,我有一个秋的网名的朋友,是不是你,不忙时回答我','2015-07-06 03:37:17','发送','460005654915561'),(834,'null','+8618062537830','呵呵,没有骗你的钱就好。','2015-07-05 06:34:03','接收','460005654915561'),(835,'null','+8618062537830','是的,我不知道,我换了手机,就把这个老号加上去了,结果我问他叫什么他也不说,身份证是兰州的,哈哈','2015-07-05 06:27:23','发送','460005654915561'),(836,'null','+8618062537830','15007118956的号码我已经消号5年了。','2015-07-05 06:25:47','接收','460005654915561'),(837,'null','+8618062537830','哪以前有一个号没有用了,15007118959是不是呀,我留了两个号码,结果这个号码的人加了我的微信,我也不认识他','2015-07-05 06:23:08','发送','460005654915561'),(838,'null','+8618062537830','我现在用的是18062537830.保留了15972052596的号码。','2015-07-05 06:19:33','接收','460005654915561'),(839,'null','15972052596','回答我','2015-07-05 05:56:44','发送','460005654915561'),(840,'null','15972052596','你好忙不忙,问你一个事情,你的电话号码有几个,这个号码是不是你的,15007118959.15972052596','2015-07-05 05:56:23','发送','460005654915561'),(841,'null','15171474012','邓老板你好,我是天声菜场对面卖泡菜的王燕,你答应我,给我送罗卜干的呢,下午有时间给我送二十斤来行吗','2015-07-03 09:44:22','发送','460005654915561'),(842,'null','+8615002786058','睡觉了没有回答我,明天是不是跟八妹上街去,跟我帮我给马力的姑娘,秋福的两个ㄥ孙子买衣服','2015-07-01 10:43:17','发送','460005654915561'),(843,'null','+8615002786058','刘勇去了没有包房了,只有大厅呀','2015-07-01 05:18:35','发送','460005654915561'),(844,'null','13163286335','我把我的银行卡号发给你,收到信息回答我,工商银行卡,王燕,6215593202005380996汇钱的时候麻烦你打电话过来,谢谢','2015-06-30 08:33:30','发送','460005654915561'),(845,'null','13163286335','方便时回电话我,我家刘勇也不会发信息呵呵','2015-06-30 08:30:57','发送','460005654915561'),(846,'null','13163286335','王巧枝你好,我是刘勇的爱人,我想确认一下,方便时回信息我','2015-06-30 08:30:14','发送','460005654915561'),(847,'null','15927696328','你好什么时候有时间过来,给我送点最常用的代子过来,天声买泡菜的王燕,谢谢你,要质量好的','2015-06-29 08:25:27','发送','460005654915561'),(848,'null','18908631547','你好,谢谢你把小林的电话号码,能否发信息或者写给我,王燕谢谢','2015-06-29 09:50:51','发送','460005654915561'),(849,'null','13036117185','好的,现在有时间就过来,怕又要下几天的雨,','2015-06-25 02:07:13','发送','460005654915561'),(850,'null','+8613036117185','我来吧','2015-06-25 02:06:12','接收','460005654915561'),(851,'null','13036117185','你好,你什么时候来都行','2015-06-25 02:03:10','发送','460005654915561'),(852,'null','+8613036117185','我来吧','2015-06-25 10:57:21','接收','460005654915561'),(853,'null','+8613036117185','好的','2015-06-25 10:56:55','接收','460005654915561'),(854,'null','13036117185','你好,房租已经准备好了,什么时候有时间过来拿房租,要不要我爱人刘勇给你送过去,或者给我一个银行卡号,我直接把钱汇过去,什么时候过来都行','2015-06-25 07:56:58','发送','460005654915561'),(855,'null','+8615972933188','15085358135','2015-06-23 11:28:12','接收','460005654915561'),(856,'null','18908631547','你好,不好意思,姑娘不想谈','2015-06-05 06:25:02','发送','460005654915561'),(857,'null','+8615002786058','我知道,你在发到微信里面,','2015-05-18 02:16:41','发送','460005654915561'),(858,'null','+8615002786058','\n我的新号15002786058','2015-05-18 02:15:20','接收','460005654915561'),(859,'null','+8615002786058','你把你的新号发到微信里面,qq\n里面','2015-05-18 02:13:03','发送','460005654915561'),(860,'null','+8615002786058','这是我的新号码 老号不用了 请留存 王娟','2015-05-18 12:54:15','接收','460005654915561'),(861,'null','13158270231','好的','2015-05-02 04:17:37','发送','460005654915561'),(862,'null','+8613158270231','忠兰出去了,回来我和她商量。','2015-05-02 04:17:08','接收','460005654915561'),(863,'null','13158270231','哪不晚呀,这个月十五号就可以补发工资了呢','2015-05-02 04:15:53','发送','460005654915561'),(864,'null','+8613158270231','可能这个月二十号左右回汉。','2015-05-02 04:14:05','接收','460005654915561'),(865,'null','13158270231','忠兰什么时候回来,下个月要加工资了呢','2015-05-02 04:12:50','发送','460005654915561'),(866,'null','13158270231','收到了,是的扣了二十元手术费','2015-05-02 04:10:40','发送','460005654915561'),(867,'null','13158270231','一共是四千另陆拾参元卡号是6215593202005380996王燕工行','2015-05-02 03:55:08','发送','460005654915561'),(868,'null','13158270231','装修费是三千五百元,四个月的电费是伍佰陆拾叁元','2015-05-02 03:50:05','发送','460005654915561'),(869,'null','13158270231','我想确定你,王燕我想把卡号发给你','2015-05-02 03:46:42','发送','460005654915561'),(870,'null','+8613158270231','重新发过来。','2015-05-02 03:45:05','接收','460005654915561'),(871,'null','13158270231','收到信息回答我','2015-05-02 03:41:53','发送','460005654915561'),(872,'null','+8618971449193','是的,所以还是要谢谢你刘勇来帮下忙','2015-04-09 04:56:22','接收','460005654915561'),(873,'null','18971449193','哦,我是说的意思来回装拆空调麻烦,他进来还不是要用空调,他自己有就算了,要是他的空调不如你的好,你给他换还不花算呵呵','2015-04-09 04:50:59','发送','460005654915561'),(874,'null','+8618971449193','他自己有空调,在说又不是新房子,买什么新空调,以后有新房子再考虑买新的','2015-04-09 04:26:57','接收','460005654915561'),(875,'null','+8618971449193','就让他帮忙收个氟,其它让长义自己搞','2015-04-09 02:55:28','接收','460005654915561'),(9455,'null','5554','11111112255','2017-01-06 02:23:07','发送','310260000000000'),(9456,'null','5554','00000000','2017-01-06 02:22:48','发送','310260000000000'),(9457,'null','5554','00000000','2017-01-06 02:22:47','发送','310260000000000'),(9458,'null','5554','00000000','2017-01-06 02:22:47','发送','310260000000000'),(9459,'null','5554','00000000','2017-01-06 02:22:47','发送','310260000000000'),(9460,'null','5554','00000000','2017-01-06 02:22:47','发送','310260000000000'),(9461,'null','5554','00000000','2017-01-06 02:22:15','发送','310260000000000'),(9462,'null','5554','00000000','2017-01-06 02:22:08','发送','310260000000000'),(9463,'null','554','00000000','2017-01-06 02:21:57','发送','310260000000000'),(9464,'null','15555215556','6666','2016-12-20 11:52:55','发送','310260000000000'),(9465,'null','15555215556','5555','2016-12-20 11:52:44','接收','310260000000000'),(9466,'null','5556','5555','2016-12-20 11:52:31','发送','310260000000000'),(9467,'null','44444','Ffffff','2016-12-19 03:22:05','发送','310260000000000'),(9468,'null','22222','Gggggg','2016-12-19 03:21:43','发送','310260000000000'),(9469,'null','10010','温馨提示:截至2017年1月20日,您有未交通信费4.10元,请于本月底前及时交费,以免影响您的正常使用(如已交费请忽略)。点击进入 http://wap.10010.com ,随时随地查话费交话费,方便又快捷。','2017-01-20 11:40:53','接收','460017522403632'),(9470,'null','10010','温馨提示:截止01月15日24时,您当月累计使用流量0.0MB。其中,省内流量已使用0.0MB,剩余200.0MB; 回复“流量查询”或点击进入http://wap.10010.com 查询详情。','2017-01-16 02:19:13','接收','460017522403632'),(9471,'null','10010','温馨提示:您上月结转剩余省内流量100.0MB, 本月月底前有效。回复“流量查询”或点击 http://u.10010.cn/qAagl 查询详情。','2017-01-04 10:27:11','接收','460017522403632'),(9472,'null','106551582','中国联通温馨提醒:您的年终礼包已送达,99%的人已领https://s.9fan.cn/04F9B5E1A3','2016-12-27 05:01:57','接收','460017522403632'),(9473,'null','10010','武汉中心气象台2016年12月23日08时06分发布大雾橙色预警信号:今天早上武汉市部分地区已经出现能见度小于200米,局部小于100米的大雾,并将持续,请注意防范!','2016-12-23 10:17:43','接收','460017522403632'),(9474,'null','10010','武汉中心气象台2016年12月21日23时49分发布大雾橙色预警信号:预计今天夜间到明天上午,我省大部地区可能出现能见度小于200米,局部小于100米的大雾,请注意防范!','2016-12-22 07:54:00','接收','460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_tasks` */
DROP TABLE IF EXISTS `android_tasks`;
CREATE TABLE `android_tasks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`TasksName` varchar(128) DEFAULT NULL,
`TasksTime` varchar(64) DEFAULT NULL,
`TasksDateTime` datetime DEFAULT NULL,
`ZZ` varchar(128) DEFAULT NULL,
`type` int(11) DEFAULT NULL,
`start` int(11) DEFAULT '1',
`DvGroup` text,
PRIMARY KEY (`id`),
UNIQUE KEY `NewIndex1` (`TasksName`)
) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8;
/*Data for the table `android_tasks` */
LOCK TABLES `android_tasks` WRITE;
insert into `android_tasks`(`id`,`TasksName`,`TasksTime`,`TasksDateTime`,`ZZ`,`type`,`start`,`DvGroup`) values (62,'3333','09:30','2016-12-15 23:49:00','',1,1,'1'),(64,'44444','09:30','2016-12-15 21:49:00','',1,1,'1'),(66,'5555','09:30','2016-12-15 18:49:00','',1,1,'1'),(67,'6666','09:30','2016-12-15 19:49:00','',1,1,'1'),(68,'7777','09:30','2016-12-15 17:55:00','',1,1,'1'),(69,'00000','09:30','2016-12-19 13:58:00','',1,1,'1');
UNLOCK TABLES;
/*Table structure for table `android_telr` */
DROP TABLE IF EXISTS `android_telr`;
CREATE TABLE `android_telr` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` varchar(20) DEFAULT NULL,
`name` varchar(128) DEFAULT NULL,
`type` varchar(10) DEFAULT NULL,
`number` varchar(128) DEFAULT NULL,
`duration` varchar(128) DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24295 DEFAULT CHARSET=utf8;
/*Data for the table `android_telr` */
LOCK TABLES `android_telr` WRITE;
insert into `android_telr`(`id`,`time`,`name`,`type`,`number`,`duration`,`IMSI`) values (709,'2016-06-14 07:11:35','null','呼出','9891505','0','020381288e68'),(710,'2016-06-16 01:36:21','null','呼出','18627961658','0','020381288e68'),(711,'2016-06-16 02:10:52','null','呼出','18627961658','0','020381288e68'),(712,'2016-06-16 02:11:06','null','呼出','18627961658','0','020381288e68'),(713,'2016-06-16 02:44:39','null','呼出','18627961658','0','020381288e68'),(714,'2016-06-16 02:55:59','null','呼出','18627961658','0','020381288e68'),(715,'2016-06-16 03:04:33','null','呼出','18627961658','0','020381288e68'),(716,'2016-06-16 03:40:06','null','呼出','18627961658','0','020381288e68'),(717,'2016-06-16 03:40:36','null','呼出','18627961658','0','020381288e68'),(718,'2016-06-16 04:33:55','null','呼出','9891505','0','020381288e68'),(719,'2016-06-16 04:34:23','null','呼出','9891505','0','020381288e68'),(720,'2016-06-16 04:36:43','null','呼出','9891505','0','020381288e68'),(721,'2016-06-16 04:37:10','null','呼出','98919505','0','020381288e68'),(722,'2016-06-16 04:37:32','null','呼出','9891505','0','020381288e68'),(723,'2016-06-16 04:40:28','null','呼出','9891505','0','020381288e68'),(724,'2016-06-16 04:40:48','null','呼出','9891505','0','020381288e68'),(725,'2016-06-16 04:43:30','null','呼出','9891505','0','020381288e68'),(726,'2016-06-16 04:44:36','null','呼出','9891505','0','020381288e68'),(727,'2016-06-16 04:46:07','null','呼出','9891505','0','020381288e68'),(728,'2016-06-16 04:47:19','null','呼出','9891505','0','020381288e68'),(729,'2016-06-16 04:47:46','null','呼出','9891505','0','020381288e68'),(730,'2016-06-16 04:50:38','null','呼出','9891505','0','020381288e68'),(731,'2016-06-16 06:49:59','null','呼出','9891505','0','020381288e68'),(732,'2016-06-16 06:53:03','null','呼出','9891505','0','020381288e68'),(733,'2016-06-27 09:53:00','null','呼出','18627961658','0','020381288e68'),(734,'2016-06-27 09:56:21','null','呼出','18627961658','0','020381288e68'),(735,'2016-06-27 10:00:19','null','呼出','18627961658','0','020381288e68'),(736,'2016-06-27 10:05:43','null','呼出','18627961658','0','020381288e68'),(737,'2016-06-28 00:36:34','null','呼出','18627961658','0','020381288e68'),(738,'2016-06-28 00:48:30','null','呼出','18627961658','0','020381288e68'),(739,'2016-06-28 02:05:12','null','呼出','18627961658','0','020381288e68'),(740,'2016-08-03 01:55:39','null','呼出','18627961658','0','020381288e68'),(741,'2016-08-03 01:55:46','null','呼出','18627961658','0','020381288e68'),(742,'2016-08-27 06:44:17','null','呼出','00000','0','020381288e68'),(743,'2016-08-27 06:45:09','null','呼出','2222222222222222222','0','020381288e68'),(744,'2016-08-27 06:45:29','null','呼出','2222222222222222222','0','020381288e68'),(745,'2016-08-27 06:46:41','null','呼出','2222222222222222222','0','020381288e68'),(746,'2016-08-27 06:48:19','null','呼出','2222222222222222222','0','020381288e68'),(747,'2016-08-27 06:50:37','null','呼出','2222222222222222222','0','020381288e68'),(748,'2016-08-27 08:40:16','null','呼出','12134566','0','020381288e68'),(749,'2016-08-27 09:25:29','null','呼出','111111111111111','0','020381288e68'),(750,'2016-08-27 09:40:56','null','呼出','111111111111111','0','020381288e68'),(24281,'2016-12-19 11:55:46','null','呼出','9891505','1','310260000000000'),(24282,'2016-12-19 11:55:56','Aaaa','呼出','999','1','310260000000000'),(24283,'2016-12-19 11:56:05','null','呼出','114','1','310260000000000'),(24284,'2016-12-19 11:56:14','null','呼出','11','0','310260000000000'),(24285,'2016-12-19 11:56:23','null','呼出','110','2','310260000000000'),(24286,'2016-12-20 11:51:11','null','呼入','15555215556','4','310260000000000'),(24287,'2016-12-20 11:51:40','null','呼出','15555215556','0','310260000000000'),(24288,'2017-01-06 14:21:36','null','呼出','110','2','310260000000000'),(24289,'2017-01-06 14:23:18','null','呼出','15555215554','0','310260000000000'),(24290,'2016-12-23 11:47:16','null','未接','02750734185','30','460017522403632'),(24291,'2016-12-23 13:37:53','null','呼入','037783997884','0','460017522403632'),(24292,'2016-12-24 10:11:40','null','未接','037783997829','42','460017522403632'),(24293,'2017-01-03 09:43:13','null','呼入','02750465229','31','460017522403632'),(24294,'2017-01-18 12:05:07','null','呼出','13871406136','0','460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_uploadfile` */
DROP TABLE IF EXISTS `android_uploadfile`;
CREATE TABLE `android_uploadfile` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`filename` varchar(512) DEFAULT NULL,
`datetime` datetime DEFAULT NULL,
`type` varchar(11) DEFAULT NULL,
`localpath` varchar(512) DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8;
/*Data for the table `android_uploadfile` */
LOCK TABLES `android_uploadfile` WRITE;
insert into `android_uploadfile`(`id`,`filename`,`datetime`,`type`,`localpath`,`IMSI`) values (56,'20160921162023ZP.jpg','2016-09-21 16:20:24','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160921162023ZP.jpg','460017522403632'),(57,'20160921162211XX.png','2016-09-21 16:22:11','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160921162211XX.png','460017522403632'),(58,'20160921162227XX.png','2016-09-21 16:22:27','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160921162227XX.png','460017522403632'),(59,'20160922113831XX.png','2016-09-22 11:38:31','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922113831XX.png','460017522403632'),(60,'20160922113847ZP.jpg','2016-09-22 11:38:48','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922113847ZP.jpg','460017522403632'),(61,'360s','2016-09-22 14:18:23','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/360s','460017522403632'),(62,'360s','2016-09-22 14:18:25','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/360s','460017522403632'),(63,'360s','2016-09-22 14:18:26','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/360s','460017522403632'),(64,'360sicheck.txt','2016-09-22 14:19:13','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/360sicheck.txt','460017522403632'),(65,'.qm_guid','2016-09-22 14:19:40','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/.qm_guid','460017522403632'),(66,'stun.ini','2016-09-22 14:20:26','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/stun.ini','460017522403632'),(67,'20160629_103109.jpg','2016-09-22 14:23:26','File','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160629_103109.jpg','460017522403632'),(68,'20160922172802XX.png','2016-09-22 17:28:02','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922172802XX.png','460017522403632'),(69,'20160922172918XX.png','2016-09-22 17:29:18','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922172918XX.png','460017522403632'),(70,'20160922172938ZP.jpg','2016-09-22 17:29:39','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922172938ZP.jpg','460017522403632'),(71,'20160922173223XX.png','2016-09-22 17:32:23','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160922173223XX.png','460017522403632'),(72,'20160923164617XX.png','2016-09-23 16:46:17','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160923164617XX.png','460017522403632'),(73,'20160923164657ZP.jpg','2016-09-23 16:46:57','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160923164657ZP.jpg','460017522403632'),(74,'20160928172650ZP.jpg','2016-09-28 17:26:51','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20160928172650ZP.jpg','460017522403632'),(75,'20161031121604XX.png','2016-10-31 12:16:04','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161031121604XX.png','460017522403632'),(76,'20161031121638XX.png','2016-10-31 12:16:38','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161031121638XX.png','460017522403632'),(77,'20161031121654XX.png','2016-10-31 12:16:54','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161031121654XX.png','460017522403632'),(78,'20161031121916XX.png','2016-10-31 12:19:16','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161031121916XX.png','460017522403632'),(79,'20161031122010XX.png','2016-10-31 12:20:10','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161031122010XX.png','460017522403632'),(80,'20161102093458XX.png','2016-11-02 09:34:58','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161102093458XX.png','460017522403632'),(81,'20161103204756XX.png','2016-11-03 20:47:56','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161103204756XX.png','460017522403632'),(82,'20161103204808XX.png','2016-11-03 20:48:08','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161103204808XX.png','460017522403632'),(83,'20161103204833XX.png','2016-11-03 20:48:33','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161103204833XX.png','460017522403632'),(84,'20161104032852XX.png','2016-11-04 03:28:52','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161104032852XX.png','460017522403632'),(85,'20161208170949XX.png','2016-12-08 17:09:49','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208170949XX.png','460017522403632'),(86,'20161208171548XX.png','2016-12-08 17:15:48','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208171548XX.png','460017522403632'),(87,'20161208181615ZP.jpg','2016-12-08 18:16:25','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208181615ZP.jpg','460017522403632'),(88,'20161208181832ZP.jpg','2016-12-08 18:18:47','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208181832ZP.jpg','460017522403632'),(89,'20161208182053ZP.jpg','2016-12-08 18:20:53','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208182053ZP.jpg','460017522403632'),(90,'20161208182449XX.png','2016-12-08 18:24:49','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208182449XX.png','460017522403632'),(91,'20161208182540XX.png','2016-12-08 18:25:40','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208182540XX.png','460017522403632'),(92,'20161208185327ZP.jpg','2016-12-08 18:53:28','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208185327ZP.jpg','460017522403632'),(93,'20161208190225XX.png','2016-12-08 19:02:25','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161208190225XX.png','460017522403632'),(94,'20161216164013XX.png','2016-12-16 16:40:13','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216164013XX.png','460017522403632'),(95,'20161216164056ZP.jpg','2016-12-16 16:40:57','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216164056ZP.jpg','460017522403632'),(96,'20161216164058ZP.jpg','2016-12-16 16:40:58','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216164058ZP.jpg','460017522403632'),(97,'20161216164150ZP.jpg','2016-12-16 16:41:50','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216164150ZP.jpg','460017522403632'),(98,'20161216171713XX.png','2016-12-16 17:17:13','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216171713XX.png','460017522403632'),(99,'20161216171732XX.png','2016-12-16 17:17:32','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216171732XX.png','460017522403632'),(100,'20161216171755XX.png','2016-12-16 17:17:55','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161216171755XX.png','460017522403632'),(101,'20161217173023XX.png','2016-12-17 17:30:23','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173023XX.png','460017522403632'),(102,'20161217173106ZP.jpg','2016-12-17 17:31:07','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173106ZP.jpg','460017522403632'),(103,'20161217173107ZP.jpg','2016-12-17 17:31:07','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173107ZP.jpg','460017522403632'),(104,'20161217173119ZP.jpg','2016-12-17 17:31:19','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173119ZP.jpg','460017522403632'),(105,'20161217173137XX.png','2016-12-17 17:31:37','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173137XX.png','460017522403632'),(106,'20161217173807XX.png','2016-12-17 17:38:07','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173807XX.png','460017522403632'),(107,'20161217173839ZP.jpg','2016-12-17 17:38:39','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20161217173839ZP.jpg','460017522403632'),(108,'20170120150951ZP.jpg','2017-01-20 15:09:52','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120150951ZP.jpg','460017522403632'),(109,'20170120151020ZP.jpg','2017-01-20 15:10:21','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120151020ZP.jpg','460017522403632'),(110,'20170120151107ZP.jpg','2017-01-20 15:11:08','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120151107ZP.jpg','460017522403632'),(111,'20170120151120ZP.jpg','2017-01-20 15:11:20','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120151120ZP.jpg','460017522403632'),(112,'20170120151148ZP.jpg','2017-01-20 15:11:48','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120151148ZP.jpg','460017522403632'),(113,'20170120151235XX.png','2017-01-20 15:12:35','XX','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120151235XX.png','460017522403632'),(114,'20170120182318ZP.jpg','2017-01-20 18:23:18','ZP','E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/460017522403632/20170120182318ZP.jpg','460017522403632');
UNLOCK TABLES;
/*Table structure for table `android_url` */
DROP TABLE IF EXISTS `android_url`;
CREATE TABLE `android_url` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`url` text,
`title` text,
`time` varchar(128) DEFAULT NULL,
`date` varchar(128) DEFAULT NULL,
`IMSI` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3114 DEFAULT CHARSET=utf8;
/*Data for the table `android_url` */
LOCK TABLES `android_url` WRITE;
insert into `android_url`(`id`,`url`,`title`,`time`,`date`,`IMSI`) values (708,'http://m.blog.csdn.net/article/details?id=6295269','Unable to start activity ComponentInfo 解决方法','2016-08-27 09:37;45','1472290665035','020381288e68'),(709,'file:///android_asset/qrd_homepage/zh_cn/default_page.html','file:///android_asset/qrd_homepage/zh_cn/default_page.html','2016-08-27 08:46;42','1472287602941','020381288e68'),(710,'http://www.1616.net/','1616个人门户_我的网上家园','2016-08-03 01:56;06','1470189366270','020381288e68'),(711,'http://www.kangjianw.com/','【康健】中医养生保健_美容养生知识_【康健网】最专业的健康养生网站!','2016-06-16 02:46;56','1466045216546','020381288e68'),(712,'http://m.sohu.com/n/454007520/?wscrid=15084_1','强国必有强军——《习近平时代》选载-新闻频道-手机搜狐','2016-06-13 06:54;17','1465800857568','020381288e68'),(918,'https://m.baidu.com/?from=844b&vit=fps','百度一下','2016-09-27 04:13;34','1474964014366','460005654915561'),(919,'https://m.baidu.com/?from=1012852z','百度一下','2016-09-22 09:55;55','1474509355698','460005654915561'),(920,'https://m.baidu.com/?from=844b&vit=fps','百度一下','2016-09-18 02:53;58','1474181638345','460005654915561'),(921,'https://m.baidu.com/from=1011267m/s?word=%E4%BB%99%E6%A1%83&ts=0&t_kt=0&ie=utf-8&rsv_iqid=2482543857098773730&rsv_t=f3040pomHFYpl4aPYZdXb1jdNT4ew1uBh5AsL2mqS5Ic76r5LICt2lmi86b9mdI&sa=ib&rsv_pq=2482543857098773730','仙桃 - 百度','2016-06-27 11:13;46','1466997226763','460005654915561'),(922,'https://m.baidu.com/?from=1011267m','百度一下','2016-06-27 11:13;27','1466997207645','460005654915561'),(923,'http://connect.rom.miui.com/generate_204','移动改变生活','2016-02-13 05:01;08','1455354068550','460005654915561'),(924,'mibrowser:home','找不到网页','2015-06-26 09:14;55','1435324495382','460005654915561'),(925,'http://m.baidu.com/?from=1011267m','百度一下','2015-06-12 10:26;38','1434119198699','460005654915561'),(926,'http://m.baidu.com/from=1011267m/s?word=%E7%BA%A2%E7%B1%B3note%E5%BE%AE%E4%BF%A1%E9%93%BE%E6%8E%A5%E6%89%93%E4%B8%8D%E8%BF%9B&ts=9172460&t_kt=0&sa=ib&ss=101','红米note微信链接打不进 - 百度','2015-06-12 10:26;37','1434119197774','460005654915561'),(927,'http://www.miui.com/thread-1914398-1-1.html','联通红米note,微信打不开扫一扫,怎么回事? - 红米Note - MIUI论坛 - 手机版','2015-06-12 10:26;20','1434119180854','460005654915561'),(928,'http://zhidao.baidu.com/question/519158546739820645.html?fr=ala&word=%E5%BE%AE%E4%BF%A1%E6%89%93%E4%B8%8D%E5%BC%80%E9%93%BE%E6%8E%A5%E6%80%8E%E4%B9%88%E5%9B%9E%E4%BA%8B&device=mobile&ssid=0&from=1011267m&uid=0&pu=usm@0,sz@1320_1004,ta@iphone_2_4.4_11_2.0&bd_page_type=1&baiduid=EE6D14D2229AA91076C9B2B3F82439C8&tj=zhidao_2_0_10_title','微信朋友圈链接打不开怎么回事','2015-06-12 10:22;09','1434118929504','460005654915561'),(929,'http://m.baidu.com/from=1011267m/s?word=%E5%BE%AE%E4%BF%A1%E6%89%93%E4%B8%8D%E5%BC%80%E9%93%BE%E6%8E%A5%E6%80%8E%E4%B9%88%E5%9B%9E%E4%BA%8B&ts=8922738&t_kt=0&sa=is_2&ss=100&rq=%E5%BE%AE%E4%BF%A1%E6%89%93%E4%B8%8D%E5%BC%80','微信打不开链接怎么回事 - 百度','2015-06-12 10:22;03','1434118923141','460005654915561'),(930,'https://m.baidu.com/?from=1011267b','百度一下','2015-05-17 07:15;11','1431861311892','460005654915561'),(931,'http://mail.qq.com/cgi-bin/readtemplate?check=false&t=send_succ&v=916','发送祝福-成功','2015-05-14 03:48;47','1431589727574','460005654915561'),(932,'http://mail.qq.com/cgi-bin/sendcard?t=birthday_wx_sendTo&step=1&sendcardkey=0F35E530DE5708B352A6B3CBCF8B46B01E634D01490BEBE1AD848ADD3CB7A2CE','发送贺卡-生日提醒','2015-05-14 03:47;48','1431589668138','460005654915561'),(933,'http://m.youku.com/smartphone','找不到网页','2015-04-08 09:54;00','1428501240674','460005654915561'),(3092,'http://info.3g.qq.com/g/s?aid=auto_ss&id=auto_20161224003214&sid=&&icfa=home_touch&f_pid=135&iarea=253','哈弗F6最新内饰谍照曝光 配备电子挡把-手机腾讯网','2016-12-24 10:36;30','1482546990811','460017522403632'),(3093,'http://info.3g.qq.com/g/s?aid=index&g_f=23462&g_ut=3','手机腾讯网','2016-12-24 10:36;18','1482546978650','460017522403632'),(3094,'http://info.3g.qq.com/g/s?aid=inter_ss&id=inter_20161224A01W3T&pos=inter_omgapp&icfa=home_touch&f_pid=135&iarea=282','假武器无要求是闹剧?四个问题带你看懂劫机案-手机腾讯网','2016-12-24 10:34;58','1482546898216','460017522403632'),(3095,'http://info.3g.qq.com/g/s?aid=inter_ss&id=inter_20161223A0B5QP&pos=inter_omgapp&icfa=home_touch&f_pid=135&iarea=282','5年前曹德旺已“出走”?探访福耀海外首家工厂-手机腾讯网','2016-12-24 10:33;50','1482546830312','460017522403632'),(3096,'http://yuetu.3g.qq.com/photo/s?aid=image&icfa=home_touch&f_pid=135&iarea=138&i_f=1283#bigpic/newsid=society_20161224001518&tabid=yuetu_ytgood_tab','悦图 - 男子高速尿急 靠边解手把车翻个底朝天','2016-12-24 10:32;22','1482546742960','460017522403632'),(3097,'http://info.3g.qq.com/g/s?aid=wechat_ss&id=wechat_20161223037908&sid=&&icfa=home_touch&f_pid=135&iarea=244','大清灭亡之后,格格们去了哪里?尊贵之身该委身何处-手机腾讯网','2016-12-24 10:30;08','1482546608932','460017522403632'),(3098,'http://info.3g.qq.com/g/s?aid=wechat_ss&id=wechat_20161224004905&sid=&&icfa=home_touch&f_pid=135&iarea=244','安倍砸千亿执意要入常 中国一票否决将让日陷入绝境-手机腾讯网','2016-12-24 10:28;14','1482546494412','460017522403632'),(3099,'http://info.3g.qq.com/g/s?aid=wechat_ss&id=wechat_20161224004072&sid=&&icfa=home_touch&f_pid=135&iarea=244','25岁女孩的独身照,惊艳了全世界!-手机腾讯网','2016-12-24 10:27;29','1482546449712','460017522403632'),(3100,'http://m.huanqiu.com/','手机环球网','2016-12-24 10:26;09','1482546369970','460017522403632'),(3101,'http://w.huanqiu.com/r/MV8wXzk4NTMzNzBfNDEyXzE0ODI1Mjg1NDA=','网友爆料\"潘金莲\"疑刷票房 王思聪点赞','2016-12-24 10:25;18','1482546318193','460017522403632'),(3102,'http://w.huanqiu.com/r/MV8wXzk4NTQ4MjNfMTI2NF8xNDgyNTM5NTgw','罗一笑去世 父母希望捐献其遗体和器官','2016-12-24 10:24;00','1482546240462','460017522403632'),(3103,'http://w.huanqiu.com/r/MV8wXzk4NTQzNzJfMTM4XzE0ODI1MTg2NDA=','上汽通用因价格垄断被罚2.01亿元 外媒:对美发出警告','2016-12-24 10:22;48','1482546168766','460017522403632'),(3104,'http://w.huanqiu.com/r/MV8wXzk4NTQ4NTNfMTI2NF8xNDgyNTQwMjQw','习近平会见来京述职的梁振英 传递重磅信号','2016-12-24 10:22;09','1482546129809','460017522403632'),(3105,'http://m.toutiao.com/i6363471530327802370/','小情侣吵架互揭短比春晚还好看 涂磊都招架不住-今日头条','2016-12-24 10:21;45','1482546105805','460017522403632'),(3106,'http://m.toutiao.com/?utm_source=xiaomi&W2atIF=1','http://m.toutiao.com/?utm_source=xiaomi&W2atIF=1','2016-12-24 10:21;12','1482546072077','460017522403632'),(3107,'http://m.toutiao.com/i6367214378495771138/','武昌区二手房价格跌幅最大,武汉天地三期放盘价5.2万元/㎡-今日头条','2016-12-24 10:20;09','1482546009757','460017522403632'),(3108,'http://m.toutiao.com/i6367265040466182401/','一个人突然死亡但家人不知道他名下的存款其他理财产品等,怎么办?-今日头条','2016-12-24 10:18;29','1482545909117','460017522403632'),(3109,'http://m.toutiao.com/i6367236704566247937/','个税改革要来了!每个月你要少缴多少税?-今日头条','2016-12-24 10:16;31','1482545791482','460017522403632'),(3110,'http://m.51jiabo.com/city.html?src=jrttP&uid=qg1027-tg','华夏家博:专业举办最新家博会_家装博览会_建材博览会_家居博览会_华夏家博会','2016-12-24 10:16;24','1482545784179','460017522403632'),(3111,'http://m.51jiabo.com/wh.html','武汉家博会2017年02月24-26日_中国华夏家博会武汉站_武汉武汉国际会展中心_中国华夏家博会门票','2016-12-24 10:16;19','1482545779091','460017522403632'),(3112,'http://m.toutiao.com/i6366922204692611586/','下月武汉-7℃!更可怕的是明年要多上19天班...-今日头条','2016-12-24 10:15;05','1482545705888','460017522403632'),(3113,'http://m.toutiao.com/?utm_source=xiaomi','《今日头条》你关心的,才是头条! - TouTiao.com','2016-12-24 10:14;51','1482545691979','460017522403632');
UNLOCK TABLES;
/*Table structure for table `apkclass` */
DROP TABLE IF EXISTS `apkclass`;
CREATE TABLE `apkclass` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`classname` varchar(18) DEFAULT NULL,
`z` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*Data for the table `apkclass` */
LOCK TABLES `apkclass` WRITE;
insert into `apkclass`(`id`,`classname`,`z`) values (1,'AAAAA',NULL),(2,'BBBBB',NULL),(3,'CCCCC',NULL);
UNLOCK TABLES;
/*Table structure for table `apkputshgroup` */
DROP TABLE IF EXISTS `apkputshgroup`;
CREATE TABLE `apkputshgroup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ApkPutshName` varchar(25) DEFAULT NULL,
`apklist` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*Data for the table `apkputshgroup` */
LOCK TABLES `apkputshgroup` WRITE;
insert into `apkputshgroup`(`id`,`ApkPutshName`,`apklist`) values (33,'000','3'),(34,'00202','8,9,6,7'),(35,'000','5,9,11');
UNLOCK TABLES;
/*Table structure for table `apkstore` */
DROP TABLE IF EXISTS `apkstore`;
CREATE TABLE `apkstore` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ApkName` varchar(128) DEFAULT NULL,
`PackName` varchar(128) DEFAULT NULL,
`version` varchar(18) DEFAULT NULL,
`class` int(11) DEFAULT NULL,
`SPath` varchar(512) DEFAULT NULL,
`iconame` varchar(128) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `NewIndex1` (`PackName`,`version`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
/*Data for the table `apkstore` */
LOCK TABLES `apkstore` WRITE;
insert into `apkstore`(`id`,`ApkName`,`PackName`,`version`,`class`,`SPath`,`iconame`) values (1,'GCCAndroid','com.gc_vemdm.app','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/CAndroid1.apk','com.gc_vemdm.app.png'),(2,'CYXT','com.example.cyxt','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/CYXT.apk','com.example.cyxt.png'),(3,'example','org.apache.cordova.example','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/example.apk','org.apache.cordova.example.png'),(4,'Gird','com.example.gird','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/Gird.apk','com.example.gird.png'),(5,'androidVNC','android.HaierLED','0.5.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/HaierLED.apk','android.HaierLED.png'),(6,'应用宝','com.tencent.android.qqdownloader','5.6.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/mobileassistant.apk','com.tencent.android.qqdownloader.png'),(7,'应用宝HD','com.tencent.qqappmarket.hd','5.2.0.142',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/qqappmarkethd.apk','com.tencent.qqappmarket.hd.png'),(8,'SimpleApp','simple.app','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/SimpleApp.apk','simple.app.png'),(9,'SlidingMenuDemo','com.krislq.sliding','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/SlidingMenuDemo.apk','com.krislq.sliding.png'),(10,'SmartWatch','com.rwatch','5.1.3',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/SmartWatch 5.1.3.apk','com.rwatch.png'),(11,'VESSTools','gc.VESSTools.App','1.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/VESSTools.apk','gc.VESSTools.App.png'),(12,'Webkey','com.webkey','2.09',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/webkey-release.apk','com.webkey.png'),(13,'ZXing Test','com.google.zxing.client.androidtest','1.4.2',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/ZXingTestActivity.apk','com.google.zxing.client.androidtest.png'),(14,'QQ音樂','com.tencent.qqmusic','4.5.0.25',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/手机QQ音乐_4.5.0.25.apk','com.tencent.qqmusic.png'),(15,'通用界面','com.sohu110.TongYongJieMian','1.0.0',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/移动程序通用界面设计.apk','com.sohu110.TongYongJieMian.png'),(16,'360手机助手','com.qihoo.appstore','5.1.91',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/360mobilemgr.apk','com.qihoo.appstore.png'),(17,'API Demos','com.example.android.apis','0.00',0,'E:/AndroidXY/WebManage/JSP/out/artifacts/JSP_war_exploded/APK/ApiDemos8.apk','com.example.android.apis.png');
UNLOCK TABLES;
/*Table structure for table `dvgroup` */
DROP TABLE IF EXISTS `dvgroup`;
CREATE TABLE `dvgroup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`GrouName` varchar(18) DEFAULT NULL,
`mzid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*Data for the table `dvgroup` */
LOCK TABLES `dvgroup` WRITE;
insert into `dvgroup`(`id`,`GrouName`,`mzid`) values (23,'AAA',0),(24,'BBBBB',0);
UNLOCK TABLES;
/*Table structure for table `dztypeclass` */
DROP TABLE IF EXISTS `dztypeclass`;
CREATE TABLE `dztypeclass` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`dzClass` int(11) DEFAULT NULL,
`className` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*Data for the table `dztypeclass` */
LOCK TABLES `dztypeclass` WRITE;
insert into `dztypeclass`(`id`,`dzClass`,`className`) values (1,1,'AAA'),(2,2,'BBB'),(3,3,'CCC'),(4,4,'DDD'),(5,5,'EEE');
UNLOCK TABLES;
/*Table structure for table `intent_action` */
DROP TABLE IF EXISTS `intent_action`;
CREATE TABLE `intent_action` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`text` varchar(512) DEFAULT NULL,
`action` varchar(128) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
/*Data for the table `intent_action` */
LOCK TABLES `intent_action` WRITE;
insert into `intent_action`(`id`,`text`,`action`) values (1,'关闭或打开飞行模式','android.intent.action.AIRPLANE_MODE'),(2,'正在充电状态','android.intent.action.BATTERY_CHANGED'),(3,'电池电量低','android.intent.action.BATTERY_LOW'),(4,'电池充电已饱满','android.intent.action.BATTERY_OKAY'),(5,'系统启动完成','android.intent.action.BOOT_COMPLETED'),(6,'正在拍照','android.intent.action.CAMERA_BUTTON'),(7,'解锁屏对话框','android.intent.action.CLOSE_SYSTEM_DIALOGS'),(8,'设备当前系统设置被改变','android.intent.action.CONFIGURATION_CHANGED'),(9,'设备日期发生改变','android.intent.action.DATE_CHANGED'),(10,'设备内存不足','android.intent.action.DEVICE_STORAGE_LOW'),(11,'设备内存已充足','android.intent.action.DEVICE_STORAGE_OK'),(12,'APP2SD 移动APP完成','android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE'),(13,'APP2SD 正在移动APP','android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE'),(14,'插入耳机','android.intent.action.HEADSET_PLUG'),(15,'改变输入法','android.intent.action.INPUT_METHOD_CHANGED'),(16,'区域设置已更改','android.intent.action.LOCALE_CHANGED'),(17,'强行移除SD卡','android.intent.action.MEDIA_BAD_REMOVAL'),(18,'扩展卡已经从 SD 卡插槽拔出','android.intent.action.MANAGE_PACKAGE_STORAGE'),(19,'按下 Media Button 按键时发出的广播,假如有 Media Button 按键的话(硬件按键)','android.intent.action.MEDIA_BUTTON'),(20,'插入外部储存装置','android.intent.action.MEDIA_CHECKING'),(21,'已拔掉外部大容量储存设备','android.intent.action.MEDIA_EJECT'),(22,'插入SD卡并且已正确安装','android.intent.action.MEDIA_NOFS'),(23,'扩展介质被插入,而且已经被挂载','android.intent.action.MEDIA_MOUNTED'),(24,'外部储存设备已被移除','android.intent.action.MEDIA_SCANNER_STARTED'),(25,'扩展介质被移除','android.intent.action.MEDIA_REMOVED'),(26,'已经扫描完介质的一个目录','android.intent.action.MEDIA_SCANNER_FINISHED'),(27,'开始扫描介质的一个目录','android.intent.action.MEDIA_SCANNER_SCAN_FILE'),(28,'扩展介质的挂载被解除 unmount,因为它已经作为 USB 大容量存储被共享。','android.intent.action.MEDIA_SHARED'),(29,'扩展介质存在,但是还没有被挂载 mount。','android.intent.action.MEDIA_UNMOUNTABLE'),(30,'设备上新安装了一个应用程序包。','android.intent.action.PACKAGE_ADDED'),(31,'一个新应用包已经安装在设备上','android.intent.action.NEW_OUTGOING_CALL'),(32,'一个已存在的应用程序包已经改变,包括包名','android.intent.action.PACKAGE_CHANGED'),(33,'用户已经清除一个包的数据','android.intent.action.PACKAGE_DATA_CLEARED'),(34,'下载且完成安装时电子市场应用','android.intent.action.PACKAGE_INSTALL'),(35,'成功的删除某个APK之后发出的广播','android.intent.action.PACKAGE_REMOVED'),(36,'一个已存在的应用程序包已经从设备上移除','android.intent.action.PACKAGE_REMOVED'),(37,'替换一个现有的安装包','android.intent.action.PACKAGE_REPLACED'),(38,'用户重新开始一个包,包的所有进程将被杀死应该被移除','android.intent.action.PACKAGE_RESTARTED'),(39,'更新将要真正被安装','android.intent.action.PROVIDER_CHANGED'),(40,'插上外部电源','android.intent.action.POWER_CONNECTED'),(41,'已断开外部电源连接时发出的广播','android.intent.action.POWER_DISCONNECTED'),(42,'重启设备','android.intent.action.REBOOT'),(43,'屏幕被关闭','android.intent.action.SCREEN_OFF'),(44,'屏幕被打开','android.intent.action.SCREEN_ON'),(45,'关闭系统','android.intent.action.SHUTDOWN'),(46,'时区发生改变','android.intent.action.TIMEZONE_CHANGED'),(47,'时间被设置','android.intent.action.TIME_CHANGED'),(48,'一个用户ID已经从系统中移除发出的广播','android.intent.action.UID_REMOVED'),(49,'设备已进入USB大容量储存状态','android.intent.action.UMS_CONNECTED'),(50,'设备已从USB大容量储存状态转为正常状态','android.intent.action.UMS_DISCONNECTED'),(51,'激活设备解锁','android.intent.action.USER_PRESENT'),(52,'墙纸已改变','android.intent.action.WALLPAPER_CHANGED');
UNLOCK TABLES;
/*Table structure for table `mdprocess` */
DROP TABLE IF EXISTS `mdprocess`;
CREATE TABLE `mdprocess` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`mdmpName` varchar(18) DEFAULT NULL,
`dvList` text,
`psList` text,
`mdtype` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `mdmpName` (`mdmpName`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*Data for the table `mdprocess` */
LOCK TABLES `mdprocess` WRITE;
insert into `mdprocess`(`id`,`mdmpName`,`dvList`,`psList`,`mdtype`) values (3,'AAAAA','24','28,24,25,26',2);
UNLOCK TABLES;
/*Table structure for table `mprocesslist` */
DROP TABLE IF EXISTS `mprocesslist`;
CREATE TABLE `mprocesslist` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`processName` varchar(256) DEFAULT NULL,
`processLabel` varchar(256) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
/*Data for the table `mprocesslist` */
LOCK TABLES `mprocesslist` WRITE;
insert into `mprocesslist`(`id`,`processName`,`processLabel`) values (22,'com.qihoo.appstore','360手机助手'),(23,'com.qihoo360.mobilesafe',' 360手机卫士'),(24,'com.miui.notes','便签'),(25,'com.miui.video','小米视频'),(26,'com.miui.weather2','天气'),(27,'com.android.soundrecorder','录音机'),(29,'com.miui.networkassistant','网络助手'),(30,'com.android.deskclock','时钟'),(31,'com.android.providers.telephony','电话/信息存储'),(32,'com.android.phone','手机');
UNLOCK TABLES;
/*Table structure for table `setup` */
DROP TABLE IF EXISTS `setup`;
CREATE TABLE `setup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`CAhost` varchar(128) DEFAULT NULL,
`CAport` varchar(5) DEFAULT NULL,
`CAkey` varchar(18) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `setup` */
LOCK TABLES `setup` WRITE;
UNLOCK TABLES;
/*Table structure for table `tmp` */
DROP TABLE IF EXISTS `tmp`;
CREATE TABLE `tmp` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`processName` varchar(128) DEFAULT NULL,
`processLabel` varchar(128) DEFAULT NULL,
`mdtype` int(11) DEFAULT NULL,
`zid` int(11) DEFAULT NULL,
`mdmpName` varchar(128) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*Data for the table `tmp` */
LOCK TABLES `tmp` WRITE;
UNLOCK TABLES;
/*Table structure for table `usergroup` */
DROP TABLE IF EXISTS `usergroup`;
CREATE TABLE `usergroup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`groupname` varchar(18) DEFAULT NULL,
`mzid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `NewIndex1` (`groupname`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
/*Data for the table `usergroup` */
LOCK TABLES `usergroup` WRITE;
insert into `usergroup`(`id`,`groupname`,`mzid`) values (18,'AAAAA',NULL),(19,'TestUGroup_0',NULL),(20,'TestUGroup_1',NULL),(21,'TestUGroup_2',NULL),(22,'TestUGroup_3',NULL),(23,'TestUGroup_4',NULL),(24,'TestUGroup_5',NULL),(25,'TestUGroup_6',NULL),(26,'TestUGroup_7',NULL),(27,'TestUGroup_8',NULL),(28,'TestUGroup_9',NULL);
UNLOCK TABLES;
/*Table structure for table `usertable` */
DROP TABLE IF EXISTS `usertable`;
CREATE TABLE `usertable` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(18) NOT NULL,
`password` varchar(32) DEFAULT NULL,
`group` int(11) DEFAULT NULL,
`mzid` int(11) DEFAULT NULL,
`start` int(11) DEFAULT '1',
PRIMARY KEY (`id`),
UNIQUE KEY `NewIndex1` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8;
/*Data for the table `usertable` */
LOCK TABLES `usertable` WRITE;
insert into `usertable`(`id`,`username`,`password`,`group`,`mzid`,`start`) values (105,'test','202cb962ac59075b964b07152d234b70',18,0,1);
UNLOCK TABLES;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。