Installing Google Play Store: Difference between revisions
(Created page with "==Play Store / Google Play services== Unfortunately only authorized devices can install Google Play Services.<br> Due to Google licensing and distribution restriction, only ce...") |
No edit summary |
||
Line 1: | Line 1: | ||
<!-- Set release according to "release" parameter in URL and use RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6 as default | |||
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- | |||
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!-- | |||
--> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} Installing Google Play Store}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Android}} __toc__ | |||
==Play Store / Google Play services== | ==Play Store / Google Play services== | ||
Unfortunately only authorized devices can install Google Play Services.<br> | Unfortunately only authorized devices can install Google Play Services.<br> |
Revision as of 21:28, 26 December 2019
Play Store / Google Play services
Unfortunately only authorized devices can install Google Play Services.
Due to Google licensing and distribution restriction, only certified device can access the google / play store services.
This requires a platform CTS report, and the google certification process is quite long and complicated.
- It's a very long and tricky procedure described here:
https://source.android.com/compatibility/
- You can find several hacks in the forums about how to install the apk on uncertified devices, via side load.
- Usually relying on extracting the target apk from a certified device and copying it on yours.
or
https://apkpure.com/ or some other website who hosts the apks you can download and side load via
adb install <apk_package>.apk
A possible alternative would be installing GApps and override some of the stock packages:
http://opengapps.org/
- Note: Contact sales@variscite.com for such requests about porting and efforts.