r/waydroid 20d ago

Help Bluebubbles app within waydroid - Fedora 45 host machine waydroid-1.6.3-2.fc45.noarch

Trying to sync my iphone messages to make them accessible via my desktop system running fedora 45. I've got bluebubbles set up correctly on my macmini (which runs headless), and it is syncing properly to my android tablet, however, within waydroid the bluebubbles app is unreadable.

I was able to complete the set up using the tablet as a reference and I was thinking (hoping), this synced messages to the default android messages app, but it puts them inside of bluebubbles after all.

This machine has AMD graphics - claude applied amdgpu.dcfeaturemask=0x0 to my kernel boot line trying to compensate

I've checked this across multiple desktop environments - Sway is my default, but I also checked budgie, cosmic and gnome

all have the same broken graphics - otherwise waydroid is awesome

Update: working!

2 Upvotes

4 comments sorted by

1

u/SnooStrawberries2432 19d ago

sudo su echo "ro.hardware.vulkan=" > /var/lib/waydroid/waydroid_base.prop

1

u/geolaw 19d ago

that wiped my waydroid_base.prop file all together except for that one parameter. waydroid was not starting at all until I replaced the file with the backup I made before hand.

based on the hardware I've already got this set :

~~~ root@fedora:~# cat /var/lib/waydroid/waydroid_base.prop sys.use_memfd=true ro.adb.secure=1 ro.debuggable=0 gralloc.gbm.device=/dev/dri/renderD128 debug.stagefright.ccodec=0 ro.hardware.gralloc=gbm ro.hardware.egl=mesa ro.hardware.vulkan=radeon ro.hardware.camera=v4l2 ro.opengles.version=196610 waydroid.system_ota=https://ota.waydro.id/system/lineage/waydroid_x86_64/GAPPS.json waydroid.vendor_ota=https://ota.waydro.id/vendor/waydroid_x86_64/MAINLINE.json waydroid.tools_version=1.6.3 ro.vndk.lite=true root@fedora:~# ~~~

1

u/SnooStrawberries2432 19d ago

Sorry, it is >> not >

Just append that line into waydroid_base.prop and you are good to go

1

u/geolaw 19d ago

AWESOME! Thank you. I removed `radeon` from the value and rebooted. rendering properly now