Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Google PLAY services

14

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
14

Google PLAY services

Posted at 11/16/2014 19:48:22      View:11708 | Replies:8        Print      Only Author   [Copy Link] 1#
I wanted to ask about Google PLAY services. Android 4.4 to RK3288 has contains Google PLAY or not?
Reply

Use props Report

403

Credits

10

Prestige

12

Contribution

intermediate

Rank: 3Rank: 3

Credits
403
Posted at 11/17/2014 10:59:11        Only Author  2#

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[code][/code]


Reply

Use props Report

14

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
14
Posted at 11/19/2014 05:35:14        Only Author  3#
Great, thank you!




Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 12/11/2014 02:05:38        Only Author  4#

Worked thanks.

cappybob
Reply

Use props Report

8

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
8
Posted at 4/2/2015 11:19:53        Only Author  5#
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?
Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 4/3/2015 23:48:02        Only Author  6#
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
Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 4/3/2015 23:48:20        Only Author  7#
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
Reply

Use props Report

8

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
8
Posted at 4/8/2015 14:41:33        Only Author  8#
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?
Reply

Use props Report

240

Credits

0

Prestige

0

Contribution

intermediate

Rank: 3Rank: 3

Credits
240
Posted at 4/10/2015 12:49:57        Only Author  9#
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
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list