GMS Installer (Google Play) 100% works for all Huawei devices - Huawei Mate 10 Themes, Apps, and Mods

Greetings,
Actually i own Nova 2s, but i'll just share it here because no specific forum for Nova 2s.
After a few days scratching head and crying loud trying to find out why when i open Google Play Store it's just stuck on circular loading screen, i finally came down to the solution.
For all of you who think it's maybe ROM's fault, it's not.
It's pure GApps' fault, specifically it's com.google.android.gms A.K.A Google Play Services.
Not long ago, you can find an app named GMS Installer in HiApp market, and Huawei decided to trash it, so that's why you can't find it anymore in HiApp market.
GMS Installer is the solution for this issue.
Download the GMS Installer and install the APK, open the app, and press One Touch Installation, your device will automatically reboot and automatically install Google Play Services in Huawei eRecovery.
After your device booting back into system, check in Apps if the Google Play Services installed correctly.
After that, you can download the rest from APKMirror : Google Account Manager, Google Calendar Sync, Google Contacts Sync, Google Play Store, and Google Services Framework. Keep in mind you should download version that fit to your android version.
You can even update the Google Play Services to the latest version using the apk's from APKMirror, don't worry it will works.
That's it!
[LINKS]
GMS INSTALLER 1.2.0 :
https://drive.google.com/open?id=1GdS-Fp9684c9E47hr9Hh3FaIlvLrkHzl

You should mention that is for root only.
Enviado desde mi BLA-L29 mediante Tapatalk

will this work on Huawei Honor 6X for EMUI China Version of Android Oreo 8.0.0 EMUI 8.0

Apps not working.
Hi,
I have installed the gms installer with eRecovey, not with TWRP, and the apks from apkmirror.com. The apps didn't wanted to work... Can u please attach the links to the exact versions that you are using? Thanks.

Just tried this on a Nova 2 Plus which was upgraded to Oreo and had problems not accessing anything Google. I can confirm that it works.... But for some reason Google Services Framework from apkmirror would not install. Otherwise, so far so good.

ppawan said:
will this work on Huawei Honor 6X for EMUI China Version of Android Oreo 8.0.0 EMUI 8.0
Click to expand...
Click to collapse
it should.

zallaevan said:
Hi,
I have installed the gms installer with eRecovey, not with TWRP, and the apks from apkmirror.com. The apps didn't wanted to work... Can u please attach the links to the exact versions that you are using? Thanks.
Click to expand...
Click to collapse
you just have to install the APK normally, and open the app.
please try again and follow the instructions properly.

flashbac76 said:
You should mention that is for root only.
Enviado desde mi BLA-L29 mediante Tapatalk
Click to expand...
Click to collapse
no need to root.

-SKYLINE- said:
Just tried this on a Nova 2 Plus which was upgraded to Oreo and had problems not accessing anything Google. I can confirm that it works.... But for some reason Google Services Framework from apkmirror would not install. Otherwise, so far so good.
Click to expand...
Click to collapse
maybe you're downloading wrong version of Google Services Framework?

heindrix said:
you just have to install the APK normally, and open the app.
please try again and follow the instructions properly.
Click to expand...
Click to collapse
I just tried with installing GMS installer, and then switching to Chinese AppGallery market, and installing the official Play Store app. Then just install and update everything from Play Store, and voilà.:good:

when I clicked for GMS installer one touch installation it required me to uninstall all my google apps however it will not let me delete Google Services Updater because i do not have it downloaded on my honor 6X in the first place. why is this and I cant find this app anywhere to download and then uninstall again so what should I do?

This works in Honor 8 max (and this phone is not rooted)
This works in Honor 8 max (and this phone is not rooted)

Honor 10 lite EMUI 9.0.1 Chinese ROM
Folks, I've been in China and bought two devices honor 10 lite EMUI 9.0.1, but can't make Google Play Store works. I can download and install it, but the app doesn't start. Any suggestion to help me avoid loosing two devices?

alyssoncamilo said:
Folks, I've been in China and bought two devices honor 10 lite EMUI 9.0.1, but can't make Google Play Store works. I can download and install it, but the app doesn't start. Any suggestion to help me avoid loosing two devices?
Click to expand...
Click to collapse
Hi ! yes, i have Honor 10 Lite from China too. And , yes, Play market cant start. Google service too cant start. I try make Play Market different method, but all not working. Huawei make block for Play Market in new version model and new firmwares.

It worked great
The right advice. Thank you so much

THX Brother
This is work from Huawei device
Thx brother and happy new years

Hello sirs
I am european citizent and currently for some day in China where i bought a Huawei Honor 8c BKK-AL10 with EMUI 8.2. I have tried many apk gms installers. The one mentioned here when i try to install does no when give the option "INSTALL ANYWAY" . I am desperate.please help.

