this post was submitted on 11 May 2024
204 points (99.5% liked)

Linux

46775 readers
1968 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I used to hate android emulators, since the ones I'd tested on Windows were ad-ridden, slow bloatware.

The other day I needed to run an android app on Fedora 40.

I tried Waydroid and it worked very well. The app ran supersmooth as if it was running natively.

Also the cli syntax was very sane an user friendly.

waydroid app install|run|list ...

So if you need an Android app on linux the experience might be better than what you think it would be.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 3 months ago (6 children)

I just tried it 3 days ago on Fedora 40, Did not run for me.

Followed their wiki

How did you setup?

[–] [email protected] 7 points 3 months ago

I don't remember tbh. I installed it a couple of years ago but used it for the first only recently.

[–] [email protected] 6 points 3 months ago (1 children)

Yeah I tried it on pop os a while back and never could get it running at all

[–] [email protected] 7 points 3 months ago (2 children)

Are yiu sure you're running Wayland and not X11?

[–] [email protected] 6 points 3 months ago

Actually I was thinking of my arch system. You're right, I'm on x11

[–] [email protected] 4 points 3 months ago

Yeah I'm on Wayland

[–] [email protected] 4 points 3 months ago (1 children)

At what point did it not work for you? I just got it running on Fedora 40 following their wiki.

[–] [email protected] 3 points 3 months ago (2 children)
Failed to get service waydroidplatform

on doing waydroid app install myapk.apk

ERROR: WayDroid container service is already running

IT says already running on doing sudo waydroid container start

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

I got it into android "desktopt" previously, but now after rebooting and trying to install an apk it seems to no longer be opening at all. Sorry :/

Edit: I just uninstalled and reinstalled via the software Center and now it works and I could install F-Droid.

[–] [email protected] 1 points 3 months ago (1 children)

don't run sudo that breaks things

[–] [email protected] 1 points 3 months ago (1 children)
[–] [email protected] 1 points 3 months ago

ah my bad, I misread, I thought you had tried sudo waydroid app install.

Failed to get service waydroidplatform usually happens when something fails when communciating to the container, this usually means the container is partially loaded so you will need to stop it and start again, you may even need to do a full reboot

[–] [email protected] 3 points 3 months ago

You need a custom kernel, or a kernel module plus DKMS and kernel headers for your current kernel.
You also need the package that handles whatever filesystem they use for their containers.
Then, you need to be running it on Wayland or else it doesn't work.
The part that I'm stuck on is running games, which gives an error about not being able to find libmain.so, which might be an architecture mismatch problem. Maybe I can virtualize that part? But at that point I might as well just buy a phone.

[–] [email protected] 1 points 3 months ago

can you report your issues to the waydroid github or check on the fedora forums? the matrix and telegram chats are always open to help too if you have a bit of patience.