networking
In Android 13, I get an error saying
Cannot bind netlink socket: Permission denied
whenever I try to run commands that require networking like ip a
. It's only with Android 13.4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yea but I can't root my phone
not sure what version it started with, but android doesn't make that info available to apps anymore. MAC addresses are device-unique and would allow apps to track users in undeclared ways.
The version has to be Android 13.
ip a
worked fine on my previous phone, which ran Android 12, but it stopped working when I installed Termux on my current phone, which is Android 13. That makes sense though. Thanks.