17

How can I install google apps with adb commands ? I don't know how to unzip . I used busybox. But it is not useful. Please guide me . Thanks to all and everythings. :)

Flow
  • 18,464
  • 16
  • 79
  • 138
Blacklist Human
  • 1,451
  • 4
  • 12
  • 6

2 Answers2

21

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

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

Good question. While it's technically feasible (mount /system rw, unpack the zip, install the apks), I don't think that it is currently possible.

The gapps are usually installed with help of the recovery. For more information see "How can I install the Google Apps Package (Play Store, …) on my Android device?"

Flow
  • 18,464
  • 16
  • 79
  • 138