Package Details: waydroid-image-gapps 18.1_20241207-1

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: 17
Popularity: 1.37
First Submitted: 2021-11-15 08:46 (UTC)
Last Updated: 2024-12-08 20:21 (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

harre commented on 2022-05-24 21:40 (UTC)

I have managed to mark this package as abandoned and have gotten co-maintainer status.

I have updated to the latest images now and have added a little script to naively check if there is any new files.

My scripting-fu is not super advanced so any improvements is appreciated :)

admicos commented on 2022-05-13 21:12 (UTC) (edited on 2022-05-13 21:17 (UTC) by admicos)

If waydroid's session just doesn't start for you, it's because this image is old.

Edit your PKGBUILD to:

_pkgver_images_system="17.1-20220316"
_pkgver_images_vendor="17.1-20220419"

sha256sums_x86_64=('SKIP'
                   'SKIP')

I SKIPped the hashes, if you don't want to, here are my hashes. They may be corrupt, not entirely sure

9f6f5f05954c4c3afbc0d197ba6edbd2fc51df7a12951d0bd819afadcfbba00e  lineage-17.1-20220316-GAPPS-waydroid_x86_64-system.zip
188d994112ca36790c8653596ecadeffa616b3a330352462240cb1db1e8957af  lineage-17.1-20220419-MAINLINE-waydroid_x86_64-vendor.zip

You can see the latest image versions at:

https://sourceforge.net/projects/waydroid/files/images/vendor/waydroid_x86_64/
https://sourceforge.net/projects/waydroid/files/images/system/lineage/waydroid_x86_64/

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