[Q] How do I extract Google Apps (e.g. Play Store) - Android Q&A, Help & Troubleshooting

Hello,
I've seen numerous places where gapps are posted but I am interested where these apps come from. Can I extract them from stock ROM or back them up from the device?
I've successfully compiled and flashed the Android source for my Nexus device, but naturally all Google Apps are missing. Mostly, I am interested in the Play Store. Can I extract it from the stock Nexus ROM? Which files do I need? Again, I don't want to download some gapps.zip, but want to know the procedure myself. (I've tried installing some apps from the apps/ directory in the stock rom, only Maps.apk did work.)
I am new here, thank you!

Hi there and welcome !
If you're rooted you can go to the path:
/system/app
you'll see all of your system apps.
If you want to install play store just DL from the internet like here :
http://www.androidpolice.com/2013/05/14/download-latest-google-play-store-4-1-6/
Open the apk file and install.
GL

Related

[Q] Installing just Google Play (Market) without other GApps

Hi All -
I would like to install just Google Play (Market) without the other GApps. I tried a couple of APKs that I found floating around the forums, but none seem to work.
Are there some additional dependencies (like the Google account, for example) which I need to install in order to use Play? I am trying to avoid any Google synch and also don't need GMail, Talk, etc. Installing them just to remove them with Titanium or something seems counter-intuative.
Any help, ideas, or links are greatfully received.
Kind regards,
travis
Just to reply to myself...
I am running either CM 9.1 or 10 M2 on a Nexus S. GApps are not installed.
Feel free to edit the gapps.zip file to remove whatever apks you don't want, before you flash it. Even if you flash it as is, you can always remove the Google apps you don't want.
post-mortem said:
Feel free to edit the gapps.zip file to remove whatever apks you don't want, before you flash it. Even if you flash it as is, you can always remove the Google apps you don't want.
Click to expand...
Click to collapse
Thanks for the quick answer!
Are there any dependancies to be aware of (other GApps, something for the Google account so it can be called by Play, etc)? I assume I need to turn off signature verification as well, since the new zip won't be signed, right?
ttmooney said:
Thanks for the quick answer!
Are there any dependancies to be aware of (other GApps, something for the Google account so it can be called by Play, etc)? I assume I need to turn off signature verification as well, since the new zip won't be signed, right?
Click to expand...
Click to collapse
No need, they should work...Edit it( add,remove apps) then flash....
I remember once to install Google play on my emulator, I also had to install the Google services framework apk.
Sent from my GT-N7000 using Xparent SkyBlue Tapatalk 2
google feedback.apk
google services framework.apk
setupwizard.apk
and of course vending.apk
if you need auto update version just include marketupdater.apk

How to have only the needed gapps?

Hi community,
is there any way to install only the google apps I need? Basically i only need google play, gmail, browser and gmaps.
However my attempt to install from zip or from apk the google play was not successful and the gapps I installed contain a lot of useless for me.
My goal is to have only what I need...
Thank you for your suggestions
kordellas said:
Hi community,
is there any way to install only the google apps I need? Basically i only need google play, gmail, browser and gmaps.
However my attempt to install from zip or from apk the google play was not successful and the gapps I installed contain a lot of useless for me.
My goal is to have only what I need...
Thank you for your suggestions
Click to expand...
Click to collapse
Use Titanium Backup to uninstall the ones you don't want or a file browser and delete them from system/app
Sent from my GT-P7510
dave106 said:
Use Titanium Backup to uninstall the ones you don't want or a file browser and delete them from system/app
Sent from my GT-P7510
Click to expand...
Click to collapse
This means that I have to install the gapps first, right?
kordellas said:
This means that I have to install the gapps first, right?
Click to expand...
Click to collapse
There's also multiple gapps packages out there. You could find a much smaller one that only contains the bare essentials and then install what you want from the play store. The down side to this is that the downloaded apps will use up internal storage where as apps included with the gapps package will use up your system storage (seperate partition.. or at least it is for the N4, it may be different here).
kordellas said:
Hi community,
is there any way to install only the google apps I need? Basically i only need google play, gmail, browser and gmaps.
However my attempt to install from zip or from apk the google play was not successful and the gapps I installed contain a lot of useless for me.
My goal is to have only what I need...
Thank you for your suggestions
Click to expand...
Click to collapse
Find the gapps package that you need for you're rom and download it on you're PC... then use 7zip or another like program to open the zip....only in archive.. only in archive... :good:...do not unzip/extract it... after you have it up on you're PC.. in a window with 7zip/ect...remove the apk's you don't want and close it... push it to the phone and flash away...
Just be careful what you delete... there is a minimal gapps package around... where you could see what you can delete and what you need..
I mean you could delete everything but the playstore stuff and be functional,but some apps will only work correctly if they are part of the system partition... you could then push them to system app w/rom tool box or a similar app...

How can I install Google Play Services/Google Play Store on a phone with just AOSP?

I need to pair a watch with a phone that has just AOSP flashed on it and so I'm trying to figure out if/how I can install Google Play Services/Google Play Store onto the phone. (In order to pair the watch with the phone I need to install the Android Wear App, but I can't do that if the phone doesn't have Google Play Store/Google Play Services installed).
My phone is a Nexus 5 with the Lollipop AOSP installed, so I just tried installing the GSP apks using adb but I keep getting error messages that GPS has stopped running.
I'm an iOS developer and new to Android and have been searching for days how to solve my problem without success, so I'd be grateful if somebody could help me with the following questions:
1) If I get Google Play Services and Google Play Store apks from somewhere like apkmirror.com and install them will I be able to access the Android Wear app on Google play and download/install/run it?
2) If not then if I get the Android Wear app itself from somewhere like apkmirror.com and install it along with GPS will the Android Wear app run?
3) When I try to install GSP why do I get the error messages about it stopping? Are there other dependent components I need to also install to make it run?
4) Can I install it using adb or do I have to install it using a recovery? If so, then why does a recovery have to be used to install it, whats the difference between installing via a recovery and installing via adb?
Thanks for any insight, I'm getting nowhere and getting frustrated trying to work all this out.
I had exactly the same problem and could solve it.
I described my solution here:
https://code.google.com/p/aosp4nexus5/wiki/AOSPforNexus5
The documentation describes two alternatives:
1. Manual installation which is lost with every new flashing of the system image
2. Integration in the build process to create a system image including Google Play Store as vendor-specific prebuilt APKs
Thanks, I'll try it out
Do you have any ideas where I could get GoogleServicesFramework.apk from?
Places like apkmirror have GooglePlayStore.apk and GooglePlayServices.apk for Lollipop but not GoogleServicesFramework, (why would they have 2 of them but not all of them?).
I don't have a Nexus 10 device so can't obtain them as you did in your post.
mungbeans said:
Do you have any ideas where I could get GoogleServicesFramework.apk from?
Click to expand...
Click to collapse
You can unzip the file gapps-lp-20141109-signed.zip from BasketBuild https://s.basketbuild.com/gapps
You find it under system/priv-app/GoogleServicesFramework.
The name of the APKs may differ. GooglePlayServices is named something like GsmCore or com.google.android.gsm.
The Play Store is named something like Phonesky or Vending.
Thanks very much

