1

I have a Lollipop AOSP ROM without any Google related service (Google Play is missing also).

To get Google Play working it seems(but I'm not sure) that I need to install:

  • Google Play apk

  • Google Services apk

  • Google Services Framework

  • Google Login Service

I have also read that I have to convert them into system apps. My device is rooted so it should not be too difficult to convert these apps into system apps, but I have no idea of where I could find the updated version of the needed files. I have only found some tutorial for old kindle devices with an older OS.

Could someone help me to find updated version of needed files for Lollipop 5.1?

Any other solution is welcome.

Firelord
  • 25,084
  • 20
  • 124
  • 286
AndreaF
  • 125
  • 1
  • 1
  • 4

1 Answers1

2

You don't install all the APKs individually. Since you've installed an AOSP ROM, what you are looking for is a gapps package that you flash in a similar way to how you flashed your ROM. You can get a minimal gapps package that will install everything you mentioned here.

You need not worry about converting them to system apps. When you flash the package from your recovery, they will be installed as system apps in the system parition.

chromozonex
  • 568
  • 3
  • 8