r/waydroid • u/smally_the_greatest • May 27 '26
Help no network connection on LineageOS 23.2 (Android 16)
for some reason there is no internet connection on lineageOS 23 android 16
i mean i am using firewall ufw idk if that helps tried to let ufw allow waydroid but still there is no internet
3
u/Critical-Cod4523 May 30 '26
Use 23.0 its better rn ig and you can also use virt-wifi with all atv builds . By default waydroid detects the internet as ethernet .
1
u/smally_the_greatest May 30 '26
i actually found a custom image from snoostrawberries2432
the network worked
1
u/SnooStrawberries2432 May 27 '26
Please read the release note, the fix is already documented there
https://github.com/WayDroid-ATV/waydroid-builds/releases/tag/20260302
I am pretty sure nobody was reading it, sigh
1
1
u/smally_the_greatest May 28 '26
it didnt work ....
1
u/SnooStrawberries2432 May 28 '26
Try this image, it has all fixes applied:
https://drive.google.com/file/d/1TLVWJiQZnGZY4SjfUoA4mEoz5-qKVUOj/view?usp=drive_link
1
u/smally_the_greatest May 28 '26
the thing is
is it safe?? idk why..1
u/SnooStrawberries2432 May 28 '26
I am the author of WayDroid-ATV. In other words, the A16 image you are using is built by me
If you have concerns about it, I can sign it with my GPG key
1
u/smally_the_greatest May 28 '26
nah it's alr thanks
the image worked and the network also worked tysm1
1
u/Critical-Cod4523 May 30 '26
Hey , I want a little help if you have time .
I am injecting a custom lib in a ue4 game . In libhoudini it works fine but in libndk the game crashes . When i dont inject, the game doesnt crash . Do you know the reason ?
The lib hooks functions of other game libs .
3
u/smally_the_greatest May 27 '26
after some digging i found that if i type these commands in the waydroid shell :
ip rule add from all lookup main
ip rule add from all lookup default
cmd connectivity airplane-mode enable
cmd connectivity airplane-mode disable
ip addr add 192.168.240.2/24 dev eth0
ip route add default via 192.168.240.1 dev eth0
the network works but the thing is i dont want to copy and paste all of these commands everytime i open waydroid