nift4 / microg_installer_revived

Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/
GNU General Public License v3.0
784 stars 44 forks source link

no internet connectivity for microg #51

Closed shaminz99 closed 2 years ago

shaminz99 commented 2 years ago

I'm running Android 12 custom rom with signature spoofing support. The custom rom came with gapps installed. So, debloated it. Installed this module and see the error message as, Failure [INSTALL_FAILED_VERSION_DOWNGRADE: Package Verification Result]

Full log below,

- Copying zip to temp directory
- Installing microG_Installer_Revived.zip
- Current boot slot: _a
- Device is system-as-root
Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
  inflating: module.prop
**************************
 microG Installer Revived 
 by nift4 
**************************
Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
  inflating: customize.sh
*******************
 Powered by Magisk 
*******************
- Extracting module files
Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
  inflating: CHANGELOG
  inflating: customize.sh
  inflating: LICENSE
  inflating: module.prop
  inflating: README.md
   creating: system/
   creating: system/etc/
   creating: system/etc/permissions/
  inflating: system/etc/permissions/privapp-permissions-org.microG.xml
  inflating: system/etc/permissions/com.google.android.maps.xml
   creating: system/etc/sysconfig/
  inflating: system/etc/sysconfig/org.microG.xml
   creating: system/etc/default-permissions/
  inflating: system/etc/default-permissions/permissions-com.google.android.gms.xml
   creating: system/priv-app/
   creating: system/priv-app/GsfProxy/
  inflating: system/priv-app/GsfProxy/GsfProxy.apk
   creating: system/priv-app/Phonesky/
  inflating: system/priv-app/Phonesky/Phonesky.apk
   creating: system/priv-app/GmsCore/
  inflating: system/priv-app/GmsCore/GmsCore.apk
   creating: system/framework/
  inflating: system/framework/com.google.android.maps.jar
- Installing microG GmsCore
**Failure [INSTALL_FAILED_VERSION_DOWNGRADE: Package Verification Result]**
- Real Play Store not found, installing Fake Store
Success
- Done

I could still see microg installed. But couldn't grant permission to receive text messages. Google device registration shows as Not Registered. Tried to add Google account - microG Services Core pops up - clicked on Sign In - "Sorry... You don't have a network connection"

Is there any other settings to be done? Thanks.

nift4 commented 2 years ago

Your gapps debloat did not properly work. The issues with

arise from an inconsitent state inside PackageManager (it's complicated). Make sure you have no Gapps installed when you flash the module.

nift4 commented 2 years ago

Closed due to no response.

shaminz99 commented 2 years ago

Thank you. You are right. Managed to debloat the ROM completely and it worked.