Building Android Pie for VIM3

You can refer to the website

Hi @Terry
I tried this but I get an error while cloning the source.
Sharing the screenshot of the error.
What’s wrong here??

root@lxx-NUC10i7FNH:/home/lxx/Downloads/gapps# git clone https://github.com/terry2droid/google.git
Cloning into ‘google’…
remote: Enumerating objects: 430, done.
remote: Total 430 (delta 0), reused 0 (delta 0), pack-reused 430
Receiving objects: 100% (430/430), 785.13 MiB | 13.49 MiB/s, done.
Resolving deltas: 100% (132/132), done.
root@lxx-NUC10i7FNH:/home/lxx/Downloads/gapps#

i can download sucessly,i find your url is not correct

Hii,

I was able to clone from this link “git clone https://github.com/terry2droid/google.git”.
I compiled AOSP but android does not get started.
It gets stuck on android animation and then it says ‘can not load data’.
I think this GApps will not work with VIM3.
Is it correct??

What changes did you make ?

Nothing. I directly clone that directory to ‘vendor/amlogic’ and then I started compiling.
Sharing the screenshot.

you should add BUILD_WITH_GAPPS_CONFIG := true in device/khadas/kvim3/kvim3.mk ,then build update.img
lunch kvim3-userdebug
make otapackage -j10

Yes, that is what I did.
AOSP build was a success but when I flashed that OS on the VIM3 I got an error.

Sharing the error message.

Hii @jasonl and @Terry
Could you please help me on this??
I need this urgently. I tried everything but still android is not booting up.

How do you download the source code ? if you not add gapps ,the board can boot up ?

I downloaded .zip file from here Link—> “https://github.com/terry2droid/google/tree/Pie-arm

Then I unzipped the google directory to ‘vendor/amlogic’.
BUILD_WITH_GAPPS_CONFIG := true in device/khadas/kvim3/kvim3.mk

then,
source build/envsetup.sh
lunch kvim3-userdebug
make -j4 otapackage

then I flashed update.img on VIM3

not gapps source code ,i mean sdk source code

From here ----> repo init -u https://github.com/khadas/android_manifest.git -b khadas-vims-pie

are you sure your downloading is sucessfuly? make installclean ,have you try?

I have not tried make installclean.
Will it remove entire /out directory??

it will not remove entire /out directory

I tried after installclean but same thing happens.
Should I try after removing entire out directory??

There is not any issue with AOSP compilation but Android is not booting after adding GApps into VIM3 android pie sdk.
Has anyone tried with GApps with VIM3?

@Terry @jasonl

Should I go for another source for GApps??

Gapps9

Installation Failed ----> Certification Error

Which GApps should I try??
I mean AROMA, Super, Stock, Full or something else??

Is the problem caused by adding gapps