Share My Creation GAPP Installer

Google Play Service and Google Play Store installer for chinese mobile phone such as Xiaomi, Oppo , Vivo etc..
This app needs internet to download all of google releated apk.



Download Link : https://bit.ly/gappinstaller

Make with B4A.
 

Attachments

  • 93426639_4035815236459380_3390024472781127680_o.jpg
    28.3 KB · Views: 2,509

max123

Well-Known Member
Licensed User
Longtime User
Hi, many thanks for posting this.
Tried it on emulator but no luck.

The app start and I can download and install all services.

All services installed but PlayStore does not start.
Going to services I see that Framework and Play service had no permissons,
so I set all permissons, but nothing changed.
Tried to restart emulator but nothing changed.

You have some advices?

Thanks
 

max123

Well-Known Member
Licensed User
Longtime User
Thanks.
How I can get other ways GAPPS on emulator with Android 11 (SDK 30) ?

Is that possible maybe using Open GAPPS ?

What I need is to have a PlayStore and Youtube app that require Google services to work.
 

max123

Well-Known Member
Licensed User
Longtime User
I already use Bluestacks 5, but is not the same.
Open GAPPS can work on it ?
 

max123

Well-Known Member
Licensed User
Longtime User
@jahswant when you replied (post #7) I already had the same page open and still read and follow the tutorial, but this is for Android Studio emulator and on Mac device.

I follow last tutorial now.

Just another question around emulator, some ages ago when I used emulator with B4A I remember can change a lots of options like ram to assign, storage space etc.
Even there are templates for real device like Nexus.

Now when I create a Virtual device it only show me 3 devices, 2 phones and one tablet, no other options.
When I start emulator I go to Settings but here there are just a small amount of customization, not what I expects, eg I cannot know how set the storage space and other things.
Please, can you explain me a bit on this?

Thanks
 
Last edited:

max123

Well-Known Member
Licensed User
Longtime User
Both tutorials are unapplicable because are for MacOS and I'm on Windows 11.
 

Sifu

Active Member
Thanks.
How I can get other ways GAPPS on emulator with Android 11 (SDK 30) ?

Is that possible maybe using Open GAPPS ?

What I need is to have a PlayStore and Youtube app that require Google services to work.
You can simply create an emulator which does have Google play support, you can do it in Android Studio or via the command line.
On a real device with an alternative rom, normally you install GAPPS via a zip via the boot loader, you need to restart your phone in a certain way with some knobs pushed in. Check XDA developers website for more info.
 

max123

Well-Known Member
Licensed User
Longtime User
Yes thanks,

I already flashed some time agos various custom roms on some real devices, rom like Cyanogen Mod,
and used a zip from CWM or TWRP recovery to add official Google Services.

I never installed Open GAPPS over adb interface and this is the work I attemp to do now.
 
Last edited:

Sifu

Active Member
You could put it as zip on an uSDcard and insert it in the phone, then select it to install via TWRP or CWM. I used Cyanogenmod before too android 7 on a Galaxy 2. And the successor of course LineageOs.
 

max123

Well-Known Member
Licensed User
Longtime User
I don't have to install on real device but on Android Emulator that comes with Android SDK.
I tried a tons of guides today but none of them worked.
 
Last edited:

max123

Well-Known Member
Licensed User
Longtime User
The latter guide I've tried is this, I can push the Open GAPPS Zip on the emulator with adb push
command in the right place but then I cannot remount and install it.

Note that I started the emulator not from AVD Manager, because need to remount I just started it from a command prompt (As administator under Win11) this way:
Bash:
cd Android
cd emulator
emulator -list-avds
--> 10in_Tablet_Platform_30_default    # The name after creating it with AVD Manager

emulator @10in_Tablet_Platform_30_default --writable-system  # Writable

Then...
adb remount   # this now works

Here is the log:

but these commands do not works:
Bash:
mount -o remount,rw /
mount -o remount,rw /system
mkdir /tmp
cd /data/local/tmp
miniunz open_gapps-x86–6.0-mini-20170328.zip # Emulator doesn't have unzip
cp unzip-x86 /system/xbin/unzip
cp busybox-x86 /system/xbin/install
chmod +x /system/xbin/{unzip,install}

Here the link I follow:
 
Last edited:

Sifu

Active Member
Is it correct that you need the Google play support? If so then you should choose the correct image to install. There are images with and without. This can also be done via command line.
 

max123

Well-Known Member
Licensed User
Longtime User
Yes it is correct, I need default Google services and Google Play Store.
I do not know what image you refer, on the emulator there are no images to load.
 

max123

Well-Known Member
Licensed User
Longtime User
The last link is referred to Android Studio Emulator, the AVD manager of B4A does not show options with different images containing Google services.
Starting with Android Studio 3.0 Canary 1, you have now some options of devices that come with the Play Store app built-in(Nexus 5X and Nexus 5 on image below).
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…