Google PLAY services

I wanted to ask about Google PLAY services. Android 4.4 to RK3288 has contains Google PLAY or not?

The default firmware does not contain Google Play services.

However, you can build your own firmware with Google Play services, by editing file

device/rockchip/rk3288/BoardConfig.mk, and changing the following line from:

BUILD_WITH_GOOGLE_MARKET := falseto:

BUILD_WITH_GOOGLE_MARKET := true


Great, thank you!

Worked thanks.

cappybob

busybee Posted at 11/17/2014 10:59
The default firmware does not contain Google Play services.

I build my own firmware with Google Play services, by editing file device/rockchip/rk3288/BoardConfig.mk.
Modify the line BUILD_WITH_GOOGLE_MARKET := true, and download the image.

When boot in Android, it can’t connect to any website by using Browser and I check Ethernet is Enable, my network no problem.

Whats happened?

Usopp Posted at 4/2/2015 11:19
I build my own firmware with Google Play services, by editing file device/rockchip/rk3288/BoardCon …

After you build from the SDK, Android and Kernel, did you do a “make clean” for Android and “make mrproper” for Kernel to remove old build files.o before doing another build with the SDK. Not a Master here, but a noob, works for me though.

later–cappybob

Usopp Posted at 4/2/2015 11:19
I build my own firmware with Google Play services, by editing file device/rockchip/rk3288/BoardCon …

After you build from the SDK, Android and Kernel, did you do a “make clean” for Android and “make mrproper” for Kernel to remove old build files.o before doing another build with the SDK. Not a Master here, but a noob, works for me though.

later–cappybob

cappybob Posted at 4/3/2015 23:48
After you build from the SDK, Android and Kernel, did you do a “make clean” for Android and "make …

Before building from the SDK, I did a “make clean” for Android and “make mrproper” for Kernel to remove old build files.o.

The problem still exist, Ethernet Network can’t use, but use WIFI OK and the cable connect to PC also OK.
I think my network setting no problems(DHCP), it can normally run on other platform and if I don’t modify BUILD_WITH_GOOGLE_MARKET := false then it is OK.
So it should have other question in the SDK source code setting to affect Ethernet Network?

Usopp Posted at 4/8/2015 14:41
Before building from the SDK, I did a “make clean” for Android and “make mrproper” for Kernel to r …

I have had problems with Linux builds that won’t recognize eth0. And every time it seems to be a parameter problem. Android this I have not seen, for in settings it is an on, off switch. This is strange and really handled by the .dts kernel build. Some third party builds have this missing in settings, but other than that it is a strange happening for me.

Sorry-- Will look around–cappybob