d20502191 said:
Hello sirs
I am european citizent and currently for some day in China where i bought a Huawei Honor 8c BKK-AL10 with EMUI 8.2. I have tried many apk gms installers. The one mentioned here when i try to install does no when give the option "INSTALL ANYWAY" . I am desperate.please help.
Click to expand...
Click to collapse
I had the same issue, the hiApp or some security app blocked me to install the GMSInstaller because it was flaged as dangerous. You can install it from a computer via ADB
I suggest you to download minimal ADB Tool https://forum.xda-developers.com/showthread.php?t=2317790
Then copy the GMSInstaller to the ADB folder
Then in the device under development options > Debugging, uncheck the option "Verify apps over USB" that will allow ADB to install apps without a promtp.
Connect the device to the PC and grant debugging permission when asked
Just use adb install package.apk where package is the name of the GMS installer you have
---------- Post added at 06:34 PM ---------- Previous post was at 06:29 PM ----------
I've already installed GMS and stuff, but i have a problem, some apps are not available for installation from Google Play Store.
If i try to install the APK manually i get this message:
"The installation package uses a shared directory that does not exist" and the app wont install.
If i try to install via ADB i get this message in the ADB console:
"[apppackage] requires unavailable shared library com.google.android.maps; failing!"
i get this errors with some apps, and i dont know how to solve this

Google services
ozvandroid said:
I had the same issue, the hiApp or some security app blocked me to install the GMSInstaller because it was flaged as dangerous. You can install it from a computer via ADB
I suggest you to download minimal ADB Tool https://forum.xda-developers.com/showthread.php?t=2317790
Then copy the GMSInstaller to the ADB folder
Then in the device under development options > Debugging, uncheck the option "Verify apps over USB" that will allow ADB to install apps without a promtp.
Connect the device to the PC and grant debugging permission when asked
Just use adb install package.apk where package is the name of the GMS installer you have
---------- Post added at 06:34 PM ---------- Previous post was at 06:29 PM ----------
I've already installed GMS and stuff, but i have a problem, some apps are not available for installation from Google Play Store.
If i try to install the APK manually i get this message:
"The installation package uses a shared directory that does not exist" and the app wont install.
If i try to install via ADB i get this message in the ADB console:
"[apppackage] requires unavailable shared library com.google.android.maps; failing!"
i get this errors with some apps, and i dont know how to solve this
Click to expand...
Click to collapse
That's a problem with every Chinese variant of phones, phones sold in China are not allowed to have Google services, not the phones fault it's the Chinese government. You can sideload "usually" but on some devices it may be blocked by the firmware. If you don't have success sideloading the APK packages you may have to go rebranding to a European or international variant.

Could you fix the GMS issue for Huawei EMUI 9.0 android Pie system?

Related

Google Pay no longer worked

