Package Details: waydroid-image-gapps 18.1_20240420-2

Git Clone URL: https://aur.archlinux.org/waydroid-image-gapps.git (read-only, click to copy)
Package Base: waydroid-image-gapps
Description: A container-based approach to boot a full Android system on a regular Linux system (Android image, GAPPS).
Upstream URL: https://github.com/waydroid
Keywords: android gapps image waydroid
Licenses: Apache
Provides: waydroid-image
Submitter: farwayer
Maintainer: farwayer (harre)
Last Packager: farwayer
Votes: 13
Popularity: 0.25
First Submitted: 2021-11-15 08:46 (UTC)
Last Updated: 2024-04-21 16:13 (UTC)

Pinned Comments

farwayer commented on 2021-11-15 08:48 (UTC) (edited on 2023-11-17 17:35 (UTC) by farwayer)

Init with gapps support:

sudo waydroid init -s GAPPS

Google Play certification guide https://docs.waydro.id/faq/google-play-certification

Latest Comments

« First ‹ Previous 1 2 3

laichiaheng commented on 2022-04-17 09:04 (UTC) (edited on 2022-04-17 09:06 (UTC) by laichiaheng)

It is not working. adb can't find device.

Kooshe1a commented on 2022-03-06 11:50 (UTC)

I have the following issue:

curl: (22) The requested URL returned error: 525
==> ERROR: Failure while downloading https://sourceforge.net/projects/waydroid/files/images/vendor/waydroid_x86_64/lineage-17.1-20211021-MAINLINE-waydroid_x86_64-vendor.zip

I went on the website manually, and got the following download link: "https://netix.dl.sourceforge.net/project/waydroid/images/vendor/waydroid_x86_64/lineage-17.1-20211021-MAINLINE-waydroid_x86_64-vendor.zip"

I can manually download the file and it works, so at least I'm not stuck with that issue, but I still wanted to report it.

I don't know if they changed something or if I'm unlucky and it's an issue on sourceforge's end today.

Omar007 commented on 2021-12-24 22:48 (UTC)

Should probably have conflicts=(waydroid-image) added to the PKGBUILD.

hzu commented on 2021-11-26 08:41 (UTC)

In order to have GAPPS working on Waydroid, you need to register your device's Google Services Framework Android ID. You can follow the steps given to you on screen by Google.

If for whatever reason you couldn't get it due to ANDROID_RUNTIME_ROOT environment variable is not set, you need to append the envvar like so:

$ adb shell 'ANDROID_RUNTIME_ROOT=/apex/com.android.runtime sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"'

You should be able to get the ID with this and register your device on the webpage that Google to you, which should be https://www.google.com/android/uncertified/.

farwayer commented on 2021-11-15 08:48 (UTC) (edited on 2023-11-17 17:35 (UTC) by farwayer)

Init with gapps support:

sudo waydroid init -s GAPPS

Google Play certification guide https://docs.waydro.id/faq/google-play-certification