linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

Ping/Curl/Wget (network) don't work on Debian

Open andrej-ilievski opened this issue 2 years ago • 1 comments

I have seen this issue persist on another opened issues but I am not able to solve it.

I am nott able to use any of these network dependent commands while the app is opened, with my default android user and by using sudo as well. Using groups command I can see that the android user has aid_inet but to no avail. I have also added the google dns server and checked the file with the groups everything seems fine. I even disabled the doze via ADB to my sony XZ3, but nothing seems to work.

Any ideas how to get this solved are very much appreciated.

andrej-ilievski avatar Mar 01 '23 22:03 andrej-ilievski

default android user id groupid 60000 too big sudo useradd -m -d /home/test test or sudo vi /etc/passwd android:x:4000:4000::/home/android:/bin/bash

angrycans avatar Mar 25 '23 13:03 angrycans