海信A6/A6L A7Pro/CC A5PRO/A5PRO CC 安装gms google service指南

用过海信双面屏或者eink手机的朋友都知道,海信手机就是死活安装不了谷歌全家桶,因为海信的领导说跟谷歌有协议不能安装谷歌框架(还说后期google审核坚决不给安装,人家其他ov mui都可以安装)。不信的朋友可以去海信论坛求证,杠精走开。

海信手机没有安装GSM Google Mobile Service 也没有 youtube,gmail,google map。在国外的朋友们用起来很难受,别说打游戏了,就日常出行也离不开google service,也是找了很久找到一个国外大神对海信A7 Pro下安装的教程,尝试在A6l也可以装,后面 Hisense A5PRO/CC
Hisense A7/CC A6/A6L A2/A2Pro 其实都是通用的。

不过这个大神的教程并不是root来安装,对于在保的小伙伴们还是依然可以享受保修,系统升级(虽然海信基本百年不更新的),现在开始介绍下如何让海信eink系列获得GMS

安装步骤

  • 下载 adb
  • 关闭一堆系統內建的 垃圾 Apps 的功能(可以不关闭看自己了)
  • 下载 Aurora Store (这步骤完全没用上,看个人了,国外大神推荐要下载)
  • 先依照順序 安裝 4个基础服务 apk,安装完成后可以正常登陆google账号了
  • 再 按照顺序 安裝 3个 其他服务 apk(可以不按照顺序,国外大神说的是需要按照顺序)

前置步驟:开启开发者模式

打开 开发者模式

海信A6/A6L A7Pro/CC A5PRO/A5PRO CC 安装gms google service指南_第1张图片

步骤1:下载安装 adb 程序

Mac可以直接输入命令:brew install android-platform-tools 具体 brew 是啥自行百度

Windows 平台参考:

先从这里下载 adb,然后下一步,下一步就行,到安装完成。

安装好后启动 adb,这里只介绍几个命令,对于装个 GAPPS 已经足够了。

  • 查看设备:adb devices 看到xxxxxx device即表示连接成功
  • 查看手机IP: adb shell ifconfig wlan0
  • 通过IP地址连接手机:adb connect
  • 断开连接:adb disconnect
  • 设备监听:adb tcpip 5555

这里差不多了,更多可以参考下这里,下面开始介绍如何连接手机

首先打开开发者模式,用数据线连接电脑

看到有设备的即使连接成功

海信A6/A6L A7Pro/CC A5PRO/A5PRO CC 安装gms google service指南_第2张图片

让设备在 5555 端口监听 TCP/IP 连接:

这里需要手机和电脑处于一个网络中,没有的话,可以用手机分享个热点,或者电脑分享个热点手机连上即可。

adb tcpip 5555

断开 USB 连接。

通过ip连接上就可以断开了

找到设备的 IP 地址。

一般能在「设置」-「关于手机」-「状态信息」-「IP地址」找到,也可以使用命令查看

adb shell ifconfig wlan0

adb shell ifconfig wlan0

# 下面的inet addr就是IP地址
wlan0     Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
          inet addr:172.30.96.xx  Bcast:172.30.111.xx  Mask:255.255.240.xx
          inet6 addr: xx::xx:xx:xx:xx/xx Scope: Link
          UP BROADCAST RUNNING MULTICAST  MTU:xxx Metric:1
          RX packets:xxx errors:0 dropped:xxx overruns:0 frame:0
          TX packets:xxx errors:xx dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:xxx
          RX bytes:xxx TX bytes:xxx

通过 IP 地址连接设备。

adb connect  #  就是上一步中找到的设备 IP 地址。
# 确认连接状态。
adb devices # :5555 device说明连接成功。

到这一步已经完成连接了。

步骤2:删除海信手机里的垃圾软件(可选)

这里要么一个个复制执行,可以写个cmd文件 复制进去就行 扩展名 .cmd 执行文件

这里其实关闭这些垃圾app可以减少很多内存,我全都关掉后,基本上比平时多400-500M的内存,可以替换为自己喜欢的第三方app

