|
Edited by gefefnm11 at 2019-3-28 19:48
I tried to burn your image, unfortunately without sucsess - the device would not boot at all (not event the logo).[i verified and it works with stock images]
I also found instructions how to install gplay on 4pda forum.I was able to follow those but since OPi3 is considered TV dongle, play store does not have much to offer.
Here is the translated manual [source link is below] - these are not my instructions, so use them at your own risk.
1. Install ADB tools (since you are here, i believe you know where to get those).
2. Download GAPPS: https://github.com/cgapps/vendor_google/raw/builds/arm64/gapps-5.1-arm64-2015-07-17-15-08.zip
3. create system folder in c:\ (if you create the folder in diifferent location, then the rest of the instructions should be adjusted accordingly)
(assuming the folder is C:\system\).
4. Extract Gapps package and copy the contents of "common" and "arch" into "c:\system\".
5. Open CMD.
6. run the following (assuming ADB is in your path):
6.1 Check connectivity
6.2 Remount filesystem for r/w
6.3 push gapps onto the device
- adb push C:/system/ /system/
Copy code
6.4 reboot the device
5. After rebood, gplay yoush be accessible.
6. in order to use different launcher run:
- adb shell pm hide com.iplayui.iplayuilauncher3
Copy code
good luck.
Source on 4pda
|
|