We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have to sudo nano /etc/passwd and change your set user (default: android) ID to 4000
The text was updated successfully, but these errors were encountered:
run as root: echo "nameserver 8.8.8.8" | tee /etc/resolv.conf usermod -g 3003 -G 3003,3004 -a _apt usermod -G 3003 -a root
Sorry, something went wrong.
This worked for me:
sudo chown root:root /etc/resolv.conf sudo chmod 644 /etc/resolv.conf
I ran all of three and the proposed solution works. Why does it work though?
Edit: Don't forget to also run this as root: usermod -aG aid_inet yourusername
usermod -aG aid_inet yourusername
No branches or pull requests
You have to sudo nano /etc/passwd and change your set user (default: android) ID to 4000
The text was updated successfully, but these errors were encountered: