Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
4,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. How to update Google play services on Xgimi H1 :
  2.  
  3. First install Kodi from USB (download and install Kodi APK), open Kodi, inside Kodi go to Addons-Android Apps and open Play Store from inside Kodi. Log in with your Google account. If you dont do this before updating later you will not be able to add acount. You will have to Factory Reset your Xgimi and start from beginning.
  4.  
  5. 1.) Go to Settings-System Information window.Hold left button for cca 5sec until hidden menu appears, switch ADB value to the right until this symbol (I guess it means enabled) appears :
  6. https://ibb.co/mDVe3b
  7. 2.) Go to wifi (or ethernet) settings and remember your IP address
  8. 3.) If on Windows extract this zip to C:\adb https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  9. 4.) Download (https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-11-9-51-release/google-play-services-11-9-51-230-177350961-android-apk-download/) and rename to GmsCore.apk and put to C:\adb folder
  10. 5.) Open CMD as administrator, then type inside "cd c:\adb"
  11. 6.) Issue this commands in Comand Prompt:
  12. adb connect youripaddress
  13. adb root
  14. adb connect youripaddress
  15. adb shell
  16. setenforce 0
  17. rm -rf /system/priv-app/GmsCore/GmsCore.apk
  18. exit
  19. adb push c:\adb\GmsCore.apk system/priv-app/GmsCore/
  20. adb disconnect youripaddress
  21. 7.) Turn off ADB in hidden menu and reboot
  22.  
  23. You have latest Google play services installed
  24.  
  25. By Mirko1312
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement