NaN
21 July 2023 04:33
21
Austin:
fresh Waydroid install.
I did technically do a fresh install since I removed waydroid with
sudo pacman -Rns waydroid
sudo paccache -ruk0
sudo rm -r (find / -name "*waydroid*" -not -path '/.snapshots/*' 2> /dev/null)
which removed all the files related to waydroid including the ones under modules-load.d and tmpfiles.d
Then proceeded to reinstall waydroid on an up to date system.
3 Likes
I see.
You seem to be good at bash-scripting.
Letβs see if anybody else is able to replicate you.
1 Like
NaN
21 July 2023 05:09
23
Since the error generated is can't open /dev/binder how about renaming in
tmpfiles.d
and fstab
/dev/binderfs to /dev/binder
I mean itβs just a thought.
1 Like
Binder driver is first mounted at /dev/binderfs, then symlinks are created for the contents inside the /dev/binderfs directory to /dev directory.
/dev/binder -> /dev/binderfs/binder
/dev/binder-control -> /dev/binderfs/binder-control
/dev/features -> /dev/binderfs/features
/dev/hwbinder -> /dev/binderfs/hwbinder
/dev/vndbinder -> /dev/binderfs/vndbinder
This is how it works with Cachyos & Xanmod kernels.
@NaN , sorry to bother you again and again.
Austin:
Binder driver is first mounted at /dev/binderfs, then symlinks are created for the contents inside the /dev/binderfs directory to /dev directory.
/dev/binder -> /dev/binderfs/binder
/dev/binder-control -> /dev/binderfs/binder-control
/dev/features -> /dev/binderfs/features
/dev/hwbinder -> /dev/binderfs/hwbinder
/dev/vndbinder -> /dev/binderfs/vndbinder
Could you share which all symlinks like these you have with Zen kernel?
NaN
21 July 2023 15:57
26
No problem, here
lrwxrwxrwx 22 root 21 Jul 21:22 ο features -> /dev/binderfs/features
lrwxrwxrwx 26 root 21 Jul 21:22 ο anbox-binder -> /dev/binderfs/anbox-binder
lrwxrwxrwx 28 root 21 Jul 21:22 ο anbox-hwbinder -> /dev/binderfs/anbox-hwbinder
lrwxrwxrwx 29 root 21 Jul 21:22 ο anbox-vndbinder -> /dev/binderfs/anbox-vndbinder
lrwxrwxrwx 28 root 21 Jul 21:22 ο binder-control -> /dev/binderfs/binder-control
and
ls /dev/binderfs
drwxr-xr-x - root 21 Jul 21:22 ο features
crw-rw-rw- 239,2 root 21 Jul 21:22 ο anbox-binder
crw-rw-rw- 239,4 root 21 Jul 21:22 ο anbox-hwbinder
crw-rw-rw- 239,3 root 21 Jul 21:22 ο anbox-vndbinder
crw------- 239,1 root 21 Jul 21:22 ο binder-control
Oh something I also must mention,
sudo waydroid init -s GAPPS -f
I have been using this command to initialize my waydroid container so far so if this is a image issue maybe this would solve it.
PS: I just reinstalled waydroid again a 3rd time and it seems that
crw-rw-rw- 239,2 root 21 Jul 21:22 ο anbox-binder
crw-rw-rw- 239,4 root 21 Jul 21:22 ο anbox-hwbinder
crw-rw-rw- 239,3 root 21 Jul 21:22 ο anbox-vndbinder
these modules and thier symlinks is created by waydroid itself since without waydroid my
/dev/binderfs
only has these two things in it
drwxr-xr-x - root 21 Jul 21:22 ο features
crw------- 239,1 root 21 Jul 21:22 ο binder-control
Yup checked it again and enabling/disabling the waydroid-container service adds and removes these three modules along with ALL the symlinks for all the modules. Not sure if this is the default behavior or not.
1 Like
Just to confirm, when Waydroid is running, which of these modules are there in the directory?
ls /dev/binderfs
features
anbox-binder
anbox-hwbinder
anbox-vndbinder
binder-control
One more question, when Waydroid UI is up and running, do you have symlinks for these in /dev, like
Do you have anything like this?
/dev/binder -> /dev/binderfs/binder
NaN
21 July 2023 17:11
30
Nope, that was the first thing I checked.
ls /dev/binder
returned no such file or directory. I then manually searched through the /dev/ file but still no symlink for /dev/binder as you can see the binderfs directory itself has no such module.
1 Like
Then you too should be getting this error when trying to launch Waydroid.
Very wierd
NaN
21 July 2023 17:15
32
Well I attached ss of a running waydroid container. As I said perhaps this is an image issue as I have always used
sudo waydroid init -s GAPPS -f
to initialize my waydroid container.
Edit: @zany130 could you please confirm if
stopping the systemd service waydroid-container, if it is running
changing the image used with sudo waydroid init -s GAPPS -f (If you need it, connect to an European country through a VPN for faster download)
starting the container with sudo systemctl enable --now waydroid-container
launching the waydroid app,
does anything?
1 Like
NaN
21 July 2023 17:20
33
here this is my entire /dev/ directory tree with waydroid running.
/dev
βββ binderfs
β βββ features
β β βββ extended_error
β β βββ oneway_spam_detection
β βββ anbox-binder
β βββ anbox-hwbinder
β βββ anbox-vndbinder
β βββ binder-control
βββ block
β βββ 254:0 -> ../zram0
β βββ 259:0 -> ../nvme0n1
β βββ 259:1 -> ../nvme0n1p1
β βββ 259:2 -> ../nvme0n1p2
β βββ 259:3 -> ../nvme0n1p3
βββ bus
β βββ usb
β βββ 001
β β βββ 001
β βββ 002
β β βββ 001
β βββ 003
β β βββ 001
β β βββ 002
β β βββ 003
β β βββ 004
β βββ 004
β βββ 001
βββ char
β βββ 1:1 -> ../mem
β βββ 1:3 -> ../null
β βββ 1:4 -> ../port
β βββ 1:5 -> ../zero
β βββ 1:7 -> ../full
β βββ 1:8 -> ../random
β βββ 1:9 -> ../urandom
β βββ 1:11 -> ../kmsg
β βββ 4:0 -> ../tty0
β βββ 4:1 -> ../tty1
β βββ 4:2 -> ../tty2
β βββ 4:3 -> ../tty3
β βββ 4:4 -> ../tty4
β βββ 4:5 -> ../tty5
β βββ 4:6 -> ../tty6
β βββ 4:7 -> ../tty7
β βββ 4:8 -> ../tty8
β βββ 4:9 -> ../tty9
β βββ 4:10 -> ../tty10
β βββ 4:11 -> ../tty11
β βββ 4:12 -> ../tty12
β βββ 4:13 -> ../tty13
β βββ 4:14 -> ../tty14
β βββ 4:15 -> ../tty15
β βββ 4:16 -> ../tty16
β βββ 4:17 -> ../tty17
β βββ 4:18 -> ../tty18
β βββ 4:19 -> ../tty19
β βββ 4:20 -> ../tty20
β βββ 4:21 -> ../tty21
β βββ 4:22 -> ../tty22
β βββ 4:23 -> ../tty23
β βββ 4:24 -> ../tty24
β βββ 4:25 -> ../tty25
β βββ 4:26 -> ../tty26
β βββ 4:27 -> ../tty27
β βββ 4:28 -> ../tty28
β βββ 4:29 -> ../tty29
β βββ 4:30 -> ../tty30
β βββ 4:31 -> ../tty31
β βββ 4:32 -> ../tty32
β βββ 4:33 -> ../tty33
β βββ 4:34 -> ../tty34
β βββ 4:35 -> ../tty35
β βββ 4:36 -> ../tty36
β βββ 4:37 -> ../tty37
β βββ 4:38 -> ../tty38
β βββ 4:39 -> ../tty39
β βββ 4:40 -> ../tty40
β βββ 4:41 -> ../tty41
β βββ 4:42 -> ../tty42
β βββ 4:43 -> ../tty43
β βββ 4:44 -> ../tty44
β βββ 4:45 -> ../tty45
β βββ 4:46 -> ../tty46
β βββ 4:47 -> ../tty47
β βββ 4:48 -> ../tty48
β βββ 4:49 -> ../tty49
β βββ 4:50 -> ../tty50
β βββ 4:51 -> ../tty51
β βββ 4:52 -> ../tty52
β βββ 4:53 -> ../tty53
β βββ 4:54 -> ../tty54
β βββ 4:55 -> ../tty55
β βββ 4:56 -> ../tty56
β βββ 4:57 -> ../tty57
β βββ 4:58 -> ../tty58
β βββ 4:59 -> ../tty59
β βββ 4:60 -> ../tty60
β βββ 4:61 -> ../tty61
β βββ 4:62 -> ../tty62
β βββ 4:63 -> ../tty63
β βββ 4:64 -> ../ttyS0
β βββ 4:65 -> ../ttyS1
β βββ 4:66 -> ../ttyS2
β βββ 4:67 -> ../ttyS3
β βββ 4:68 -> ../ttyS4
β βββ 4:69 -> ../ttyS5
β βββ 4:70 -> ../ttyS6
β βββ 4:71 -> ../ttyS7
β βββ 4:72 -> ../ttyS8
β βββ 4:73 -> ../ttyS9
β βββ 4:74 -> ../ttyS10
β βββ 4:75 -> ../ttyS11
β βββ 4:76 -> ../ttyS12
β βββ 4:77 -> ../ttyS13
β βββ 4:78 -> ../ttyS14
β βββ 4:79 -> ../ttyS15
β βββ 4:80 -> ../ttyS16
β βββ 4:81 -> ../ttyS17
β βββ 4:82 -> ../ttyS18
β βββ 4:83 -> ../ttyS19
β βββ 4:84 -> ../ttyS20
β βββ 4:85 -> ../ttyS21
β βββ 4:86 -> ../ttyS22
β βββ 4:87 -> ../ttyS23
β βββ 4:88 -> ../ttyS24
β βββ 4:89 -> ../ttyS25
β βββ 4:90 -> ../ttyS26
β βββ 4:91 -> ../ttyS27
β βββ 4:92 -> ../ttyS28
β βββ 4:93 -> ../ttyS29
β βββ 4:94 -> ../ttyS30
β βββ 4:95 -> ../ttyS31
β βββ 5:0 -> ../tty
β βββ 5:1 -> ../console
β βββ 5:2 -> ../ptmx
β βββ 7:0 -> ../vcs
β βββ 7:1 -> ../vcs1
β βββ 7:2 -> ../vcs2
β βββ 7:3 -> ../vcs3
β βββ 7:4 -> ../vcs4
β βββ 7:5 -> ../vcs5
β βββ 7:6 -> ../vcs6
β βββ 7:64 -> ../vcsu
β βββ 7:65 -> ../vcsu1
β βββ 7:66 -> ../vcsu2
β βββ 7:67 -> ../vcsu3
β βββ 7:68 -> ../vcsu4
β βββ 7:69 -> ../vcsu5
β βββ 7:70 -> ../vcsu6
β βββ 7:128 -> ../vcsa
β βββ 7:129 -> ../vcsa1
β βββ 7:130 -> ../vcsa2
β βββ 7:131 -> ../vcsa3
β βββ 7:132 -> ../vcsa4
β βββ 7:133 -> ../vcsa5
β βββ 7:134 -> ../vcsa6
β βββ 10:1 -> ../psaux
β βββ 10:111 -> ../acpi_thermal_rel
β βββ 10:112 -> ../vboxnetctl
β βββ 10:113 -> ../vboxdrvu
β βββ 10:114 -> ../vboxdrv
β βββ 10:115 -> ../HID-SENSOR-2000e1.11.auto
β βββ 10:116 -> ../HID-SENSOR-2000e1.8.auto
β βββ 10:117 -> ../HID-SENSOR-2000e1.7.auto
β βββ 10:118 -> ../HID-SENSOR-2000e1.4.auto
β βββ 10:119 -> ../HID-SENSOR-2000e1.3.auto
β βββ 10:120 -> ../HID-SENSOR-2000e1.2.auto
β βββ 10:121 -> ../cpu_dma_latency
β βββ 10:122 -> ../udmabuf
β βββ 10:123 -> ../userfaultfd
β βββ 10:124 -> ../sgx_vepc
β βββ 10:125 -> ../sgx_enclave
β βββ 10:126 -> ../sgx_provision
β βββ 10:127 -> ../vga_arbiter
β βββ 10:130 -> ../watchdog
β βββ 10:144 -> ../nvram
β βββ 10:183 -> ../hwrng
β βββ 10:223 -> ../uinput
β βββ 10:224 -> ../tpm0
β βββ 10:228 -> ../hpet
β βββ 10:229 -> ../fuse
β βββ 10:231 -> ../snapshot
β βββ 10:232 -> ../kvm
β βββ 10:234 -> ../btrfs-control
β βββ 10:235 -> ../autofs
β βββ 10:236 -> ../mapper/control
β βββ 10:237 -> ../loop-control
β βββ 10:242 -> ../rfkill
β βββ 13:32 -> ../input/mouse0
β βββ 13:33 -> ../input/mouse1
β βββ 13:34 -> ../input/mouse2
β βββ 13:35 -> ../input/mouse3
β βββ 13:63 -> ../input/mice
β βββ 13:64 -> ../input/event0
β βββ 13:65 -> ../input/event1
β βββ 13:66 -> ../input/event2
β βββ 13:67 -> ../input/event3
β βββ 13:68 -> ../input/event4
β βββ 13:69 -> ../input/event5
β βββ 13:70 -> ../input/event6
β βββ 13:71 -> ../input/event7
β βββ 13:72 -> ../input/event8
β βββ 13:73 -> ../input/event9
β βββ 13:74 -> ../input/event10
β βββ 13:75 -> ../input/event11
β βββ 13:76 -> ../input/event12
β βββ 13:77 -> ../input/event13
β βββ 13:78 -> ../input/event14
β βββ 13:79 -> ../input/event15
β βββ 13:80 -> ../input/event16
β βββ 13:81 -> ../input/event17
β βββ 29:0 -> ../fb0
β βββ 81:0 -> ../video0
β βββ 81:1 -> ../video1
β βββ 90:0 -> ../mtd0
β βββ 90:1 -> ../mtd0ro
β βββ 90:2 -> ../mtd1
β βββ 90:3 -> ../mtd1ro
β βββ 116:1 -> ../snd/seq
β βββ 116:2 -> ../snd/pcmC0D6c
β βββ 116:3 -> ../snd/pcmC0D7c
β βββ 116:4 -> ../snd/pcmC0D0p
β βββ 116:5 -> ../snd/pcmC0D0c
β βββ 116:6 -> ../snd/pcmC0D31p
β βββ 116:7 -> ../snd/pcmC0D3p
β βββ 116:8 -> ../snd/pcmC0D4p
β βββ 116:9 -> ../snd/pcmC0D5p
β βββ 116:10 -> ../snd/hwC0D2
β βββ 116:11 -> ../snd/hwC0D0
β βββ 116:12 -> ../snd/controlC0
β βββ 116:33 -> ../snd/timer
β βββ 189:0 -> ../bus/usb/001/001
β βββ 189:128 -> ../bus/usb/002/001
β βββ 189:256 -> ../bus/usb/003/001
β βββ 189:257 -> ../bus/usb/003/002
β βββ 189:258 -> ../bus/usb/003/003
β βββ 189:259 -> ../bus/usb/003/004
β βββ 189:384 -> ../bus/usb/004/001
β βββ 195:0 -> ../nvidia0
β βββ 195:254 -> ../nvidia-modeset
β βββ 195:255 -> ../nvidiactl
β βββ 202:0 -> ../cpu/0/msr
β βββ 202:1 -> ../cpu/1/msr
β βββ 202:2 -> ../cpu/2/msr
β βββ 202:3 -> ../cpu/3/msr
β βββ 202:4 -> ../cpu/4/msr
β βββ 202:5 -> ../cpu/5/msr
β βββ 202:6 -> ../cpu/6/msr
β βββ 202:7 -> ../cpu/7/msr
β βββ 203:0 -> ../cpu/0/cpuid
β βββ 203:1 -> ../cpu/1/cpuid
β βββ 203:2 -> ../cpu/2/cpuid
β βββ 203:3 -> ../cpu/3/cpuid
β βββ 203:4 -> ../cpu/4/cpuid
β βββ 203:5 -> ../cpu/5/cpuid
β βββ 203:6 -> ../cpu/6/cpuid
β βββ 203:7 -> ../cpu/7/cpuid
β βββ 226:0 -> ../dri/card0
β βββ 226:1 -> ../dri/card1
β βββ 226:128 -> ../dri/renderD128
β βββ 226:129 -> ../dri/renderD129
β βββ 235:0 -> ../ng0n1
β βββ 236:0 -> ../nvme0
β βββ 237:0 -> ../drm_dp_aux0
β βββ 237:1 -> ../drm_dp_aux1
β βββ 237:2 -> ../drm_dp_aux2
β βββ 237:3 -> ../drm_dp_aux3
β βββ 240:0 -> ../hidraw0
β βββ 240:1 -> ../hidraw1
β βββ 243:0 -> ../watchdog0
β βββ 245:0 -> ../ptp0
β βββ 248:0 -> ../rtc0
β βββ 249:0 -> ../dma_heap/system
β βββ 253:65536 -> ../tpmrm0
β βββ 254:0 -> ../gpiochip0
β βββ 507:0 -> ../media0
β βββ 508:0 -> ../iio:device0
β βββ 508:1 -> ../iio:device1
βββ cpu
β βββ 0
β β βββ cpuid
β β βββ msr
β βββ 1
β β βββ cpuid
β β βββ msr
β βββ 2
β β βββ cpuid
β β βββ msr
β βββ 3
β β βββ cpuid
β β βββ msr
β βββ 4
β β βββ cpuid
β β βββ msr
β βββ 5
β β βββ cpuid
β β βββ msr
β βββ 6
β β βββ cpuid
β β βββ msr
β βββ 7
β βββ cpuid
β βββ msr
βββ disk
β βββ by-diskseq
β β βββ 1 -> ../../nvme0n1
β β βββ 1-part1 -> ../../nvme0n1p1
β β βββ 1-part2 -> ../../nvme0n1p2
β β βββ 1-part3 -> ../../nvme0n1p3
β βββ by-id
β β βββ nvme-eui.002538a301b48285 -> ../../nvme0n1
β β βββ nvme-eui.002538a301b48285-part1 -> ../../nvme0n1p1
β β βββ nvme-eui.002538a301b48285-part2 -> ../../nvme0n1p2
β β βββ nvme-eui.002538a301b48285-part3 -> ../../nvme0n1p3
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974 -> ../../nvme0n1
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974-part1 -> ../../nvme0n1p1
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974-part2 -> ../../nvme0n1p2
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974-part3 -> ../../nvme0n1p3
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974_1 -> ../../nvme0n1
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974_1-part1 -> ../../nvme0n1p1
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974_1-part2 -> ../../nvme0n1p2
β β βββ nvme-SAMSUNG_MZALQ512HALU-000L2_S4UKNF0N330974_1-part3 -> ../../nvme0n1p3
β βββ by-label
β β βββ swap -> ../../nvme0n1p3
β βββ by-partlabel
β β βββ root -> ../../nvme0n1p2
β βββ by-partuuid
β β βββ 09974385-8462-0a46-882f-0da24ae97fcd -> ../../nvme0n1p2
β β βββ 2691bff4-8cc7-fb45-ac7e-8865be3122d4 -> ../../nvme0n1p3
β β βββ 1592921a-225f-ed45-a571-ae9bb4401caf -> ../../nvme0n1p1
β βββ by-path
β β βββ pci-0000:03:00.0-nvme-1 -> ../../nvme0n1
β β βββ pci-0000:03:00.0-nvme-1-part1 -> ../../nvme0n1p1
β β βββ pci-0000:03:00.0-nvme-1-part2 -> ../../nvme0n1p2
β β βββ pci-0000:03:00.0-nvme-1-part3 -> ../../nvme0n1p3
β βββ by-uuid
β βββ 1b9b6f2d-a19b-4eee-b2bf-6af31dfdf566 -> ../../nvme0n1p3
β βββ 6a7bcee6-f3ae-4c03-b6b0-7cb27fb4c8d4 -> ../../nvme0n1p2
β βββ C49B-DE4E -> ../../nvme0n1p1
βββ dma_heap
β βββ system
βββ dri
β βββ by-path
β β βββ pci-0000:00:02.0-card -> ../card0
β β βββ pci-0000:00:02.0-render -> ../renderD128
β β βββ pci-0000:01:00.0-card -> ../card1
β β βββ pci-0000:01:00.0-render -> ../renderD129
β βββ card0
β βββ card1
β βββ renderD128
β βββ renderD129
βββ fd -> /proc/self/fd
βββ features -> /dev/binderfs/features
βββ hugepages
βββ input
β βββ by-path
β β βββ pci-0000:00:1f.0-platform-VPC2004:00-event -> ../event7
β β βββ pci-0000:00:1f.3-platform-skl_hda_dsp_generic-event -> ../event14
β β βββ pci-0000:00:15.0-platform-i2c_designware.0-event-mouse -> ../event10
β β βββ pci-0000:00:15.0-platform-i2c_designware.0-mouse -> ../mouse3
β β βββ pci-0000:00:15.1-platform-i2c_designware.1-event -> ../event12
β β βββ pci-0000:00:15.1-platform-i2c_designware.1-event-mouse -> ../event11
β β βββ pci-0000:00:15.1-platform-i2c_designware.1-mouse -> ../mouse0
β β βββ platform-i8042-serio-0-event-kbd -> ../event4
β β βββ platform-PNP0C14:06-event -> ../event8
β βββ event0
β βββ event1
β βββ event2
β βββ event3
β βββ event4
β βββ event5
β βββ event6
β βββ event7
β βββ event8
β βββ event9
β βββ event10
β βββ event11
β βββ event12
β βββ event13
β βββ event14
β βββ event15
β βββ event16
β βββ event17
β βββ mice
β βββ mouse0
β βββ mouse1
β βββ mouse2
β βββ mouse3
βββ mapper
β βββ control
βββ mqueue
βββ net
β βββ tun
βββ pts
β βββ 0
β βββ ptmx
βββ shm
βββ snd
β βββ by-path
β β βββ pci-0000:00:1f.3-platform-skl_hda_dsp_generic -> ../controlC0
β βββ controlC0
β βββ hwC0D0
β βββ hwC0D2
β βββ pcmC0D0c
β βββ pcmC0D0p
β βββ pcmC0D3p
β βββ pcmC0D4p
β βββ pcmC0D5p
β βββ pcmC0D6c
β βββ pcmC0D7c
β βββ pcmC0D31p
β βββ seq
β βββ timer
βββ v4l
β βββ by-id
β β βββ usb-SunplusIT_Inc_Integrated_Camera-video-index0 -> ../../video0
β β βββ usb-SunplusIT_Inc_Integrated_Camera-video-index1 -> ../../video1
β βββ by-path
β βββ pci-0000:00:14.0-usb-0:2:1.0-video-index0 -> ../../video0
β βββ pci-0000:00:14.0-usb-0:2:1.0-video-index1 -> ../../video1
βββ vboxusb
β βββ 003
β βββ 002
β βββ 003
β βββ 004
βββ vfio
β βββ vfio
βββ acpi_thermal_rel
βββ anbox-binder -> /dev/binderfs/anbox-binder
βββ anbox-hwbinder -> /dev/binderfs/anbox-hwbinder
βββ anbox-vndbinder -> /dev/binderfs/anbox-vndbinder
βββ autofs
βββ binder-control -> /dev/binderfs/binder-control
βββ btrfs-control
βββ console
βββ core -> /proc/kcore
βββ cpu_dma_latency
βββ cuse
βββ drm_dp_aux0
βββ drm_dp_aux1
βββ drm_dp_aux2
βββ drm_dp_aux3
βββ fb0
βββ full
βββ fuse
βββ gpiochip0
βββ HID-SENSOR-2000e1.2.auto
βββ HID-SENSOR-2000e1.3.auto
βββ HID-SENSOR-2000e1.4.auto
βββ HID-SENSOR-2000e1.7.auto
βββ HID-SENSOR-2000e1.8.auto
βββ HID-SENSOR-2000e1.11.auto
βββ hidraw0
βββ hidraw1
βββ hpet
βββ hwrng
βββ iio:device0
βββ iio:device1
βββ kmsg
βββ kvm
βββ log -> /run/systemd/journal/dev-log
βββ loop-control
βββ media0
βββ mem
βββ mtd0
βββ mtd0ro
βββ mtd1
βββ mtd1ro
βββ ng0n1
βββ null
βββ nvidia-modeset
βββ nvidia-uvm
βββ nvidia-uvm-tools
βββ nvidia0
βββ nvidiactl
βββ nvme0
βββ nvme0n1
βββ nvme0n1p1
βββ nvme0n1p2
βββ nvme0n1p3
βββ nvram
βββ port
βββ ppp
βββ psaux
βββ ptmx
βββ ptp0
βββ random
βββ rfkill
βββ rtc -> rtc0
βββ rtc0
βββ sgx_enclave
βββ sgx_provision
βββ sgx_vepc
βββ snapshot
βββ stderr -> /proc/self/fd/2
βββ stdin -> /proc/self/fd/0
βββ stdout -> /proc/self/fd/1
βββ tpm0
βββ tpmrm0
βββ tty
βββ tty0
βββ tty1
βββ tty2
βββ tty3
βββ tty4
βββ tty5
βββ tty6
βββ tty7
βββ tty8
βββ tty9
βββ tty10
βββ tty11
βββ tty12
βββ tty13
βββ tty14
βββ tty15
βββ tty16
βββ tty17
βββ tty18
βββ tty19
βββ tty20
βββ tty21
βββ tty22
βββ tty23
βββ tty24
βββ tty25
βββ tty26
βββ tty27
βββ tty28
βββ tty29
βββ tty30
βββ tty31
βββ tty32
βββ tty33
βββ tty34
βββ tty35
βββ tty36
βββ tty37
βββ tty38
βββ tty39
βββ tty40
βββ tty41
βββ tty42
βββ tty43
βββ tty44
βββ tty45
βββ tty46
βββ tty47
βββ tty48
βββ tty49
βββ tty50
βββ tty51
βββ tty52
βββ tty53
βββ tty54
βββ tty55
βββ tty56
βββ tty57
βββ tty58
βββ tty59
βββ tty60
βββ tty61
βββ tty62
βββ tty63
βββ ttyS0
βββ ttyS1
βββ ttyS2
βββ ttyS3
βββ ttyS4
βββ ttyS5
βββ ttyS6
βββ ttyS7
βββ ttyS8
βββ ttyS9
βββ ttyS10
βββ ttyS11
βββ ttyS12
βββ ttyS13
βββ ttyS14
βββ ttyS15
βββ ttyS16
βββ ttyS17
βββ ttyS18
βββ ttyS19
βββ ttyS20
βββ ttyS21
βββ ttyS22
βββ ttyS23
βββ ttyS24
βββ ttyS25
βββ ttyS26
βββ ttyS27
βββ ttyS28
βββ ttyS29
βββ ttyS30
βββ ttyS31
βββ udmabuf
βββ uhid
βββ uinput
βββ urandom
βββ userfaultfd
βββ userio
βββ vboxdrv
βββ vboxdrvu
βββ vboxnetctl
βββ vcs
βββ vcs1
βββ vcs2
βββ vcs3
βββ vcs4
βββ vcs5
βββ vcs6
βββ vcsa
βββ vcsa1
βββ vcsa2
βββ vcsa3
βββ vcsa4
βββ vcsa5
βββ vcsa6
βββ vcsu
βββ vcsu1
βββ vcsu2
βββ vcsu3
βββ vcsu4
βββ vcsu5
βββ vcsu6
βββ vga_arbiter
βββ vhci
βββ vhost-net
βββ vhost-vsock
βββ video0
βββ video1
βββ watchdog
βββ watchdog0
βββ zero
βββ zram0
1 Like
I tried reinitialising without GAPPS, and it didnβt work. I will try reinitialising with GAPPS in the evening.
So reinitializing without GAAPS did work ; I just had to do a reboot (to linux-zen).
So what I found out is whenever you switch kernels you have to reinitialize Waydroid. Just run
sudo waydroid init -f
The # waydroid init -f command initializes Waydroid. It does this by downloading the latest Android image, setting up the Waydroid configuration, and starting the Waydroid container. The -f flag tells Waydroid to force a reset, even if Waydroid is already running.
And you donβt have to do any of these for linux-zen.
File: /etc/modules-load.d/waydroid.conf
binder
File: /etc/tmpfiles.d/waydroid.conf
d! /dev/binderfs 0755 root root
/etc/fstab
none /dev/binderfs binder nofail 0 0
2 Likes
NaN
22 July 2023 14:08
36
So it really was just a image problem... Well I guess this find should be reported in the wiki.
1 Like
It was not an Image issue.
When you initialize Waydroid it:
Downloads the latest Android image (only if there is an update).
Sets up the Waydroid configuration file (this is what might change when you switch kernels)
Starts the Waydroid container.
I have updated the Wiki.
2 Likes
works for me as well. You still seem to be psi=1 for xanmod and magisk and root still only work on xanmod for some reason
1 Like
system
Closed
24 July 2023 17:25
39
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.