PINE64
Install Playstore on Android 7.1.2 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Android on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=100)
+--- Thread: Install Playstore on Android 7.1.2 (/showthread.php?tid=6683)



Install Playstore on Android 7.1.2 - Domo - 10-20-2018

How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0JfT61L7OyqFEeg_KWy8vkmDRpP/view

Activate developer mode and get a root shell:

./adb device

./adb root

./adb remount


./adb push playstore.apk /system/priv-app/

./adb push playservices.apk /system/priv-app/

./adb push gsf.apk /system/priv-app/


./adb install -r gsf.apk

./adb install -r playservices.apk

./adb install -r playstore.apk


./adb push libAppDataSearch.so /system/lib/

./adb push libconscrypt_gmscore_jni.so /system/lib/

./adb push libgcastv2_base.so /system/lib/

./adb push libgcastv2_support.so /system/lib/

./adb push libgmscore.so /system/lib/

./adb push libgoogle-ocrclient-v3.so /system/lib/

./adb push libjgcastservice.so /system/lib/

./adb push libjingle_peerconnection_so.so /system/lib/

./adb push libleveldbjni.so /system/lib/

./adb push libnative.so /system/lib/

./adb push libsslwrapper_jni.so /system/lib/

./adb push libvcdiffjni.so /system/lib/

./adb push libwearable-selector.so /system/lib/

./adb push libWhisper.so /system/lib/



Then reboot and go to the android settings, apps and give all the permissions to the apks installed. Start Play Store, do not input anything, just exit.


The following commands should also be executed on the RockPro64 to prevent occasional Google Play Services errors: So run the beginning commands and get into adb shell and run these commands:

./adb shell

pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION

pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION

Reboot again.

Finish


RE: Install Playstore on Android 7.1.2 - rookieone - 11-03-2018

(10-20-2018, 12:49 PM)Domo Wrote: How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0JfT61L7OyqFEeg_KWy8vkmDRpP/view

Activate developer mode and get a root shell:

./adb device

./adb root

./adb remount


./adb push playstore.apk /system/priv-app/

./adb push playservices.apk /system/priv-app/

./adb push gsf.apk /system/priv-app/


./adb install -r gsf.apk

./adb install -r playservices.apk

./adb install -r playstore.apk


./adb push libAppDataSearch.so /system/lib/

./adb push libconscrypt_gmscore_jni.so /system/lib/

./adb push libgcastv2_base.so /system/lib/

./adb push libgcastv2_support.so /system/lib/

./adb push libgmscore.so /system/lib/

./adb push libgoogle-ocrclient-v3.so /system/lib/

./adb push libjgcastservice.so /system/lib/

./adb push libjingle_peerconnection_so.so /system/lib/

./adb push libleveldbjni.so /system/lib/

./adb push libnative.so /system/lib/

./adb push libsslwrapper_jni.so /system/lib/

./adb push libvcdiffjni.so /system/lib/

./adb push libwearable-selector.so /system/lib/

./adb push libWhisper.so /system/lib/



Then reboot and go to the android settings, apps and give all the permissions to the apks installed. Start Play Store, do not input anything, just exit.


The following commands should also be executed on the RockPro64 to prevent occasional Google Play Services errors: So run the beginning commands and get into adb shell and run these commands:

./adb shell

pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION

pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION

Reboot again.

Finish

I downloaded the platform-tools from this post and the 8.1.2 post, but if I diff the files they are the same.

Incorrect link for this one?


RE: Install Playstore on Android 7.1.2 - chillaranand - 11-05-2018

Hi,

This is working correctly.

How did you come across the steps?


RE: Install Playstore on Android 7.1.2 - Domo - 11-16-2018

(11-05-2018, 12:55 AM)chillaranand Wrote: Hi,

This is working correctly.

How did you come across the steps?

Hey, I have also a Tinker Board and the steps for installing Playstore are the same.
So i test the same prozess on the RockPro64 and it works :-)


RE: Install Playstore on Android 7.1.2 - abidbodal - 11-04-2020

(11-03-2018, 02:21 PM)Hi,The zip file is not accessible anymore. Could you please update the link?I am interested in adding Google play store support to the following 7.1.2 tablet: https://www.glorystartouch.com/product/Kiosk-Tablet/NEB-215. Currently when I try binaries from apk-mirror, I get the following error with Google Services Frameworkjava.lang.RuntimeException: Unable to get provider com.google.android.gsf.settings.GoogleSettingsProvider: java.lang.SecurityException: You need MANAGE_USERS permission to: get the profile parentIt has Android version 7.1.2 and running on a Rockwell RK3399 Cortex A72 processor.Thanks,Abid.rookieone Wrote:
(10-20-2018, 12:49 PM)Domo Wrote: How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0JfT61L7OyqFEeg_KWy8vkmDRpP/view

