|
我们的商务不知道如何重置,你那边知道吗,能否截图过来,修改设备信息,关键是修改那几个信息。
strcpy(authParam.termInfo.CPU, "ARM");
strcpy(authParam.termInfo.Desc, "MEIG");
strcpy(authParam.termInfo.HardwareProvider, "MEIG");
strcpy(authParam.termInfo.HardwareSN, "0000000");
strcpy(authParam.termInfo.HardwareVersion, "1.0");
strcpy(authParam.termInfo.ID, "mt500"); //874b51d58bf2f9a1
strcpy(authParam.termInfo.IMEI, "8683310119921791");
strcpy(authParam.termInfo.MAC, "020000000000");
strcpy(authParam.termInfo.ModelNumber, "MT500"); //msm8953 for arm64
strcpy(authParam.termInfo.DeviceModelNumber, "MT500"); //msm8953 for arm64
strcpy(authParam.termInfo.OSID, "874b51d58bf2f9a1"); //系统ID
strcpy(authParam.termInfo.OSType, "android");
strcpy(authParam.termInfo.OSVersion, "25");
strcpy(authParam.termInfo.SoftwareProvider, "MEIG");
strcpy(authParam.termInfo.SoftwareVersion, "25");
strcpy(authParam.termInfo.Type, "MPU"); |
|