gnuroot icon indicating copy to clipboard operation
gnuroot copied to clipboard

Can I attach to the debian in a adb shell

Open huangyg11 opened this issue 8 years ago • 1 comments

As far as I can understand, it is like gnuroot start a vm in the android, and "ssh" to it.

Can I attach to the debian in a adb shell?

huangyg11 avatar Mar 13 '16 14:03 huangyg11

If you want to launch GNURoot from the shell, you'd probably have to execute /data/user/0/com.gnuroot.debian/support/busybox, but you can't access that directory unless the process is executing in the gnuroot app context. I don't think that possible, unless you use android builtin run-as command, but that's not possible with release apps. Might be possible to do if you install a debug build of GNURoot.

kapace avatar Dec 06 '16 00:12 kapace