Activate developer mode and get a root shell:

./adb device

./adb root

./adb remount


./adb push playstore.apk /system/priv-app/

./adb push playservices.apk /system/priv-app/

./adb push gsf.apk /system/priv-app/


./adb install -r gsf.apk

./adb install -r playservices.apk

./adb install -r playstore.apk


./adb push libAppDataSearch.so /system/lib/

./adb push libconscrypt_gmscore_jni.so /system/lib/

./adb push libgcastv2_base.so /system/lib/

./adb push libgcastv2_support.so /system/lib/

./adb push libgmscore.so /system/lib/

./adb push libgoogle-ocrclient-v3.so /system/lib/

./adb push libjgcastservice.so /system/lib/

./adb push libjingle_peerconnection_so.so /system/lib/

./adb push libleveldbjni.so /system/lib/

./adb push libnative.so /system/lib/

./adb push libsslwrapper_jni.so /system/lib/

./adb push libvcdiffjni.so /system/lib/

./adb push libwearable-selector.so /system/lib/

./adb push libWhisper.so /system/lib/



Then reboot and go to the android settings, apps and give all the permissions to the apks installed. Start Play Store, do not input anything, just exit.


The following commands should also be executed on the RockPro64 to prevent occasional Google Play Services errors: So run the beginning commands and get into adb shell and run these commands:

./adb shell

pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION

pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION

Reboot again.

Finish

I downloaded the platform-tools from this post and the 8.1.2 post, but if I diff the files they are the same.

Incorrect link for this one?



RE: Install Playstore on Android 7.1.2 - abidbodal - 11-04-2020

Hi,
The zip file is not accessible anymore. Could you please update the link? I am interested in adding Google play store support to the following 7.1.2 tablet: 
https://www.glorystartouch.com/product/Kiosk-Tablet/NEB-215

Currently when I try binaries from apk-mirror, I get the following error with Google Services 

Frameworkjava.lang.RuntimeException: Unable to get provider com.google.android.gsf.settings.GoogleSettingsProvider: java.lang.SecurityException: You need MANAGE_USERS permission to: get the profile parent

It has Android version 7.1.2 and running on a Rockwell RK3399 Cortex A72 processor.

Thanks,
Abid
(10-20-2018, 12:49 PM)Domo Wrote: How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0JfT61L7OyqFEeg_KWy8vkmDRpP/view

Activate developer mode and get a root shell:

./adb device

./adb root

./adb remount


./adb push playstore.apk /system/priv-app/

./adb push playservices.apk /system/priv-app/

./adb push gsf.apk /system/priv-app/


./adb install -r gsf.apk

./adb install -r playservices.apk

./adb install -r playstore.apk


./adb push libAppDataSearch.so /system/lib/

./adb push libconscrypt_gmscore_jni.so /system/lib/

./adb push libgcastv2_base.so /system/lib/

./adb push libgcastv2_support.so /system/lib/

./adb push libgmscore.so /system/lib/

./adb push libgoogle-ocrclient-v3.so /system/lib/

./adb push libjgcastservice.so /system/lib/

./adb push libjingle_peerconnection_so.so /system/lib/

./adb push libleveldbjni.so /system/lib/

./adb push libnative.so /system/lib/

./adb push libsslwrapper_jni.so /system/lib/

./adb push libvcdiffjni.so /system/lib/

./adb push libwearable-selector.so /system/lib/

./adb push libWhisper.so /system/lib/



Then reboot and go to the android settings, apps and give all the permissions to the apks installed. Start Play Store, do not input anything, just exit.


The following commands should also be executed on the RockPro64 to prevent occasional Google Play Services errors: So run the beginning commands and get into adb shell and run these commands:

./adb shell

pm grant com.google.android.gms android.permission.ACCESS_COARSE_LOCATION

pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION

Reboot again.

Finish

I downloaded the platform-tools from this post and the 8.1.2 post, but if I diff the files they are the same.

Incorrect link for this one?


RE: Install Playstore on Android 7.1.2 - Wizzard - 04-16-2021

I played with it a little and I successfully installed Play Store using apks downloaded from apkmirror.

At a time of writing this post I used there versions:

https://www.apkmirror.com/apk/google-inc/google-play-store/google-play-store-24-9-17-release/google-play-store-24-9-17-21-0-pr-367727371-android-apk-download/
https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-21-15-15-release/google-play-services-21-15-15-040400-371058782-android-apk-download/
https://www.apkmirror.com/apk/google-inc/google-services-framework/google-services-framework-7-1-2-release/google-services-framework-7-1-2-android-apk-download/

I just renamed the files to playstore.apk, playservices.apk and gsf.apk and installed using this guide.

I decompressed the renamed playstore.apk to playstore.apk.zip and copied all the libs via adb.