I have been using Google Pay on my Galaxy S8 (SM-G950F) for year with Magisk, I was still able to use Google Pay no problem on Feb 28. I noticed on March 1 when I try pay with Google Pay I got message saying "You can no longer pay in stores with Google Pay". I checked Magisk to make sure it still pass SafetyNet and check was success yet I try to add the credit card again on Google Pay I got message "Couldn't finish setup to pay in stores - This phone can't be used to pay in stores. This may be because it is rooted or altered in some other way.
henban89 said:
I have been using Google Pay on my Galaxy S8 (SM-G950F) for year with Magisk, I was still able to use Google Pay no problem on Feb 28. I noticed on March 1 when I try pay with Google Pay I got message saying "You can no longer pay in stores with Google Pay". I checked Magisk to make sure it still pass SafetyNet and check was success yet I try to add the credit card again on Google Pay I got message "Couldn't finish setup to pay in stores - This phone can't be used to pay in stores. This may be because it is rooted or altered in some other way.
Click to expand...
Click to collapse
I am getting this error too. Working fine until a few days ago. SafetyNet reports all true, Magisk Hide set to Google Pay, Play, etc.
The same on my Galaxy S5
Same here on my OnePlus 6t
Same with my xiaomi 6, magisk 18.1 + manager 7.0. Safetynet is passed
same with my note-9 using bank applications as magisk failed to hide root
No one mentions what ROM they are using
fwiw Google Play works fine on My Note 4 with unofficial LOS 16 (Pie) and Magisk 18.1
Used it last 2 hours ago...
Google Pay never worked on the previous LOS 15.1 (Oreo) on ANY build/version of Magisk, it was a ROM issue.....only worked on stock ROM for the Note 4
So i got quite the surprise when i flashed Pie and it was workies....
73sydney said:
No one mentions what ROM they are using
fwiw Google Play works fine on My Note 4 with unofficial LOS 16 (Pie) and Magisk 18.1
Used it last 2 hours ago...
Google Pay never worked on the previous LOS 15.1 (Oreo) on ANY build/version of Magisk, it was a ROM issue.....only worked on stock ROM for the Note 4
So i got quite the surprise when i flashed Pie and it was workies....
Click to expand...
Click to collapse
I am running on stock rom, my S8 is still running on Android 7.0 and as I said Gpay was working just fine until March 1. I thought about upgrading to latest stock rom with Android 9.0 but currently there isn't any instruction on how to root Android 9.0 on S8 yet.
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Or
1. Upgrade to Magisk Canary by following steps here:
https://forum.xda-developers.com/apps/magisk/dev-magisk-canary-channel-bleeding-edge-t3839337
Not recommended for daily use!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - works on Magisk 18.2 Canary
JarlPenguin said:
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - not working, downgrade to 14.7.99
Click to expand...
Click to collapse
Thanks! I can use google pay again!
Thank you and backing up and protecting backup of Google Play Services version
JarlPenguin said:
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - not working, downgrade to 14.7.99
Click to expand...
Click to collapse
Thank you so much for this. Your instructions were followed to the letter and it worked. I had to use a terminal emulator, su, and "pm uninstall com.google.android.gms" to uninstall updates for Google Play Services for steps 2 & 3 on my OnePlus 6T.
Now that it's working I used Titanium Backup to backup this version of Google Play Services and protected the backup.
Again, thanks.
JarlPenguin said:
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - not working, downgrade to 14.7.99
Click to expand...
Click to collapse
Yeah, thanks it work though install older version of Google Play service didn't seen to helped which Google Pay wouldn't work at all without update Google Pay service to latest version. Even though I updated Google Play service to latest version my Google Pay work again somehow. For the time being Gpay seen to work again hopefully it will continue to work or at least long enough until I upgrade to S10 later this year.
I don't have the three dots to uninstall Google Play Services updates.
OnePlus 3T, Resurrection Remix rom.
Help w/ downgrading Google Play Services
anotherxdauser said:
I don't have the three dots to uninstall Google Play Services updates.
OnePlus 3T, Resurrection Remix rom.
Click to expand...
Click to collapse
If you have already disabled device admin for Google Play Services and Google Pay, you can downgrade Google Play Services like this:
1. Open a terminal emulator on your Android OR an adb shell on your PC connected to your Android.
2. Use "su" to root your shell.
3. Use "pm uninstall com.google.android.gms" to downgrade Google Play Services.
You can then proceed with the remaining steps.
---------- Post added at 10:04 AM ---------- Previous post was at 09:56 AM ----------
JarlPenguin said:
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - not working, downgrade to 14.7.99
Click to expand...
Click to collapse
While these steps worked for me, I'm having a problem with Google Play Services updating itself back to the newest version each night (even w/ background data services disabled for Play Services and for Pay).
Any advice on a way to prevent updates to Google Play Services until I want it updated?
If I open Google Pay without checking to see if Play Services is still downgraded to 14.7.99, I lose all my payment methods.
OnePlus 6T, stock rooted ROM, 2019 Jan Update, Magisk 18.1.
JarlPenguin said:
The new Google Play services update caused this.
Temporary workaround:
1. Disable Google Pay/Find My Device as Device Administrators in Settings > Security & location > Device Administrators.
2. Search "Google Play services" in the Settings search bar.
3. Press the three dots and press "Uninstall previous updates".
4. Download this update - https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-14-7-99-release/
Pick your needed edition (arm or arm64, etc.), download it and install it.
5. Disable Background data access for Google Play Services and Google Play in their respective App Info pages.
6. Download Google Pay from the Play Store.
7. Set up your cards. Enjoy!
Never EVER update Google Play services manually, until a Magisk update is available that bypasses the upgraded SafetyNet. Note that Google Play services is responsible for adding/verifying the card, not the Google Pay app! Hence why there seems to be an overlay when adding a card/verifying an existing one.
Tested Google Pay versions:
2.79.x-2.83.235070858 - working
Tested Google Play services versions:
14.7.99 - working
14.8.49-15.0.10 - not working, downgrade to 14.7.99
Click to expand...
Click to collapse
Worked for me, thanks for including the bit about version 14.7.99.
chriv said:
If you have already disabled device admin for Google Play Services and Google Pay, you can downgrade Google Play Services like this:
1. Open a terminal emulator on your Android OR an adb shell on your PC connected to your Android.
2. Use "su" to root your shell.
3. Use "pm uninstall com.google.android.gms" to downgrade Google Play Services.
You can then proceed with the remaining steps.
Click to expand...
Click to collapse
Thanks for the instructions but I just can't get this to do anything.
I have no dots so I have to use the above method.
Using terminal emulator I get errors about uninstall from pm command asks to ruin as user 1 but is calling from user 0 blah blah blah
Also the APK link has so many different options....any idea what would be the right one for note 4 910F?
Any help would be appricated, googling the error message I get no results.
Only a guess
MatsyLR said:
Thanks for the instructions but I just can't get this to do anything.
I have no dots so I have to use the above method.
Using terminal emulator I get errors about uninstall from pm command asks to ruin as user 1 but is calling from user 0 blah blah blah
Also the APK link has so many different options....any idea what would be the right one for note 4 910F?
Any help would be appricated, googling the error message I get no results.
Click to expand...
Click to collapse
This is only a guess, but it sounds a little like Linux namespace separation might be related to the problem. Is Magisk your "su" program, or did you use something else to root?
My skills with some types of Linux security are limited, so I might not be any help.
chriv said:
This is only a guess, but it sounds a little like Linux namespace separation might be related to the problem. Is Magisk your "su" program, or did you use something else to root?
My skills with some types of Linux security are limited, so I might not be any help.
Click to expand...
Click to collapse
Yes I am using magisk on Resurrection Remix Pie note 4.
The terminal has root access.
I've tried a few different things like manually uninstalling the Google play services and installing the one from the link but doesn't work.
I've tried other variants like pm uninstall --user 0 com.google.android.gms.apk but I always get the user 0 user 1 error
Full error is
:/ $ pm uninstall com.google.android.gms
Security exception: Permission Denial: runUninstall from pm command asks to run as user -1 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
java.lang.SecurityException: Permission Denial: runUninstall from pm command asks to run as user -1 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
at com.android.server.am.UserController.handleIncomingUser(UserController.java:1527)
at com.android.server.am.ActivityManagerService.handleIncomingUser(ActivityManagerService.java:20661)
at android.app.ActivityManager.handleIncomingUser(ActivityManager.java:3904)
at com.android.server.pm.PackageManagerShellCommand.translateUserId(PackageManagerShellCommand.java:2402)
at com.android.server.pm.PackageManagerShellCommand.runUninstall(PackageManagerShellCommand.java:1464)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:193)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:21468)
at android.os.Binder.shellCommand(Binder.java:634)
at android.os.Binder.onTransact(Binder.java:532)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:2821)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:3922)
at android.os.Binder.execTransact(Binder.java:731)
255|:/ $
Click to expand...
Click to collapse
So today i finally hit the issue
Nothing short of removing gms via TWRP file manager, booting and installing (as a user app) the earlier build worked
Im assuming those with "three dots" are on stock ROMS?
Also pm uninstall com.google.android.gms just error-ed out as above
Hopefully the magisk folks figure out a far easier fix for this
Regardless i made a google pay purchase just an hour ago...
Hit the same issue. I could fix it by disconnecting PayPal from GPay, blocking GPay as device administrator, hiding it and GPlay in Magisk hide and then reconnecting PayPal and re-activating contactless payments. It did not have to remove any GPlay Services Updates or anything.

