Closed mizzunet closed 3 years ago
However, I replaced /system/xbin/chroot with busybox chroot.
Now it runs, though returns this error
chroot: can't change root directory to '': No such file or directory
It seems like $ROOT variable is null
- Busybox does exist. And busybox chroot does work. There's no /system/xbin folder at all
- Returns chroot: : No such file or directory
Is your BusyBox install from Magisk?
- Busybox does exist. And busybox chroot does work. There's no /system/xbin folder at all
- Returns chroot: : No such file or directory
Is your BusyBox install from Magisk?
Yes, the one found in the official repo
Now I got access to the shell. It seems like ROOT hasn't defined here https://github.com/HsOjo/LinuxOnAndroid/blob/master/exec.sh
Now I got access to the shell. It seems like ROOT hasn't defined here https://github.com/HsOjo/LinuxOnAndroid/blob/master/exec.sh
Hm
./exec.sh[5]: /system/xbin/chroot: inaccessible or not found
It's android 11 btw