Hans-Christoph Steiner

Results 84 issues of Hans-Christoph Steiner

Once it builds #9 , then wire it up to be usable like _obfs4_ is.

If a device is shipped without `e2fsck`, which is seems that many if not most are, then Lil' Debi will install Debian's `e2fsck-static` package and copy the binary from there...

Its possible to also install Ubuntu using `cdebootstrap`, but there might be some little details where things are different from Debian. For example, Ubuntu uses `upstart` as its init system,...

I was troubleshooting some issues where `./stop-debian.sh` does not successfully unmount and lives things in a kind of limbo state where `/data/debian` is mounted, but no other lildebi mount is....

The still unreleased Android L has some changes that will mean that we'll have to change how things are run as root: https://plus.google.com/+Chainfire/posts/Lyhjzu1z9s1

Add a dropdown menu to `InstallActivity` that lets the user choose with "install profile" that should be installed. An "install profile" is just a script that installs and configures a...

The internal Lil' Debi scripts currently expect essential arguments on the command line, and will not function without them. To make it easier to debug the scripts, and use the...

The Debian [android-permissions](packages.debian.org/android-permissions) package sets up the user accounts for each app. It should also include script that runs at startup that updates each app user's home dir with the...

On a Samsung Galaxy Note II running CM10.1, upgrading fails. I made a note store with the version in Google Play, then the current version didn't find it and asked...

There have been 42 of these reported: ``` java.lang.RuntimeException: Unable to resume activity {info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteEdit}: java.lang.IllegalStateException: trying to requery an already closed cursor net.sqlcipher.CrossProcessCursorWrapper@426b5850 at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2764) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2793) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1282) at...