Where are the apk files kept downloaded by Google Play Store?

Today's date is 17.06.2018 and many things have been changed on the world as well as the patches of the store's download location changed throughout the time.
So, Where is the current location for Google Play Store? I mean the location before installation.
Why do I ask this?
I downloaded a large apk file from Play store. It was successfully downloaded but because of a configuration I use Google Play Store was unable to install it. After I turn this configuration off it installs the apk files without problem but when enabled it is not possible. Anyway, I don't want to download it again and if I forget to turn it off again in the future I want to learn the temporary download location of this apk files so that I can install them on my own if Play Store fails.
I had searched on the other posts but I couldn't find it in the locations mentioned in the previous posts.
I use Android 7.0 Nougat stock ROM on LG G4 H815.
Thanks beforehand.

How to install modded system app?

Hello,
I am trying to install a lite mod of the apps Gmail and Google. I got an apk from a trusted site (but I cannot link because the site contains copyrighted content) but when I tried to install as an apk I got a problem parsing error. I am rooted on Android 5.0.1 if that helps. I then tried to make the preinstalled Gmail and Google system apps (the Google one was under the codename velvet folder) convert to user apps, but the apps corrupted. Then, after that failed, I tried to place the apks with correct permissions in the system/priv-app folder but they both did not appear on reboot.
Please help thanks!
Bump

Categories

Resources