Installing Google Play Store: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- | --> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- | ||
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!-- | --> {{#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}} | --> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} - Installing the Google Play Store}} {{DocImage|category1=Android|category2={{#var:HARDWARE_NAME}}}} __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> | ||
Due to Google licensing and distribution restriction, only certified device can access the google / play store services. <br> | Due to Google licensing and distribution restriction, only certified device can access the google / play store services.<br> | ||
This requires a platform CTS report, and the google certification process is quite long and complicated. <br> | This requires a platform CTS report, and the google certification process is quite long and complicated.<br> | ||
- It's a very long and tricky procedure described here:<br> | - It's a very long and tricky procedure described here:<br> |
Revision as of 14:15, 1 January 2020
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 3rd party websites, as they hosts the apks you can download and side load via below adb commmand.
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.