用過海信雙面屏或者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(可以不按照順序,國外大神說的是需要按照順序)
前置步驟:開啟開發者模式
開啟 開發者模式
步驟1:下載安裝 adb 程式
Mac可以直接輸入命令:brew install android-platform-tools
具體 brew 是啥自行百度
Windows 平臺參考:
先從這裡下載 adb,然後下一步,下一步就行,到安裝完成。
安裝好後啟動 adb,這裡只介紹幾個命令,對於裝個 GAPPS
已經足夠了。
- 檢視裝置:
adb devices
看到xxxxxx device即表示連線成功 - 檢視手機IP:
adb shell ifconfig | grep Mask
- 通過IP地址連線手機:
adb connect <device-ip-address>
- 斷開連線:
adb disconnect <device-ip-address>
- 裝置監聽:
adb tcpip 5555
這裡差不多了,更多可以參考下這裡,下面開始介紹如何連線手機
首先開啟開發者模式,用資料線連線電腦
看到有裝置的即使連線成功
讓裝置在 5555 埠監聽 TCP/IP 連線:
這裡需要手機和電腦處於一個網路中,沒有的話,可以用手機分享個熱點,或者電腦分享個熱點手機連上即可。
adb tcpip 5555
斷開 USB 連線。
通過ip連線上就可以斷開了
找到裝置的 IP 地址。
一般能在「設定」-「關於手機」-「狀態資訊」-「IP地址」找到,也可以使用命令檢視
adb shell ifconfig | grep Mask
# 或
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 <device-ip-address> # <device-ip-address> 就是上一步中找到的裝置 IP 地址。
# 確認連線狀態。
adb devices # <device-ip-address>:5555 device說明連線成功。
到這一步已經完成連線了。
步驟2:刪除海信手機裡的垃圾軟體(可選)
這裡要麼一個個複製執行,可以寫個cmd檔案 複製進去就行 副檔名 .cmd
執行檔案
這裡其實關閉這些垃圾app可以減少很多記憶體,我全都關掉後,基本上比平時多400-500M的記憶體,可以替換為自己喜歡的第三方app
db 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.hplayer
adb shell pm disable-user --user 0 com.android.providers.downloads.ui
adb shell pm disable-user --user 0 com.android.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.einklauncher.plugin.wechat
adb shell pm disable-user --user 0 com.hmct.voiceassist
adb shell pm disable-user --user 0 com.hmct.ftmode
adb shell pm disable-user --user 0 com.hmct.semantic.analysis
步驟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
如果怕也可以自行下載,在搜尋對應的軟體名稱www.apkmirror.com,看好版本號,如:Requires newer sdk version #29 (current version is #24)
,這種就是屬於安卓版本對不上。
這種就屬於安卓版本和軟體版本不一致,如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)]
下面按照順序依次安裝完即可(也可以不按照順序)
-
- 001-Google Play services-com.google.android.gms-1…apk
-
- 002-Google_Account_Manager.apk
-
- 003-Google Play Store.apk
-
- 004-com.google.androi….apk (到這裡不能正常使用google play store)
-
- 005-Google Services Framework-com.google.android.gsf-29-v10.apk
-
- 006-modagain1gsm.apk
-
- 007-com.google.android.gms2.apk
安裝命令: 替換<package_name>
為上述的包名,注意路徑。
adb install <package_name>
安裝完成後就可以正常使用google全家桶了。再也不怕出國不能叫車了。
Reference
Install the GAPPS on HISENSE A7 / A7CC / A5PRO / A5PRO CC
Install and use ADB on HISENSE A5PRO / A5PRO CC