Android 10 with Unofficial Lineage-17.0-Aonly-10-20190909-ErfanGSI

Download ROM : lineage-17.0-Aonly-10-20190909-ErfanGSI.img
https://github.com/ZJRDroid/firmwares/releases/
TWRP : https://pan.baidu.com/s/1HgjIWw2WPdn...#list/path=/
TWRP-20190117-3.2.3.0-4-clover.img
Tools: 01_vendor.zip , 03_Permissiver_v5.zip , 04_allzygotefix2.zip,
05.enableAutoBrightness-twrp.zip
https://mega.nz/#F!JSB1xQQC!s0JjQM6fU7v2sNePI2poGQ
-----------------------------------------------------------------------------------------
Step
1.Flash "01_vendor.zip"
2.Flash System Image " lineage-17.0-Aonly-10-20190909-ErfanGSI.img"
3.Flash " Permissiver_v5.zip"
4.Flash "allzygotefix2.zip"
5.Flash " enableAutoBrightness-twrp.zip"
6.Flash "Magisk 19.3.zip"
7.Reboot
Note --Don't try to install unofficial gapps---->Bootloop
GCam---Reboot required
Nova Launcher---recommended
Viper----need Audio_Modification_Library ( first install ViPER4Android_FX-v2.7.1.0 )
***Very stable Android Q Custom Rom ( beginning stage )
---Next we will install NanoDroid
======================
if you want Gapps try this image " Pixel-Aonly-10-20190904-ErfanGSI.img" https://mirrors.lolinet.com/firmware/gsi/Pixel/
8.Update GooglePlay Services and Google Play Store
9.Login Google Account
installed Pixel Rom, but cant login to google account. how can i fix this? how do i update google play services?
Does it can be used on mipad 4?
I have successfully installed the ROM and it is working as expected. With one exception. Chrome and Vivaldi will crash within a minute or so of opening it. The only workaround I have found so far is to use another browser.
Everlite92 said:
installed Pixel Rom, but cant login to google account. how can i fix this? how do i update google play services?
Click to expand...
Click to collapse
I found downloading from an external source and installing the latest Google Play Services apk for Android 10 allowed me to login to my Google account and access the Google Play Store.
tghe-retford said:
I have successfully installed the ROM and it is working as expected. With one exception. Chrome and Vivaldi will crash within a minute or so of opening it. The only workaround I have found so far is to use another browser.
I found downloading from an external source and installing the latest Google Play Services apk for Android 10 allowed me to login to my Google account and access the Google Play Store.
Click to expand...
Click to collapse
Where did you get it from?
Everlite92 said:
Where did you get it from?
Click to expand...
Click to collapse
I got the apk from APKmirror and installed it from there onto my tablet with no issues.

