Skip to main content
Topic: So google play games is on wondows (beta version) (Read 391 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

So google play games is on wondows (beta version)

What's linux got?  Androis is using the linux kernel after all..
Cat Herders of Linux


Re: So google play games is on wondows (beta version)

Reply #2
Waydroid, it's for running android apps.
You can use it inside weston (or some wayland compositor) if you are on xorg I was told.
Or you can use the old version called anbox.

Re: So google play games is on wondows (beta version)

Reply #3
Waiting for waydroid container service...
Failed to load binder driver
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.11.2-lqx1-1-lqx
Binder node "binder" for waydroid not found



yay -S binder_linux-dkms


 waydroid first-launch
[12:41:35] Starting waydroid session
[12:41:35] WAYLAND_DISPLAY is not set, defaulting to "wayland-0"
[12:41:35] Wayland socket '/run/user/1000/wayland-0' doesn't exist; are you running a Wayland compositor?


clearly i am not as i am on mate

after installing plasma and kde and a crap ton of crap i rebooted into plasma and reran waydroid

 waydroid first-launch
[13:09:03] Waiting for binder Service Manager...
[13:10:03] Service Manager never appeared
[13:10:03] Failed to access IPlatform service


Cat Herders of Linux

Re: So google play games is on wondows (beta version)

Reply #4
yay -S anbox
 -> No AUR package found for anbox
there is nothing to do

sudo pacman -S anbox
error: target not found: anbox
Cat Herders of Linux

Re: So google play games is on wondows (beta version)

Reply #5
so i installed aosp version by mistake insteafd of gapps version!!!




installed gapps but:


this devioce isnt play prtotect certified


Run sudo waydroid shell

Inside the shell run this command:

Copy
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
Use the string of numbers printed by the command to register the device on your Google Account at https://www.google.com/android/uncertified

Give the Google services some minutes to reflect the change, then restart waydroid


Cat Herders of Linux

Re: So google play games is on wondows (beta version)

Reply #6
and finally!  this app isnt compatible with this tablet.





"this tablet isnt compatible with this app" waydroid

No results found for "this tablet isnt compatible with this app" waydroid.

Suggestions:

Make sure all words are spelled correctly.
Try different keywords.
Try more general keywords.
Try fewer keywords.
Cat Herders of Linux

Re: So google play games is on wondows (beta version)

Reply #7
Well the end f this seems to be that i borked my install of waydroid and i may just reainstall artix on my nvme drive.  I'll make one install for kde and another for mate soi i can play with waydroid and preserves my mate desktop.  As it is now i'm using windows 11 with bluestacks and i turned my tv into portrait mode for a while so i can mess with my android full screen device...
Cat Herders of Linux

Re: So google play games is on wondows (beta version)

Reply #8
ooh this seems to helps


Code: [Select]
git clone https://github.com/casualsnek/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt
sudo venv/bin/python3 main.py


i was able to install the game using this script to install compatibility layer for arm64 to amd but as yet havent got it to run fully.  some things run then get jammed up and app freezes
Cat Herders of Linux