Skip to content

Correct way of installing microG as system-app #2844

@meinintelligenterfreund

Description

@meinintelligenterfreund

Hello everyone,

I know that there are modules for Magisk that do the installation for you and I also know about LineageOS for microG. I tried those an they work great. I only got into problems when trying to update to a newer microG version. But I think I screwed this up.

But my question is not about the above its about how to correctly install microG on Android 15 from scratch. I installed it out of F-Droid but because it installs microG as an user app the phone won’t wake up when a push message comes in. At least that’s what I read. The installation instructions describe the process with the footnote to use adb push but without any further explanation.

Is this the correct procedure?

  • Naked phone without any microG installation but Magisk installed (LineageOS 22.1)
  • Enable adb debugging in developer settings
  • Enable adb root in developer settings
  • Connect phone
  • adb root
  • adb remount (makes /system/ write-able)
  • adb push com.google.android.gms-244735012.apk /system/app/
  • adb shell chmod 644 /system/app/com.google.android.gms-244735012.apk
  • adb push com.google.android.gsf-8.apk /system/app/
  • adb shell chmod 644 /system/app/com.google.android.gsf-8.apk
  • adb push com.android.vending-84022612.apk /system/app/ (optional)
  • adb shell chmod 644 /system/app com.android.vending-84022612.apk (optional)
  • adb reboot

I would like to understand the correct way and would appreciate any help.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions