FerryAr / lhroot

Linux Chroot Installer & Bootscript Magisk Module.
GNU General Public License v3.0
190 stars 20 forks source link

Error module not dectected #26

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hlo I use spark os 13.4 android custom ROM with android 13 when I try to install lhroot in termux its show error module not decteced Screenshot_20230228-144828_Termux

ghost commented 1 year ago

And last time when I install its Ubuntu os show error when I use curl github.com error like ( git curl: (6) could not resolve host: git)

FerryAr commented 1 year ago

Hlo I use spark os 13.4 android custom ROM with android 13 when I try to install lhroot in termux its show error module not decteced Screenshot_20230228-144828_Termux

Show me the output of

ls /data/adb/modules/lhroot

And which lhroot

ghost commented 1 year ago

Hlo bro error module not decteced this error fix but ( git curl: (6) could not resolve host: git) this error also show when use curl git and ping github.com not work on normal user

Chuanhuan commented 1 year ago

How did you solve this issue? My lhroot

Android# which lhroot
/system/bin/lhroot
Android# ls /data/adb/modules/lhroot
mod-util.sh  module.prop  system

looks ok to me.

for you network, try this:

echo "nameserver 8.8.8.8" >> /etc/resolv.conf

addgroup --gid 3003 android_inet

usermod -g android_inet _apt