Currently, you need to run adb shell and then copy&paste a path such as /data/local/tmp/nix-chroot/enter in order to enter the polardroid device shell environment.
This is quite annoying and also requires you to exit twice.
The last time I looked at it, it wasn't trivial to change which shell adb shell uses by default and you can't do adb shell somecommand either because it'd start a non-interactive shell. Figuring this out is the crux of the issue.
Currently, you need to run
adb shell
and then copy&paste a path such as/data/local/tmp/nix-chroot/enter
in order to enter the polardroid device shell environment.This is quite annoying and also requires you to exit twice.
The last time I looked at it, it wasn't trivial to change which shell
adb shell
uses by default and you can't doadb shell somecommand
either because it'd start a non-interactive shell. Figuring this out is the crux of the issue.