microG installer Revived major issue - pls help!!!

Guys I'm in a major fix here. Any help would be appreciated.
K20 Pro Global Version - Currently on MIUI Global 11.0.1.0(QFKMIXM)
Rooted via Magisk
Everything was perfectly fine until I noticed 'microG installer Revived' on Magisk and decided to install it.
After I rebooted, Youtube Vanced wouldn't open stating that it won't run without Google Play Services. Same issue with Gmail as well. I went into the microG settings and accepted all the missing permissions. Added my Gmail account, signed in and accepted all the other permission pop-ups that came after.
Despite this everything is still messed up. Gmail and Youtube still gives the same error msg and Chrome keeps crashing.
I tried uninstalling microG but that was an even bigger mistake as the Google Play Services I installed via apk kept crashing.
If someone could pls guide me on how to get the system to how it was prior to the microG installation :crying:
So I managed to fix it somewhat. Uninstalled microG then installed the right version of Google Play services as well as the calendar and contacts sync apks.
No more crash messages but the issue I'm having now is that some app notifications don't work and others (such as Whatsapp) work only sometimes.
And for some really weird reason my Gmail no longer is (or has the option) in dark mode.
Anyway to fix these issues guys?
I've the same problem with my Huawei Mediapad M5 tablet. I've tried to reflash the original "SYSTEM.img" from fastboot mode, but nothing changed. I don't want to do a full reinstall because of this mistake, is there any solution?
Messing with microG is a recipe for disaster because in and of itself it is disastrous, reflash the firmware from scratch and use the Vanced magisk version even though it isn't the last version it works just fine
heynando said:
Messing with microG is a recipe for disaster because in and of itself it is disastrous, reflash the firmware from scratch and use the Vanced magisk version even though it isn't the last version it works just fine
Click to expand...
Click to collapse
It's an absolute nightmare, not sure why the devs don't just update the Magisk version, and I agree the Magisk version works perfectly fine
MicroG works only on systems that don't have GAPPS. That should have been included in the documentation.
I had the same problem (I installed the microG installer revived on a cell phone that had google play services, which caused me that error; I installed the magisk module without knowing what it was for), I solved it by doing the following:
1. Uninstall micro-g and google play services and then restart the terminal.
2. Download and Install (install as system application with lucky patcher) the latest version of the google play services apk, restart.
3. Log out or remove google account from device, reboot device.
4. Login or add google account on the device again, restart the device for the last time; and voila problem solved.
I can't remove my account for some reason, and also I can't add a new google account
Hi Guys, have the same problem. has anyone found a solution? would hate to reset it
Trying to work out what it could be for the first post. It sounds like MicroG was installed while the Google Play services were already on the device.
I have actually manually removed Google Services using the debloater magisk module and run it via terminal.
I'm currently using CrDroid Android 12 and it's working fine with MicroG revived version. I have been testing the Android 13 with MicroG and have issues with the Play Store signing in

Mate 40 pro gms

