PINE64
Install Playstore on Android 8.1.0 - 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 8.1.0 (/showthread.php?tid=6684)

Pages: 1 2


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

How to install PlayStore on Android 8.1.0

The zip with all needed files : https://drive.google.com/file/d/1upg2H9uCBhKEgU1is19LNmKEqpwB9KE6/view?usp=sharing
IMPORTANT : This file are not the same as for Android 7.1.2

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.


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 8.1.0 - its-pointless - 10-27-2018

it worked for me but i had to overwrite your platform tools adb fastboot etc with a working version. but yeah im logged into play services


RE: Install Playstore on Android 8.1.0 - Domo - 10-27-2018

I used the platform tools from the link and they worked for me.
I use Windows 10


RE: Install Playstore on Android 8.1.0 - molnar - 12-14-2018

Hi,
I have already the Android 8.1.0 installed in my eMMC module and the system starts fine but as you know there ins't gapps so I would like to install.
I've download the zip file I don't know how continue.
How I active the developer mode? should I connect my rockpro64 to my windows pc? How? Or what?

Please, do you have a dummy guide or something like that???


RE: Install Playstore on Android 8.1.0 - Diesel141 - 07-06-2019

Will this work for Android 9? I have installed 9 on 64GB SD, but no Gplay. I want to find out before I wreck the OS. It worked great on 8.1!


RE: Install Playstore on Android 8.1.0 - CaptainMeatshield - 02-21-2020

Does anybody have a working link to the zip?


RE: Install Playstore on Android 8.1.0 - pino88 - 04-07-2020

(10-27-2018, 05:25 PM)its-pointless Wrote: it worked for me but i had to overwrite your platform tools adb fastboot etc with a working version. but yeah im logged into play services

can someone give me the zip file? it is no more available in the link. Thanks


RE: Install Playstore on Android 8.1.0 - pino88 - 04-07-2020

(10-27-2018, 05:25 PM)its-pointless Wrote: it worked for me but i had to overwrite your platform tools adb fastboot etc with a working version. but yeah im logged into play services

I can't download. the link is broken. could someone share the zip file? thanks


RE: Install Playstore on Android 8.1.0 - pixelbrain - 04-29-2020

it seems support for the rockpro64 is a bit rubbish, i would have thought the creators would be keeping up to date on how to install android 8 9 10  and atv and showing how to install gapps and playstore but this site feels dead. cant they create an img with gapps already included.

anyway i to want to install playstore etc and yes the link doesnt work. I did find this info from the tinkerboard creators site which seem almost exactly the same. and they say which files to download. between the instructions above and the ones on tinker we may just get play store installed and running.

here is the link , i havnt tried it yet myself but will be soon.

https://tinkerboarding.co.uk/wiki/index.php/Installing_Play_Store

good luck would be interested in known if it works Rolleyes


RE: Install Playstore on Android 8.1.0 - pfeerick - 04-29-2020

(04-29-2020, 03:17 AM)pixelbrain Wrote: it seems support for the rockpro64 is a bit rubbish, i would have thought the creators would be keeping up to date on how to install android 8 9 10 and atv and showing how to install gapps and playstore but this site feels dead.

Probably because not many people appear to be interested in running Android on the rockpro64? Since it's a community-driven project, if the interest isn't there, the support won't happen.

(04-29-2020, 03:17 AM)pixelbrain Wrote: cant they create an img with gapps already included.

Er, probably not, for the same reasons other images don't include them... From when I was fiddling with Android images with other devices, downloading and installing the gapps package was normal, probably because the distribution license wouldn't allow for the apps to be re-packaged.