Google Play连接失败

时间:2016-06-18 03:57:46

标签: android google-play-services

最近,我在使用Google Play时出现问题,您可以在下面找到日志:

06-15 13:12:08.827  2942  6113 E CheckinTask: Checkin failed: https://android.clients.google.com/checkin (request #0): java.io.IOException: Rejected response from server: invalid hardware identifier: "DP7C Pro-SGA1" is not a valid device
06-15 13:12:08.827  4590  5984 D FotaUpdate: SdcardUtil:getExternalStorageStateExt: Environment.getExternalStorageState = mounted
06-15 13:12:08.829  2942  6113 V CheckinService: No Subscriptions found on the device
06-15 13:12:08.830  4590  5984 D Environment: getStorageVolume,  volume:StorageVolume:
06-15 13:12:08.830  4590  5984 D Environment:     mStorageId=65537 mPath=/storage/sdcard0 mDescriptionId=17040808 
06-15 13:12:08.830  4590  5984 D Environment:     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=10 
06-15 13:12:08.830  4590  5984 D Environment:     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null 
06-15 13:12:08.830  4590  5984 D Environment:     mUserLabel=null mState=mounted 
06-15 13:12:08.830  4590  5984 D Environment: getStorageVolume,  volume:StorageVolume:
06-15 13:12:08.830  4590  5984 D Environment:     mStorageId=131073 mPath=/storage/sdcard1 mDescriptionId=17040806 
06-15 13:12:08.830  4590  5984 D Environment:     mPrimary=false mRemovable=true mEmulated=false mMtpReserveSpace=0 
06-15 13:12:08.830  4590  5984 D Environment:     mAllowMassStorage=true mMaxFileSize=0 mOwner=null mUuid=null 
06-15 13:12:08.830  4590  5984 D Environment:     mUserLabel=null mState=removed 
06-15 13:12:08.831  2942  6113 I CheckinService: Checking schedule, now: 1465992728830 next: 1465992763827
06-15 13:12:08.831  2942  6113 I CheckinService: active receiver: disabled

我有3个问题:

  1. Google Play checkinservice是否验证序列号和& ro.product.device连接时?
  2. 它的命名规则是什么?是否会检查其他参数?
  3. 设备是否可以使用默认的序列号连接到Google Play" 0123456789ABCDEF"?

2 个答案:

答案 0 :(得分:0)

好的,Google Play的访问权限是由经过批准的设备授予的。如果您已将build.prop文件中的设备名称更改为无法识别的内容,则不会允许您进入。如果您未更改设备名称,则可能需要重置出厂设置才能解决问题

答案 1 :(得分:0)

该物业" ro.product.device"不应该包含任何空白。 这是"人工验证"。

的问题