Hello guy i managed to get gms semi working, I dont know what to do next
Tried everything i dont have any ideas anymore hope somebody can use this and make it working
Playstore gets data but u cant download it crashes
Play services is version 7.3.29
Services framework is version 4.4.4(newer doesnt work)
Account manager version 7.1
Youtube works with account but sometimes crashes
Perhaps if you share the steps someone can use that info and make it happen.
Okay
1. Installed lzplay
2. Installed googlefier
3.installed only microg gms from googlefier and logged in with my account
4.I disabled microg gms trough adb so that account stays loged in while uninstalling(there is tutorial how to disable apps)
5. Installed Services framework version 4.4.4
6. Installed google account manager version 7.1
7. Installed google play services version 7.3.29
8. Instaled Playstore
9. If playstore wont open just go airplaine mode and delete data of playstore and services framework
Playstore opens and gets all data u can search everything but when u click download it crashes if u want working youtube u need to update google play services to this one i put here but when u install this apk i get error that this device is not play certified
Edit: uploaded all apks that i used,except play services 7.3.29 you will have to download it from apkmirror(i doesnt want to upload)
Please specify: China only device with Harmony, not with EMUI.
On Chinese models, GMS should be fully functional, as far as I know.
Well, as i've searched on youtube it's complicated to sideload GMS on HarmonyOS for chinese devices, no matter if it's Mate 40 Pro or P50 Pro, it's complicated...
robi101012981 said:
Please specify: China only device with Harmony, not with EMUI.
Click to expand...
Click to collapse
But in the video says EMUI 12 and NOH-NX9, the Chinese model it's not the same as far as I know.
dizeL69 said:
Hello guy i managed to get gms semi working, I dont know what to do next
Tried everything i dont have any ideas anymore hope somebody can use this and make it working
Playstore gets data but u cant download it crashes
Play services is version 7.3.29
Services framework is version 4.4.4(newer doesnt work)
Account manager version 7.1
Youtube works with account but sometimes crashes
Click to expand...
Click to collapse
it is a big step ahead, hope someone will find out the complete solution. how about downgrade to EMUI 11 and try the steps one more time?
Hi!
I'm using Mate 40 Pro (C432 - HW-EU => NOH-N29).
It's rather easy to downgrade using the HiSuite from EMUI 12 down to 11.
In my case I'm setting up the Hi Suite Proxy (3.3) downloaded from it's official page:
Releases · ProfessorJTJ/HISuite-Proxy
Modifying HiSuite and manipulating it's connection data to install Roms before they officially get released. - ProfessorJTJ/HISuite-Proxy
github.com
Just install HiSuite, Hi Suite Proxy, patch the HiSuite, start up the phone and connect.
I additionally turned on the Programmer Mode in the phone.
Once connected via HiSuite, in the UPDATE section, except the UPGRADE (if available) it allows to install another variant -> in my case it's allowing to DOWNGRADE (Roll-back) down to EUMI 11 (in my case: 11.0.0.253).
IMPORTANT - it's deleting/erasing all the data, so before ANY actions it's wise to backup the files on the phone.
After downgrading I was trying many methods:
- LZPlay / G-Play,
- Googlefier,
- MicroG (several variants, including the one where it allows to use different 'ID's' -> i.e. Nexus X5 (which worked partially in opposite to other sollutions).
- LightHouse -> variant available on AppStore (Huwaei) isn't working, but the one downloaded from this forum did allow me to create the Google account.
Unfortunately any mixes/fixes of GPS, GFS, Account Managers, Google Play Store - are recognizing and forgeting the accounts, while attempting to remove the MicroG or LightHouse.
Perhaps you can help by explaining how to freeze the MicroG (by ADB?) and I'll be able to move-on.
My goals are:
- make the Android Auto to run;
- make the GApps -> Google Assistant, Chrome (with sync), Google Calendar to work;

How To Guide Install Google Play Services on Honor Magic 3 Pro [UI 6.0 Downgradable] Android 11 Packages

I manage to make GMS worked natively with some limitations (push notifications using Google FCM and Map showing on some apps which can be solved by downloading those app from AppGallery).
I have been updated the file to Honor GMSv2.zip to most of file are Android 11 (API30) and recent working version possible. My phone run:
Magic UI 5.0.0.189 now (Mar 1 2022 security)
I uninstalled the system update to avoid update to UI 6.0
no possible solution yet for 6.0 for gms installation, Google will be removed on first reboot on 6.0
Credits to:
-Guide followed from https://club.hihonor.com/cn/thread-26315802-1-1.html
-Package Files gotten from EloYGomeZTv from Youtube
What differences for Honor phone, google play store will not update itself, google services and framework will not have uninstall button (but there're workaround to update it).
Click to expand...
Click to collapse
1 Download the Honor GMSv2.zip and unzip it to your preferred location
2 Copy "Huawei" folder prepared from Google Assistant Backup Folder to root directory of your phone
3 Turn off wifi and data, change date to 23/07/2020
4 Do normal restore operation. Open Settings->system->backup->restore the backup from internal storage (or using external drive-by keeping "Huawei" on root of the drive)
5 Open Google Service Assistant (G logo), click activate, and allow file permission
(must not click reinstall google button at the button)
6 Turn on wifi and/or data, change date to normal
7 Install 1-5 apps respectively
8 Go settings to Users & accounts=>add account=>Google (login your accounts)
***(0. MicroG-Huawei-FIX-ELOYGOMEZTV.apk will not be used unless you cannot add account successfully by those steps)
9 Install 6. com.google.android.gsf_11-30_minAPI30(nodpi)
10 Install 7. com.google.android.gms_17.8.57_(100400-256029040)
11 After that the notification keeps popping up, open the Google Play Store, go to store settings->disable auto-update apps
12 Go settings to App->Google Services Framework
->go storage and clear cache then clear data, force stop until gray out
13 Reboot, open Google Play Store, success!
You should update to Google Play Services 20.18.17_(140408-311416286)-201817057_minAPI30 after no error notification pop up (and do not update it!)
Click to expand...
Click to collapse
-Google Play Store, Google Play Services, and Google Framework can be updated using
For Update or Uninstall.zip (see note in it),and below:
+Google Play Services and Google Framework (open each folder)
1. install number one | 2. reboot | 3. uninstall | 4. install number two​+Google Play Store
1. download 2 files of new vesion from apkmirror, one is bd32 (blue) and another is 3891 (purple, there're 3, can choose one)​*bd32 signature is unsupported one. *3891 signature is support to use​2. install bd32 (using split apk installer or apkmirror installer)​3. reboot | 4. unisntall play store | 5. install 3891 | 6. turn off auto-app update in play store​***in-case you see update notification, just cancel it, otherwise you need to reinstall play services again.
Click to expand...
Click to collapse
--------------------------------------------
Google Chrome will not show any account at first, what you need to do is going to App->Chrome->Permissions->allow Contact permission (if any just allow all)
You should allow all permissions on most of installed Google apk after installation.
--------------------------------------------
**Still error popping up
1. Normal error (not red text notifications), clear cache and data on Google Services Framework, force stop and reboot.
*if error remain, try it a few times
2. Red error (something with play protect is not certified...)
-Download Google Chrome from store, click update play service when open chrome, reboot
-Go to App->Google play service (see uninstall button), click uninstall
-Install 7. com.google.android.gms_17.8.57_(100400-256029040).apk, clear cache and data on Google Services Framework, force stop and reboot.
-After fix the error notification, you can update Google Play Services to 20.18.17_(140408)
*if error remain, try it a few times
3. If above method is not working, follow these steps:
-Turn off wifi and data
-Go settings to App-Google Play Store-click force stop store, go storage and clear cache then clear data
-Go settings to App-Google Services Framework- go storage and clear cache then clear data, repeat clear those for 3 times,
force stop until gray out
-Reboot device (no internet yet)
-Go settings to App-Google Play Services-clear cache, delete all data, then force stop until gray out
-Reboot, turn on wifi, go play store to check
*if error remain, try it a few times
Click to expand...
Click to collapse
To uninstall system update, use adb with cmd:
adb shell pm uninstall -k --user 0 com.hihonor.ouc
If you already on Magic UI 6.0 and want to downgrade to 5.0, you need 2 files
***For Magic3 Pro ELZ-AN10 --->>>
1. First patch to make system downgradable:
+[Before 6.0.0.122] ELZ-AN10 6.0.0.999(C00E999R4P5)_Firmware_Magic UI 6.0_05017LVR.zip​2. Full package 5.0 for system downgrade:
ELZ-AN10 5.0.0.186(C00E183R6P1)_Firmware_Magic UI 5.0_05017KCH.zip​
***For Magic3 Pro+ ELZ-AN20 --->>>
1. First patch to make system downgradable:
+[Before 6.0.0.122] ELZ-AN20 6.0.0.999(C00E999R4P5)_Firmware_Magic UI 6.0_05017LVS.zip​+[6.0.0.125 Upward] ELZ-AN20 6.0.0.998(C00E999R4P8)_Firmware_Magic UI 6.0_05017MGV.zip​2. Full package 5.0 for system downgrade:
ELZ-AN20 5.0.0.186(C00E183R6P1)_Firmware_Magic UI 5.0_05017KCH.zip​
***For Magic3 ELZ-AN00 --->>> help yourself by downloading from THIS: Extraction code: p6pl
Flash those two packages subsequently using dload method
1. Unzip it, and Copy the [dload entire folder] to the root directory of the U disk​(format to exFAT/NTFS and use a good speed drive)​2. Update can be done by 2 methods:​a. Input on dialer *#*#2846579#*#* -> software upgrade -> SD card upgrade -> OK​b. By vol-up+power when power off/restart to enter recovery --> software upgrade -> SD card upgrade​3. Wait patiently for it to flash from 0% to 100% (around 2-3 min at most)​
Click to expand...
Click to collapse
Disclaimer -
I am not the creator of this method and the files are not owned/ do not belong to me.
Follow the step to install the service at your own risk.
This method works but with alot of limitations,..
After Magic UI 6 (BETA already installed) is not even allowing this method now.
mkharbandap said:
This method works but with alot of limitations,..
After Magic UI 6 (BETA already installed) is not even allowing this method now.
Click to expand...
Click to collapse
What kind of limitations do you refer for? I am using Magic ui 5 with google service almost perfect without any restrictions.
I don't get the ui 6 yet, but if you got struck because G app logo (the google assistance), you only need to reinstall old backup app before you restore it.
Chengrom said:
What kind of limitations do you refer for? I am using Magic ui 5 with google service almost perfect without any restrictions.
I don't get the ui 6 yet, but if you got struck because G app logo (the google assistance), you only need to reinstall old backup app before you restore it.
Click to expand...
Click to collapse
No google maps on other apps like Google Photos, Uber etc. Of course limitations on notification.
Magic UI 6 beta, couldn't install with GMS installed, hence needed to reset..
Now, after restorring from old backup, I get G logo but unable to open it
mkharbandap said:
No google maps on other apps like Google Photos, Uber etc. Of course limitations on notification.
Magic UI 6 beta, couldn't install with GMS installed, hence needed to reset..
Now, after restorring from old backup, I get G logo but unable to open it
Click to expand...
Click to collapse
What version of backup app do you have right now?
Chengrom said:
What version of backup app do you have right now?
Click to expand...
Click to collapse
10 or 11
mkharbandap said:
10 or 11
Click to expand...
Click to collapse
I tried both.. Restore from local storage.. Infact i tried to restore from HiHonor Suite too
mkharbandap said:
I tried both.. Restore from local storage.. Infact i tried to restore from HiHonor Suite too
Click to expand...
Click to collapse
It should have worked on old version of backup like Huawei. Be sure you have a change of date before restore (it is important step! )
The version of mine that worked is com.hihonor.koBackup-11.5.1.348-230501348.apk
If it is still not work out, It might be Honor phone updates to android 12 incompatible with the assistance app, you may downgrade to install it.
mkharbandap said:
I tried both.. Restore from local storage.. Infact i tried to restore from HiHonor Suite too
Click to expand...
Click to collapse
Give me your Telegram ID let me ping you
Chengrom said:
It should have worked on old version of backup like Huawei. Be sure you have a change of date before restore (it is important step! )
The version of mine that worked is com.hihonor.koBackup-11.5.1.348-230501348.apk
If it is still not work out, It might be Honor phone updates to android 12 incompatible with the assistance app, you may downgrade to install it.
Click to expand...
Click to collapse
I think it is not compatible with Android 12. HONOR suite doesn't allow to downgrade either. I tried to restore with 10, 11 version of backup apk including restoration from Honor suite too
mkharbandap said:
Give me your Telegram ID let me ping you
I think it is not compatible with Android 12. HONOR suite doesn't allow to downgrade either. I tried to restore with 10, 11 version of backup apk including restoration from Honor suite too
Click to expand...
Click to collapse
Have you also tried to uninstall and install backup.apk from adb as well? If so, I also out of ideas to make it work if could not downgrade it.
mkharbandap said:
Give me your Telegram ID let me ping you
I think it is not compatible with Android 12. HONOR suite doesn't allow to downgrade either. I tried to restore with 10, 11 version of backup apk including restoration from Honor suite too
Click to expand...
Click to collapse
I found a guide video that make sense for you as it skipped the google assistance app backup step completely from chinese guy who also using Honor phone to do it.
Here is the link: youtu.be/pSTk1wRe4EA (useless)
Chengrom said:
I found a guide video that make sense for you as it skipped the google assistance app backup step completely from chinese guy who also using Honor phone to do it.
Here is the link: youtu.be/pSTk1wRe4EA
Click to expand...
Click to collapse
Let me try this
mkharbandap said:
Let me try this
Click to expand...
Click to collapse
The thing with this and most of other method without G installation is, it doesn't retain the Google account after uninstalling MicroG, i can't see any google account even after adding via MicroG
mkharbandap said:
The thing with this and most of other method without G installation is, it doesn't retain the Google account after uninstalling MicroG, i can't see any google account even after adding via MicroG
Click to expand...
Click to collapse
You can share screenshot of G app error for future solution. You need to until stable release to see if there any methods shared that work on Magic UI 6.
Chengrom said:
You can share screenshot of G app error for future solution. You need to until stable release to see if there any methods shared that work on Magic UI 6.
Click to expand...
Click to collapse
yeah, i am waiting for some solution or installation method for GMS on Magic UI 6. Let's see if someone is coming up on this.
I am using previous method to install GMS. my only problem is I can't update GMS because its is a system app now, P50 doesnt have this problem. IS there any other workaround for those system apps thing. P50 works fine with no errors or notification and all Google files are uptodate. Honor Magic3 Pro freeze when google wants to update gms when installing gboard.
jattal said:
I am using previous method to install GMS. my only problem is I can't update GMS because its is a system app now, P50 doesnt have this problem. IS there any other workaround for those system apps thing. P50 works fine with no errors or notification and all Google files are uptodate. Honor Magic3 Pro freeze when google wants to update gms when installing gboard.
Click to expand...
Click to collapse
To clearify, the previous method is just extended and also needless for Honor magic 3 pro where it only need to clear data on Framework to fix the error.
First of all, to update google services, you should go to play store and turn off app auto-update from the settings first.
The steps to update or uninstall are here:
-update using unsupported version for Google services (android 11 version any packages)
-reboot, You will see uninstall button
-Install any packages you want
The files are attached below! the second packages is 20.30.65 that is work great, you can try other version on android 10 for GMS to work.
jattal said:
I am using previous method to install GMS. my only problem is I can't update GMS because its is a system app now, P50 doesnt have this problem. IS there any other workaround for those system apps thing. P50 works fine with no errors or notification and all Google files are uptodate. Honor Magic3 Pro freeze when google wants to update gms when installing gboard.
Click to expand...
Click to collapse
As you mention, P50 is based on Android 10, and Magic 3 pro is on Android 11.
You can try to update the Google Services Framework from 10 to 11 to make it work flawelessly, still, some limitation on Map and push.
The procedures are the same as updating Google Play Services.
Thank you. Very clear.
The method i used was to insert GSF to google account, which allowed me to update smoothly on P50.
hi,
I tried on my Honor Magic 3 Pro Plus (Ultimate) but I can't uninstall the Google Services Framework. My phone can't fix the Google Play Services error message: this device isn't Play Protect certified

Categories

Resources