Installing Google Play Store: Difference between revisions
No edit summary |
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: | --> {{PageHeader|{{#var:HARDWARE_NAME}} - {{#switch: {{#var:ANDROID_NAME}} | Android 10 = {{#var:ANDROID_NAME}} | Android 11 = {{#var:ANDROID_NAME}} | | Android 12 = {{#var:ANDROID_NAME}} | Android 13 = {{#var:ANDROID_NAME}} | Android {{#var:ANDROID_NAME}} }} - Installing the Google Play Store}} {{DocImage|category1=Android|category2={{#var:HARDWARE_NAME}}}} | ||
= Play Store / Google Play services = | = Play Store / Google Play services = | ||
Unfortunately only authorized devices can install Google Play Services | Unfortunately, only authorized devices can install Google Play Services<br> | ||
Due to Google licensing and distribution | Due to Google licensing and distribution restrictions, only certified devices can access the Google / play store services<br> | ||
This requires a platform CTS report, and the | 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> | ||
https://source.android.com/compatibility/<br> | https://source.android.com/compatibility/<br> | ||
- You can find several hacks in the forums about how to install the apk on uncertified devices, via side load | - You can find several hacks in the forums about how to install the apk on uncertified devices, via side load <br> | ||
- Usually relying on extracting the target apk from a certified device and copying it on yours | - Usually relying on extracting the target apk from a certified device and copying it on yours<br> | ||
or | or | ||
https://apkpure.com/ or some other 3rd party websites, as they | https://apkpure.com/ or some other 3rd party websites, as they host the apks you can download and sideload via below adb command. | ||
adb install <apk_package>.apk | $ adb install <apk_package>.apk | ||
A possible alternative would be installing GApps and | A possible alternative would be installing GApps and overriding some of the stock packages:<br> | ||
http://opengapps.org/ | http://opengapps.org/ | ||
* Note: Contact sales@variscite.com for such requests about porting and efforts. | * Note: Contact sales@variscite.com for such requests about porting and efforts. |
Revision as of 16:37, 7 September 2023
Play Store / Google Play services
Unfortunately, only authorized devices can install Google Play Services
Due to Google licensing and distribution restrictions, only certified devices 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 host the apks you can download and sideload via below adb command.
$ adb install <apk_package>.apk
A possible alternative would be installing GApps and overriding some of the stock packages:
http://opengapps.org/
- Note: Contact sales@variscite.com for such requests about porting and efforts.