Question about GAPPS

so hi, I’ve been doing a lot of GSI lately and the only thing that I’m concerned about is that can I install GAPPS even if I don’t have a TWRP recovery? Let’s say I flashed HAVOC OS 4.1 vanilla gsi, will I be able to install GAPPS?

DISCLAIMER: Flashing the HAVOC OS 4.1 GSI GAPPS VERSION didn’t work for me, but the VANILLA worked, that’s why I’m planning to just install gapps later on but I don’t know how without TWRP.

THANK YOU!

2 Likes

Why wouldnt u have a custom recovery ?

1 Like

This method may work:


Reboot to recovery
Go into Sideload (might be under advanced - if your recovery doesn’t have this feature, then you need to update your recovery.
On your computer, run adb sideload <gapps-version.zip>
Reboot.

according to that site he also needs to be rooted ?

1 Like

Yes. I’m sure there is an excellent tutorial here in the forums on the subject of rooting with Magisk.

I just read it more thoroughly now and he also needs a custom recovery? so this is not going work for him?

1 Like

One way to find out?

Well it says so specificlly so look

If you have a rooted phone with a custom recovery, you can do it:

Reboot to recovery
Go into Sideload (might be under advanced - if your recovery doesn't have this feature, then you need to update your recovery.
On your computer, run adb sideload <gapps-version.zip>
Reboot.
1 Like

Android 11 does not have a custom recovery such as TWRP available yet, but mine has the command to apply an update from ADB

I do not have an extra phone with a strong enough battery to try it at this time. Had to plug into power just to take picture. Sad battery:(

so that is a standard recovery that came with the phone and yet u have that option pretty cool.

I could have sworn there was a twrp for android 11 roms when i looking to update mine geuss i must have misread it.

Actually, that is the way Google recommends doing the OTA security updates, via ADB. Instructions are on the download webpage https://developers.google.com/android/ota. I did that and it wiped out root, which was not expected. Easy enough to redo with Magisk, but more of a slight challenge without TWRP for Android 11 :slightly_smiling_face:

good to know

1 Like