Device is not certified by Google

错误警报:

Developer warning for package "com.google.android.googlequicksearchbox" 

Failed to post notification on channel "null" 

See log for more details


错误原因:

Google 为了加强对手机产品管控严格了验证环节.


解决方法:

Only for Userdebug/End Load

1. Pull Android ID by using adb

扫描二维码关注公众号,回复: 116155 查看本文章

a. adb root

b. adb shell

sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"

return android_id|4248415456882149816

  

2. Registration Android ID

Open https://www.google.com/android/uncertified/  ,sign google account-> Registration Android ID

426fb644-99bd-4790-9c8c-582311b7b772.png

3. Reboot phone

a. adb reboot

b. sign googlge account (use step3 google account)


猜你喜欢

转载自blog.51cto.com/13726600/2111036