Device is not certified by Google
作者:互联网
含有GMS的版本,手机连上网之后,则不听产生如下警告:
Users who purchased this device:
The device manufacturer has preloaded
Google apps and services without
certification from Google.Contact the
manufacturer and ask for a certified device.
Learn more at g.co/AndroidCertifiedDevice
解决办法:登陆 g.co/AndroidCertifiedDevice 网站,注册手机的信息,然后警告消失
注意,在敲击如下命令时:
adb root
adb shell 'sqlite3 /data/data/com.google.android.gsf/databases/gservices.db \
"select * from main where name = "android_id";"'
可能会有下面这样的错误:
D:\auto_test\selenium>adb shell
xxx-TEST:/ # sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = "android_id";"
/system/bin/sh: sqlite3: inaccessible or not found
127|xxx-TEST:/ #
可以到这里下载app,打开app拷贝Google Services Framework Android ID即可
https://mega.nz/#!0dRwGZAD!RFBXULKgrrptIzSJCUJLVSG6SjWED70BNvQIFrXayo0
标签:Google,device,sqlite3,adb,Device,android,data,certified 来源: https://blog.51cto.com/u_15278218/2936751