Hans-Christoph Steiner
Hans-Christoph Steiner
As you can see from all those commits, I was working on this issue. I fixed up /debian/shell a lot. You can try it now by getting it from the...
0.5.2 didn't change anything? Can you try a few things and report back: Run "Open Terminal..." Run in an adb session: ``` bash adb shell /debian/shell ``` Run as root...
The problem happens when `id -u` from Android is run, rather than `id -u` from Debian. `id -u` does the right thing on some Android ROMs, but not all. `/debian/shell`...
Something odd is going on here. LilDebi's embedded busybox works fine for me in both the `adb shell` and when I'm in the Debian chroot. @jkk88 could you try one...
Ok, guess that hunch was wrong... I'm stumped as to why this might happen. Does `busybox` run under the plain Android shell, i.e.: ``` adb shell su cd /data/data/info.guardianproject.lildebi/app_bin ./busybox...
So I found a way to make `/debian/shell` work the old way, requiring root beforehand, on devices that are affected by this issue. On devices where `id -u` gives the...
is that new behavior with this new commit? It is odd behavior for sure, do you know if it is breaking anything?
@SDkie which issue? the `export COLUMNS LINES` issue, or "bash: [: : integer expression expected" ?
Since these mountpoints are only created at setup, you can remove them from your chroot, and then they will no longer be mounted. So the configuration that you desire is...
This would be great to have, its mostly a matter of someone finding the time to implement and test this