Install Playstore on Android 7.1.2
#1
How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0J...mDRpP/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
  Reply
#2
(10-20-2018, 12:49 PM)Domo Wrote: How to install PlayStore

The zip with all needed files : https://drive.google.com/file/d/1YAMZF0J...mDRpP/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?
  Reply
#3
Hi,

This is working correctly.

How did you come across the steps?
  Reply
#4
(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 :-)
  Reply
#5
(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/K...et/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/1YAMZF0J...mDRpP/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?
  Reply
#6
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/K...et/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/1YAMZF0J...mDRpP/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?
  Reply
#7
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...-download/
https://www.apkmirror.com/apk/google-inc...-download/
https://www.apkmirror.com/apk/google-inc...-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.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Difficulty installing Android on Rockpro64 spammycheese 0 2,685 02-17-2023, 05:31 AM
Last Post: spammycheese
  Using Android and the Playstore grobbs 0 2,590 06-04-2022, 12:18 AM
Last Post: grobbs
  Android TV miguelangelaj 2 2,881 06-03-2022, 11:23 AM
Last Post: miguelangelaj
  Control Fan in Android miguelangelaj 2 2,364 06-03-2022, 11:22 AM
Last Post: miguelangelaj
  Slash TV Android for RockPro64 Wizzard 12 10,784 04-24-2022, 08:13 AM
Last Post: Rocklobster
  DRM support in Android Wizzard 2 2,613 02-03-2022, 09:16 PM
Last Post: Johnmo89
  Install Playstore on Android 8.1.0 Domo 14 24,492 04-16-2021, 02:13 AM
Last Post: Wizzard
  Kodi crashing in Android 9 Wizzard 2 3,930 04-16-2021, 02:03 AM
Last Post: Wizzard
  Install Playstore on Android 9 image ddimension 18 27,466 02-13-2021, 12:52 AM
Last Post: chisteven
  RockPro64 line out/headphones in Android 9 Wizzard 0 2,900 11-20-2020, 04:15 AM
Last Post: Wizzard

Forum Jump:


Users browsing this thread: 1 Guest(s)