문제

I am really new to rom development, however i managed to build a custom rom for galaxy nexus. I obviously dont have gapps.

I am wondering how can i incorporate gapps in the build without having to flash a .zip file?

The apps are not open source and they are prebuilt apk.

도움이 되었습니까?

해결책

Find the APK files for the Google apps that you would like to include. Copy each one under the directory /system/app/ and chmod 644 (change permissions to rwrr). Recompile your ROM and flash it as you'd like.

다른 팁

goto https://github.com/opengapps and in opengapps repo follow the instruction.. there will be a common makefile to initiate the build then you have to add its path to your romname_device.mk

You can use micro g project for using google services in custom ROMs. For example in Replicant ROM microg is used. Micro g has multiple tools such as location services , appstore and etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top