adb shell pm disable-user --user 0 com.android.hplayer # 视频播放器
adb shell pm disable-user --user 0 com.android.browser # 默认的浏览器
adb shell pm disable-user --user 0 com.android.calendar # 日历
adb shell pm disable-user --user 0 com.android.firewall
adb shell pm disable-user --user 0 com.android.providers.downloads.ui # 下载
adb shell pm disable-user --user 0 com.android.sos # sos其实没用
adb shell pm disable-user --user 0 com.hmct.account # 海信账号
adb shell pm disable-user --user 0 com.hmct.antivirus 
adb shell pm disable-user --user 0 com.hmct.assist #助手
adb shell pm disable-user --user 0 com.hmct.einklauncher.plugin.wechat # 墨水屏后部分的微信
adb shell pm disable-user --user 0 com.hmct.imageedit # 图片编辑
adb shell pm disable-user --user 0 com.hmct.mobileclear # 手机清理
adb shell pm disable-user --user 0 com.hmct.questionnaire # 海信售后
adb shell pm disable-user --user 0 com.hmct.theme #主题商城
adb shell pm disable-user --user 0 com.hmct.voiceassist # 语音助手
adb shell pm disable-user --user 0 com.hmct.voicetranslate # 语音转换
adb shell pm disable-user --user 0 com.hmct.music # 音乐
adb shell pm disable-user --user 0 com.hmct.hmctmanual # 海信的手册
adb shell pm disable-user --user 0 com.hmct.userexperienceprogram
adb shell pm disable-user --user 0 com.tencent.soter.soterserver
adb shell pm disable-user --user 0 org.hapjs.mockup
adb shell pm disable-user --user 0 com.hmct.jdreader 
adb shell pm disable-user --user 0 com.tencent.android.location
adb shell pm disable-user --user 0 com.hmct.hiphone.juplugin
adb shell pm disable-user --user 0 com.hmct.ftmode
adb shell pm disable-user --user 0 com.hmct.semantic.analysis
com.android.hmctconsumerservice #手机服务
com.android.mobilemanager  #手机管家
com.android.hmctconsumerservice # 服务网点名录
com.hmct.gamebox # 游戏盒子
com.hmct.hiphone.juplugin # 咨询推荐

步骤3:下载极光商店和Lawnchair (可选)

手动下载也行,在手机上下也行,download from APKMirror

使用以下命令通过ADB设置为默认lawnchair启动程序:

adb shell cmd package set-home-activity "ch.deletescape.lawnchair.plah"
# 完成后重启手机,我是没装这步骤

步骤4 安装GAPPS

首先下载所需的apk,这里直接贴上大神给的下载地址理论上 A7Pro/CC 可以直接用

这是大佬的:
huawei-p40
huawei

这是我打包的包含A6l:HISENSE

再次更新:阿里网盘也被限制了,直接CSDN吧:下载地址:HISENSE

如果怕也可以自行下载,在搜索对应的软件名称www.apkmirror.com,看好版本号,如:Requires newer sdk version #29 (current version is #28),这种就是属于安卓版本对不上。

这种就属于安卓版本和软件版本不一致,如A6l是9 A7Pro是10,不能互通。 问题可以参考这里:https://github.com/rom1v/sndcpy/issues/37

adb: failed to install sndcpy.apk: Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI:
 /data/app/vmdl1606743385.tmp/base.apk (at Binary XML file line #7): 
Requires newer sdk version #29 (current version is #28)]

下面按照顺序依次安装完即可(也可以不按照顺序)

  1. 001-Google Play services-com.google.android.gms-1…apk
  2. 002-Google_Account_Manager.apk
  3. 003-Google Play Store.apk
  4. 004-com.google.androi….apk (到这里不能正常使用google play store)
  5. 005-Google Services Framework-com.google.android.gsf-29-v10.apk
    下面两个不用安装,安装出错
  6. 006-modagain1gsm.apk (安装新版01后无法安装后两个
  7. 007-com.google.android.gms2.apk (安装新版01后无法安装后两个

安装命令: 替换 为上述的包名,注意路径。

adb install 

安装完成后就可以正常使用google全家桶了。再也不怕出国不能打车了。

海信A6/A6L A7Pro/CC A5PRO/A5PRO CC 安装gms google service指南_第3张图片

海信A6/A6L A7Pro/CC A5PRO/A5PRO CC 安装gms google service指南_第4张图片

Reference
Install the GAPPS on HISENSE A7 / A7CC / A5PRO / A5PRO CC
Install and use ADB on HISENSE A5PRO / A5PRO CC

你可能感兴趣的:(#,HISENSE,android)