@wddzzz
2017-04-29T01:01:25.000000Z
字数 4343
阅读 10569
未分类
GMS:在安卓智能机进入中国早期,国内大多数人习惯把 Google 服务包又叫做 GMS ( Googel Mobile Service
)服务包。但其实从严格意义上来讲, GMS 只存在于那些经过了 Google认证的手机厂商发售的 Android 设备当中,而
Android 玩家一直以来乐此不疲地折腾的东西叫做 GAPPS。
GAPPS:全称Google Apps,一般是由国外某些 ROM 大神或是 ROM 团队为了完善他们的ROM体验而单独制作的Google应用和服务的整合包。GAPPS 不仅包含了Google服务的基本框架,根据版本的不同,也包含诸多 Google 自家的优秀应用。GAPPS 依旧是那些想要拥有完善 Android 体验的非 Nexus 手机用户和 Google 服务重度依赖者们的不二之选。
网络上常见的 GAPPS 主要有 :
PA GApps(已停更,版本稍旧)
,Kang GApps
,tk GApps
,bank GApps
,OpenGApps
等。
目前使用最广泛的是OpenGApps,大家熟知的CyanogenMod ROM(已停更),其使用的谷歌服务框架就是Open GApps,使用方便,操作简单。
以OpenGApps为例,提供的 GApps 主要包含以下几个版本:
aroma
值得一提,它是Open GApps 最近放出的一种版本,该版本具备图形化安装界面,在刷入过程中可自行选择需要安装的 GApps 组件,十分好用。(仅支持可以触摸操作的recovery下刷入,一般不建议使用。)
super
究极体,完整包里面包含了Nexus手机里所有的谷歌服务,也就是谷歌的核心服务,包含了所有的Google应用。(如果不是谷粉,一般都不刷这个包,因为实在太大了Orz)
stock
完整包里面包含了Nexus手机里所有的谷歌服务,也就是谷歌的核心服务,包含了所有的Google应用,并且会替换一部分原生应用,如Chrome
、日历
、相机
、谷歌输入法
、Google Now 即时桌面
等等。
full
与 stock 所包含的内容相同,但是不包含:相机、谷歌输入法、Google Gallery, 并且不会替换掉Chrome
、日历
、相机
、谷歌输入法
、Google Now 即时桌面
或者Pico TTS服务
。
如果你想体验Nexus手机的谷歌服务,并且想继续使用原手机自带的启动器等服务,full 是最好的选择。
mini
包含了完整的 Google 服务框架和主流 Google 应用,去掉了 Google Docs 等文档处理应用,适合不太经常使用谷歌应用的人。包含有:谷歌核心服务
、通讯录日历同步服务
、Google Now 即时桌面
、Google Play services服务
、Google 搜索
、Google Text-to-Speech
、Gmail
、Google+
、YouTube
、Hangouts
、谷歌地图
、谷歌地图街景服务
。
micro
这个包是专为喜欢简约的用户准备的。它包含有:谷歌核心服务
、 通讯录日历同步服务
、Google Play 商店
、Google Now 即时桌面
、Google Play services服务
、Google 搜索
、Google Text-to-Speech
、Gmail
。
nano
虽说是超小,但也包含了完整的 Google 服务框架,并不包含多余的 Google 应用。这个包适合那些不想占用太大内存,但是又想体验到原生的谷歌搜索服务的机友。包含有:谷歌核心服务
、通讯录日历同步服务
、Google Play 商店
、Google Play services服务
、Google 搜索
。
pico
包含了最基础的 Google 服务框架,体积最小,适合仅仅想给系统装个Play商店的同学,其他的 Google 应用可以自己下载。非常推荐这个包,其他像Gmail、Youtube都可以到Google Play里下,还可以卸载。包含有:谷歌核心服务
、 通讯录日历同步服务
、Google Play services服务
、Google Play 商店
。
tvstock
电视专用服务包,不详。
adb shell
,
pm grant com.google.android.gms android.permission.BODY_SENSORS
pm grant com.google.android.gms android.permission.READ_SMS
pm grant com.google.android.gms android.permission.RECEIVE_MMS
pm grant com.google.android.gms android.permission.READ_EXTERNAL_STORAGE
pm grant com.google.android.gms android.permission.WRITE_EXTERNAL_STORAGE
pm grant com.google.android.gms android.permission.READ_CALENDAR
pm grant com.google.android.gms android.permission.CAMERA
pm grant com.google.android.gms android.permission.READ_CONTACTS
pm grant com.google.android.gms android.permission.WRITE_CONTACTS
pm grant com.google.android.gms android.permission.GET_ACCOUNTS
pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION
pm grant com.google.android.gms android.permission.RECORD_AUDIO
pm grant com.google.android.gms android.permission.READ_PHONE_STATE
pm grant com.google.android.gms android.permission.CALL_PHONE
pm grant com.google.android.gms android.permission.READ_CALL_LOG
pm grant com.google.android.gms android.permission.PROCESS_OUTGOING_CALLS
pm grant com.google.android.gms android.permission.SEND_SMS
pm grant com.google.android.gms android.permission.RECEIVE_SMS
pm grant com.google.android.gms android.permission.READ_SMS
pm grant com.google.android.gms android.permission.RECEIVE_MMS
pm grant com.google.android.gms android.permission.READ_EXTERNAL_STORAGE
pm grant com.google.android.gms android.permission.WRITE_EXTERNAL_STORAGE
运行后,重启手机即可。
adb shell
,
pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE
pm grant com.google.android.setupwizard android.permission.CALL_PHONE
pm grant com.google.android.setupwizard android.permission.WRITE_CONTACTS
pm grant com.google.android.setupwizard android.permission.PROCESS_OUTGOING_CALLS
pm grant com.google.android.setupwizard android.permission.GET_ACCOUNTS
pm grant com.google.android.setupwizard android.permission.READ_CONTACTS
运行后,重启手机即可。