1. 程式人生 > >Device is not certified by Google

Device is not certified by Google

Google Test

錯誤警報:

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

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

技術分享圖片

3. Reboot phone

a. adb reboot

b. sign googlge account (use step3 google account)


Device is not certified by Google