Atemu / Polardroid

Efficient Android backups using Borg via Nix
1 stars 0 forks source link

Provide `polardroid enter` helper #3

Open Atemu opened 1 month ago

Atemu commented 1 month ago

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.