Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. How to update Google play services on Xgimi H1 :
  2.  
  3. 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 :
  4. https://ibb.co/mDVe3b
  5. 2.) Go to wifi (or ethernet) settings and remember your IP address
  6. 3.) If on Windows extract this zip to C:\adb https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  7. 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
  8. 5.) Open CMD as administrator, then type inside "cd c:\adb"
  9. 6.) Issue this commands in Comand Prompt:
  10. Adb connect youripaddress
  11. Adb root
  12. Adb connect youripaddress
  13. Adb shell
  14. setenforce 0
  15. rm -rf /system/priv-app/GmsCore/GmsCore.apk
  16. Exit
  17. Adb push c:\adb\GmsCore.apk system/priv-app/GmsCore/
  18. Adb disconnect youripaddress
  19. 7.) Turn off ADB in hidden menu and reboot
  20.  
  21. You have latest Google play services installed
  22.  
  23. By Mirko1312
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement