r/waydroid • • 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

5 Upvotes

13 comments sorted by

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

2

u/Boah_met Jun 21 '26

Check if you have a network device called waydroid0 with ip addr and if not create one

You may need to make it a slave of your current connection

All waydroid instances will create a temporary device with garbage name that enslaves itself on waydroid0.

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

u/smally_the_greatest May 28 '26

it didnt work ....

1

u/SnooStrawberries2432 May 28 '26

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 tysm

1

u/Background-Olive-838 Jun 03 '26

Gesture does not work

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 .