Android device cannot be rooted. Alternatives? #497
-
My Android device cannot be rooted, thanks to Nokia. Is it possible to run the udp2raw client on my amd64 laptop and somehow use it from my phone? Or does anyone know an alternative solution for unrooted Android? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Solved it.
udp2raw -c -l [::]:55820 -r [2001:db8::1]:4096 -k "my_password" --raw-mode faketcp -a
Ta-da! The university's kung fu is not strong. System info
@wangyu- It would be nice to add this to the Android guide, right? It's an alternative for people who can't root their phones. It's probably too obvious for most, but I'm a little slow - it took a while to figure this out. |
Beta Was this translation helpful? Give feedback.
Solved it.
udp2raw -c -l [::]:55820 -r [2001:db8::1]:4096 -k "my_password" --raw-mode faketcp -a
ip addr
orifconfig
) and the udp2raw port (i'm using 55820).Ta-da! The university's kung fu is not strong.
System info